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