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
11 years ago
parent
7f9c31df88
commit
0610a3e0b2
3 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
youtube_dl/extractor/dailymotion.py
+0
-1
youtube_dl/extractor/extremetube.py
+0
-3
youtube_dl/extractor/teamcoco.py
+ 0
- 1
youtube_dl/extractor/dailymotion.py
View File
@ -8,7 +8,6 @@ from .subtitles import SubtitlesInfoExtractor
from
..utils
import
(
compat_urllib_request
,
compat_str
,
get_element_by_id
,
orderedSet
,
str_to_int
,
int_or_none
,
+ 0
- 1
youtube_dl/extractor/extremetube.py
View File
@ -1,6 +1,5 @@
from
__future__
import
unicode_literals
import
os
import
re
from
.common
import
InfoExtractor
+ 0
- 3
youtube_dl/extractor/teamcoco.py
View File
@ -3,9 +3,6 @@ from __future__ import unicode_literals
import
re
from
.common
import
InfoExtractor
from
..utils
import
(
ExtractorError
,
)
class
TeamcocoIE
(
InfoExtractor
)
:
Write
Preview
Loading…
Cancel
Save