youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 92a86f4c1a539180664e1985926e8a751dde788e
parent dfe029a62c09677d1107907329aee5c2afddd961
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 23 Jul 2014 02:43:59 +0200

Do not import from legacy FileDownloader class

Diffstat:
Myoutube_dl/__init__.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 .FileDownloader import ( +from .downloader import ( FileDownloader, ) from .extractor import gen_extractors