diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-04-08 14:11:20 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-08 14:11:20 +0700 |
commit | c4d6fc6d659ba74aab3f59aca02ff0e2e0763eb4 (patch) | |
tree | 2790934a4a4cc1281f821ca0ff42f2e460bf9e42 /test/test_subtitles.py | |
parent | 1b3feca0a700c4d4d7c4d8b01fc5f033cf48f421 (diff) |
[test_subtitles] Fix raiplay test
Diffstat (limited to 'test/test_subtitles.py')
-rw-r--r-- | test/test_subtitles.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_subtitles.py b/test/test_subtitles.py index 27e763edd..1b8de822a 100644 --- a/test/test_subtitles.py +++ b/test/test_subtitles.py @@ -21,7 +21,7 @@ from youtube_dl.extractor import ( NPOIE, ComedyCentralIE, NRKTVIE, - RaiTVIE, + RaiPlayIE, VikiIE, ThePlatformIE, ThePlatformFeedIE, @@ -258,9 +258,9 @@ class TestNRKSubtitles(BaseTestSubtitles): self.assertEqual(md5(subtitles['no']), '544fa917d3197fcbee64634559221cc2') -class TestRaiSubtitles(BaseTestSubtitles): - url = 'http://www.rai.tv/dl/RaiTV/programmi/media/ContentItem-cb27157f-9dd0-4aee-b788-b1f67643a391.html' - IE = RaiTVIE +class TestRaiPlaySubtitles(BaseTestSubtitles): + url = 'http://www.raiplay.it/video/2014/04/Report-del-07042014-cb27157f-9dd0-4aee-b788-b1f67643a391.html' + IE = RaiPlayIE def test_allsubtitles(self): self.DL.params['writesubtitles'] = True |