Remove mentions of old InfoExtractors module

This commit is contained in:
Philipp Hagemeister 2013-06-23 22:42:59 +02:00
parent c59b4aaeef
commit 0824c28c8b
8 changed files with 11 additions and 10 deletions

View 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):