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