2013-06-23 20:42:59 +00:00
|
|
|
# Legacy file for backwards compatibility, use youtube_dl.extractor instead!
|
2012-03-25 01:07:37 +00:00
|
|
|
|
2013-06-23 17:57:38 +00:00
|
|
|
from .extractor.common import InfoExtractor, SearchInfoExtractor
|
2013-06-23 20:38:59 +00:00
|
|
|
from .extractor import gen_extractors, get_info_extractor
|