Browse Source

Remove a commented line I forgot.

[ci skip]
rtmp_test
Jaime Marquínez Ferrándiz 12 years ago
parent
commit
ba7c775a04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_download.py

+ 1
- 1
test/test_download.py View 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


Loading…
Cancel
Save