mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-10 06:28:21 +08:00
Travis is making me lazy to run tests
This commit is contained in:
parent
aec82b2b22
commit
238d0b87ba
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user