mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-13 21:29:39 +08:00
Remove reduntent verborse flag left over from testing
This commit is contained in:
parent
3a9192a9d9
commit
ba1308068f
@ -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'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user