1
0
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:
Filippo Valsorda 2013-06-05 12:26:14 +02:00
parent aec82b2b22
commit 238d0b87ba

View File

@ -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']