diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-08 16:56:20 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-08 16:56:20 +0600 |
commit | fda2717ef9d429358d5816582590d15d18f9109f (patch) | |
tree | 1a1a7bcdbf76cbea704ff00690671c30337ad31e /youtube_dl | |
parent | 937511dfc01c3d00c35a00f78c2b6f989b4d46e3 (diff) |
[movieclips] Add coding cookie
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/movieclips.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/movieclips.py b/youtube_dl/extractor/movieclips.py index e06828b55..b8c43a163 100644 --- a/youtube_dl/extractor/movieclips.py +++ b/youtube_dl/extractor/movieclips.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals from .common import InfoExtractor |