diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-20 01:47:55 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-08-20 01:47:55 +0800 |
commit | aa6cd05ed82b14af0e3827b2ff43eed02087b574 (patch) | |
tree | 93cead7ffa52b506f9436d333ad8caa035f2955a /youtube_dl | |
parent | dac14bf311fd1b3c6af6c57b3b03878a11ef5aae (diff) |
[theplatform] Fix Python 2: declare coding
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/theplatform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index 883bf491c..adaec3375 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from __future__ import unicode_literals import re |