Do not import from legacy FileDownloader class
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 23 Jul 2014 00:43:59 +0000 (02:43 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 23 Jul 2014 00:43:59 +0000 (02:43 +0200)
youtube_dl/__init__.py

index c6a5b2b5b4f5b82bfa0a3756d9716484efac79bf..de7bc0f5fed96675f8ed84146a09e0ca306da67a 100644 (file)
@@ -97,7 +97,7 @@ from .utils import (
     write_string,
 )
 from .update import update_self
-from .FileDownloader import (
+from .downloader import (
     FileDownloader,
 )
 from .extractor import gen_extractors