Remove mentions of old InfoExtractors module
[youtube-dl] / youtube_dl / FileDownloader.py
index b3a07617cd9553b4bbaf4ea632f65332e8ff0ebf..f21c66c29d74a332a7eba535365fc0192ae7ad23 100644 (file)
@@ -13,7 +13,7 @@ if os.name == 'nt':
     import ctypes
 
 from .utils import *
-from .InfoExtractors import get_info_extractor
+from .extractor import get_info_extractor
 
 
 class FileDownloader(object):