This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[pbs] Add coding declaration
Python 2.x does not work without it.
totalwebcasting
Yen Chi Hsuan
10 years ago
parent
5b61070c70
commit
93f9420993
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/pbs.py
+ 1
- 0
youtube_dl/extractor/pbs.py
View File
@ -1,3 +1,4 @@
# coding: utf-8
from
__future__
import
unicode_literals
import
re
Write
Preview
Loading…
Cancel
Save