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
[theplatform] Fix Python 2: declare coding
Yen Chi Hsuan
10 years ago
parent
dac14bf311
commit
aa6cd05ed8
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
youtube_dl/extractor/theplatform.py
+ 1
- 0
youtube_dl/extractor/theplatform.py
View File
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import re