From 66420a2db455cb9ae41ba0e2bd06f53e4e5092fc Mon Sep 17 00:00:00 2001 From: David Fabijan Date: Wed, 6 Aug 2014 14:44:29 +0200 Subject: Fixed the encoding --- youtube_dl/extractor/mojvideo.py | 2 ++ 1 file changed, 2 insertions(+) (limited to '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 -- cgit v1.2.3