1
0
Fork 0

Remove mentions of old InfoExtractors module

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

View file

@ -45,7 +45,7 @@ from .utils import *
from .update import update_self
from .version import __version__
from .FileDownloader import *
from .InfoExtractors import gen_extractors
from .extractor import gen_extractors
from .PostProcessor import *
def parseOpts(overrideArguments=None):