1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 21:17:15 +08:00

Remove reduntent verborse flag left over from testing

This commit is contained in:
Jashandeep Sohi 2014-11-28 18:03:28 -08:00
parent 3a9192a9d9
commit ba1308068f

View File

@ -539,7 +539,7 @@ def gen_extractors():
""" """
return [klass() for klass in _ALL_CLASSES] return [klass() for klass in _ALL_CLASSES]
def gen_plugin_extractors(plugin_dir, verbosity = False): def gen_plugin_extractors(plugin_dir):
""" Return a list of an instance of every plugin extractor found in the """ Return a list of an instance of every plugin extractor found in the
plugin directory. Scan every .py file in plugin_dir for classes with names plugin directory. Scan every .py file in plugin_dir for classes with names
ending in 'IE'. ending in 'IE'.