Browse Source

Fixed the encoding

master
David Fabijan 10 years ago
parent
commit
66420a2db4
2 changed files with 2 additions and 0 deletions
  1. BIN
      youtube-dl
  2. 2
      youtube_dl/extractor/mojvideo.py

BIN
youtube-dl

2
youtube_dl/extractor/mojvideo.py

@ -1,3 +1,5 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor

Loading…
Cancel
Save