1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-02 22:21:05 +02:00
yt-dlp/youtube_dl/InfoExtractors.py

5 lines
201 B
Python
Raw Normal View History

# Legacy file for backwards compatibility, use youtube_dl.extractor instead!
2013-06-23 19:57:38 +02:00
from .extractor.common import InfoExtractor, SearchInfoExtractor
from .extractor import gen_extractors, get_info_extractor