projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe029a
)
Do not import from legacy FileDownloader class
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 23 Jul 2014 00:43:59 +0000
(
02:43
+0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 23 Jul 2014 00:43:59 +0000
(
02:43
+0200)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index c6a5b2b5b4f5b82bfa0a3756d9716484efac79bf..de7bc0f5fed96675f8ed84146a09e0ca306da67a 100644
(file)
--- a/
youtube_dl/__init__.py
+++ b/
youtube_dl/__init__.py
@@
-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