[test_subtitles] Fix TestRaiSubtitles
authorYen Chi Hsuan <yan12125@gmail.com>
Sun, 31 Jan 2016 11:53:22 +0000 (19:53 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sun, 31 Jan 2016 12:12:43 +0000 (20:12 +0800)
RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f

test/test_subtitles.py

index 9ed9fe6225f3d5328f2e59509b9e4dcdaff6de07..9a695c4e8d00d23d01568746c363b8665d3c7c0e 100644 (file)
@@ -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