1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-16 10:09:32 +00:00

Do not import from legacy FileDownloader class

This commit is contained in:
Philipp Hagemeister 2014-07-23 02:43:59 +02:00
parent dfe029a62c
commit 92a86f4c1a

View 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