mirror of https://github.com/yt-dlp/yt-dlp
Remove mentions of old InfoExtractors module
parent
c59b4aaeef
commit
0824c28c8b
@ -1,3 +1,4 @@
|
|||||||
|
# Legacy file for backwards compatibility, use youtube_dl.extractor instead!
|
||||||
|
|
||||||
from .extractor.common import InfoExtractor, SearchInfoExtractor
|
from .extractor.common import InfoExtractor, SearchInfoExtractor
|
||||||
from .extractor import gen_extractors, get_info_extractor
|
from .extractor import gen_extractors, get_info_extractor
|
||||||
|
Loading…
Reference in New Issue