Remove a commented line I forgot.
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 30 Apr 2013 12:21:46 +0000 (14:21 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 30 Apr 2013 12:21:46 +0000 (14:21 +0200)
[ci skip]

test/test_download.py

index cf8028718fc86f31da16a0910817e4f06e56f8e3..3eca333f269748cabb1f09b62a11f70ace25b3ac 100644 (file)
@@ -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