diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-04-02 04:42:10 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-02 04:42:10 +0700 |
commit | fd47550885fc0abcdddbfdec70e00bc0d6a9865e (patch) | |
tree | 26b5b9a3bfb895f7c298da1e93d1dfeea3f6a7e5 /youtube_dl/extractor/common.py | |
parent | 4457823dda410c5406f5ab5474b9b1f9325fa7ed (diff) |
[extractor/common] Add coding cookie
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index cdfa7000b..ae8af61de 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals import base64 |