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
Do not import from legacy FileDownloader class
totalwebcasting
Philipp Hagemeister
10 years ago
parent
dfe029a62c
commit
92a86f4c1a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/__init__.py
+ 1
- 1
youtube_dl/__init__.py
View File
@ -97,7 +97,7 @@ from .utils import (
write_string
,
)
from
.update
import
update_self
from
.
FileD
ownloader
import
(
from
.
d
ownloader
import
(
FileDownloader
,
)
from
.extractor
import
gen_extractors
Write
Preview
Loading…
Cancel
Save