2
0
Эх сурвалжийг харах

Do not import from legacy FileDownloader class

Philipp Hagemeister 11 жил өмнө
parent
commit
92a86f4c1a

+ 1 - 1
youtube_dl/__init__.py

@@ -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