mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-02 00:02:59 +01: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
|