projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7aab0c
)
[test_subtitles] Fix TestRaiSubtitles
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 31 Jan 2016 11:53:22 +0000
(19:53 +0800)
committer
Yen 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
patch
|
blob
|
history
diff --git
a/test/test_subtitles.py
b/test/test_subtitles.py
index 9ed9fe6225f3d5328f2e59509b9e4dcdaff6de07..9a695c4e8d00d23d01568746c363b8665d3c7c0e 100644
(file)
--- a/
test/test_subtitles.py
+++ b/
test/test_subtitles.py
@@
-21,7
+21,7
@@
from youtube_dl.extractor import (
NPOIE,
ComedyCentralIE,
NRKTVIE,
- RaiIE,
+ Rai
TV
IE,
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 = Rai
TV
IE
def test_allsubtitles(self):
self.DL.params['writesubtitles'] = True