projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62f1f95
)
[Tumblr] fix encoding (PEP0263)
author
Petr Půlpán
<Pulpan3@gmail.com>
Sun, 29 Jun 2014 07:32:53 +0000
(09:32 +0200)
committer
Petr Půlpán
<Pulpan3@gmail.com>
Sun, 29 Jun 2014 07:32:53 +0000
(09:32 +0200)
youtube_dl/extractor/tumblr.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tumblr.py
b/youtube_dl/extractor/tumblr.py
index 3971ad6df8f3c8289f3fc5f00c6b33b498e1e61f..2882c1809e0bd55c1e6c8b441c19293aeb64d301 100644
(file)
--- a/
youtube_dl/extractor/tumblr.py
+++ b/
youtube_dl/extractor/tumblr.py
@@
-1,3
+1,4
@@
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import re