diff options
author | David Fabijan <david.fabijan@gmail.com> | 2014-08-06 14:44:29 +0200 |
---|---|---|
committer | David Fabijan <david.fabijan@gmail.com> | 2014-08-06 14:44:29 +0200 |
commit | 66420a2db455cb9ae41ba0e2bd06f53e4e5092fc (patch) | |
tree | b12cf13ccdaf3973dbe9c07fc367849ec57e9480 | |
parent | 78b296b0ff3f759d17ca1b5de9fb057b6867c089 (diff) |
Fixed the encoding
-rwxr-xr-x | youtube-dl | bin | 3445 -> 534171 bytes | |||
-rw-r--r-- | youtube_dl/extractor/mojvideo.py | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl Binary files differindex e3eb8774c..87b20758a 100755 --- a/youtube-dl +++ b/youtube-dl diff --git a/youtube_dl/extractor/mojvideo.py b/youtube_dl/extractor/mojvideo.py index 1223fdf2f..ddfef6d3c 100644 --- a/youtube_dl/extractor/mojvideo.py +++ b/youtube_dl/extractor/mojvideo.py @@ -1,3 +1,5 @@ +# coding: utf-8 +from __future__ import unicode_literals import re from .common import InfoExtractor |