]> gitweb @ CieloNegro.org - youtube-dl.git/blob - youtube_dl/InfoExtractors.py
Move FileDownloader to its own module and create a new class for each download process
[youtube-dl.git] / youtube_dl / InfoExtractors.py
1 # Legacy file for backwards compatibility, use youtube_dl.extractor instead!
2
3 from .extractor.common import InfoExtractor, SearchInfoExtractor
4 from .extractor import gen_extractors, get_info_extractor