]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - test/test_subtitles.py
[bliptv] Convert to new subtitles system
[youtube-dl.git] / test / test_subtitles.py
index 91cebce28be9fb9c8cb388ec78c24f42f81a3164..0ca510310aa64072885a87351c9f9d81e18bd9d2 100644 (file)
@@ -200,13 +200,11 @@ class TestBlipTVSubtitles(BaseTestSubtitles):
     IE = BlipTVIE
 
     def test_list_subtitles(self):
-        self.DL.expect_warning('Automatic Captions not supported by this server')
         self.DL.params['listsubtitles'] = True
         info_dict = self.getInfoDict()
         self.assertEqual(info_dict, None)
 
     def test_allsubtitles(self):
-        self.DL.expect_warning('Automatic Captions not supported by this server')
         self.DL.params['writesubtitles'] = True
         self.DL.params['allsubtitles'] = True
         subtitles = self.getSubtitles()