projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b61070
)
[pbs] Add coding declaration
author
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 2 Jul 2015 05:13:27 +0000
(13:13 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Thu, 2 Jul 2015 05:13:27 +0000
(13:13 +0800)
Python 2.x does not work without it.
youtube_dl/extractor/pbs.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/pbs.py
b/youtube_dl/extractor/pbs.py
index 32c6adebaaa72ad69a1a78f80e78f0a27ccd8945..1e2b965f9bd2cffae1ba0607fff22e2663b4ef5d 100644
(file)
--- a/
youtube_dl/extractor/pbs.py
+++ b/
youtube_dl/extractor/pbs.py
@@
-1,3
+1,4
@@
+# coding: utf-8
from __future__ import unicode_literals
import re