X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_download.py;h=3eca333f269748cabb1f09b62a11f70ace25b3ac;hb=8749b7127391948f9a71148c5ae00adcfbb24a33;hp=cf8028718fc86f31da16a0910817e4f06e56f8e3;hpb=93412126422b1324e920dc5097ee57c3ad11371b;p=youtube-dl diff --git a/test/test_download.py b/test/test_download.py index cf8028718..3eca333f2 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -67,7 +67,7 @@ class TestDownload(unittest.TestCase): def generator(test_case): def test_template(self): - ie = youtube_dl.InfoExtractors.get_info_extractor(test_case['name'])#getattr(youtube_dl.InfoExtractors, test_case['name'] + 'IE') + ie = youtube_dl.InfoExtractors.get_info_extractor(test_case['name']) if not ie._WORKING: print('Skipping: IE marked as not _WORKING') return