mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-08 10:23:36 +08:00
Travis is making me lazy to run tests
This commit is contained in:
@@ -28,4 +28,4 @@ def gen_extractors():
|
||||
|
||||
def get_info_extractor(IE_name):
|
||||
"""Returns the info extractor class with the given ie_name"""
|
||||
return IE_dict[IE_name]
|
||||
return IE_dict[IE_name + 'IE']
|
||||
|
||||
Reference in New Issue
Block a user