diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-10-12 12:02:26 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-10-12 12:02:26 +0800 |
commit | 1baba7f4a85652c3844661b48378f188a9a5631f (patch) | |
tree | d54d582d6edab69c0ad4dc9d5f583867ede9d175 /youtube_dl | |
parent | 344d1a6794270e67b8bb21b78995a1b116286a07 (diff) |
[vh1] Adding coding cookie
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/vh1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vh1.py b/youtube_dl/extractor/vh1.py index 2341e5f71..dff94a2b8 100644 --- a/youtube_dl/extractor/vh1.py +++ b/youtube_dl/extractor/vh1.py @@ -1,3 +1,4 @@ +# coding: utf-8 from __future__ import unicode_literals from .mtv import MTVServicesInfoExtractor |