diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-31 19:53:22 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-01-31 20:12:43 +0800 |
commit | 189d72d5fd16176a8990a9447c0165478a384676 (patch) | |
tree | c7844d4b43100341c7a4b67a5cd7ba88e138b0bd /test | |
parent | a7aab0c23e537d9df3d0946c0b960cc92e35d2ff (diff) |
[test_subtitles] Fix TestRaiSubtitles
RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f
Diffstat (limited to 'test')
-rw-r--r-- | test/test_subtitles.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_subtitles.py b/test/test_subtitles.py index 9ed9fe622..9a695c4e8 100644 --- a/test/test_subtitles.py +++ b/test/test_subtitles.py @@ -21,7 +21,7 @@ from youtube_dl.extractor import ( NPOIE, ComedyCentralIE, NRKTVIE, - RaiIE, + RaiTVIE, VikiIE, ThePlatformIE, ThePlatformFeedIE, @@ -260,7 +260,7 @@ class TestNRKSubtitles(BaseTestSubtitles): class TestRaiSubtitles(BaseTestSubtitles): url = 'http://www.rai.tv/dl/RaiTV/programmi/media/ContentItem-cb27157f-9dd0-4aee-b788-b1f67643a391.html' - IE = RaiIE + IE = RaiTVIE def test_allsubtitles(self): self.DL.params['writesubtitles'] = True |