1
0
mirror of https://github.com/l1ving/youtube-dl synced 2024-10-05 05:19:44 +08:00
youtube-dl/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-24 01:57:38 +08:00
from .extractor.common import InfoExtractor, SearchInfoExtractor
from .extractor import gen_extractors, get_info_extractor