projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac14bf
)
[theplatform] Fix Python 2: declare coding
author
Yen Chi Hsuan
<yan12125@gmail.com>
Wed, 19 Aug 2015 17:47:55 +0000
(
01:47
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Wed, 19 Aug 2015 17:47:55 +0000
(
01:47
+0800)
youtube_dl/extractor/theplatform.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/theplatform.py
b/youtube_dl/extractor/theplatform.py
index 883bf491ca8e75729a12235ef31203db7f8216c7..adaec337579e0bdca194b0b6cf44cefd918edd31 100644
(file)
--- 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