mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
5 lines
201 B
Python
Executable file
5 lines
201 B
Python
Executable file
# Legacy file for backwards compatibility, use youtube_dl.extractor instead!
|
|
|
|
from .extractor.common import InfoExtractor, SearchInfoExtractor
|
|
from .extractor import gen_extractors, get_info_extractor
|