Skip to content

Commit

Permalink
Do not import from legacy FileDownloader class
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Jul 23, 2014
1 parent dfe029a commit 92a86f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
write_string,
)
from .update import update_self
from .FileDownloader import (
from .downloader import (
FileDownloader,
)
from .extractor import gen_extractors
Expand Down

0 comments on commit 92a86f4

Please sign in to comment.