about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-04-30 14:21:46 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-04-30 14:21:46 +0200
commitba7c775a04604b302956faeb0923efe0053ef004 (patch)
tree369dc1190e195a507eb572e1a497533ae9747aa0
parentfe348844d9586ab7c19514f33a4bf2995152959e (diff)
downloadyoutube-dl-ba7c775a04604b302956faeb0923efe0053ef004.tar.gz
youtube-dl-ba7c775a04604b302956faeb0923efe0053ef004.tar.xz
youtube-dl-ba7c775a04604b302956faeb0923efe0053ef004.zip
Remove a commented line I forgot.
[ci skip]
-rw-r--r--test/test_download.py2
1 files changed, 1 insertions, 1 deletions
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