1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-01 03:03:26 +00:00

Fix imports and restrict available legacy imports

This commit is contained in:
Philipp Hagemeister
2013-06-23 22:38:59 +02:00
parent f9c6cbf002
commit c59b4aaeef
2 changed files with 58 additions and 57 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
from .extractor.common import InfoExtractor, SearchInfoExtractor
from .extractor import *
from .extractor import gen_extractors, get_info_extractor