[bliptv] Convert to new subtitles system
This commit is contained in:
parent
bd7fe0cf66
commit
85920dd01d
2 changed files with 18 additions and 18 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue