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
Remove unused imports
totalwebcasting
Philipp Hagemeister
10 years ago
parent
8bdcb436f9
commit
7c7a0d395c
2 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
youtube_dl/extractor/cnet.py
+0
-3
youtube_dl/extractor/goldenmoustache.py
+ 0
- 2
youtube_dl/extractor/cnet.py
View File
@ -2,12 +2,10 @@
from
__future__
import
unicode_literals
import
json
import
re
from
.common
import
InfoExtractor
from
..utils
import
(
ExtractorError
,
int_or_none
,
)
+ 0
- 3
youtube_dl/extractor/goldenmoustache.py
View File
@ -1,9 +1,6 @@
from
__future__
import
unicode_literals
from
.common
import
InfoExtractor
from
..utils
import
(
int_or_none
,
)
class
GoldenMoustacheIE
(
InfoExtractor
)
:
Write
Preview
Loading…
Cancel
Save