This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
youtube-dl
mirror of
https://github.com/ytdl-org/youtube-dl.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[Tumblr] fix encoding (PEP0263)
Petr Půlpán
11 years ago
parent
62f1f9507f
commit
9b27e6c3b4
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
youtube_dl/extractor/tumblr.py
+ 1
- 0
youtube_dl/extractor/tumblr.py
View File
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from __future__ import unicode_literals
import re
import re