Sergey M․
4 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
0 additions and
13 deletions
-
test/test_subtitles.py
|
@ -26,7 +26,6 @@ from youtube_dl.extractor import ( |
|
|
ThePlatformIE, |
|
|
ThePlatformIE, |
|
|
ThePlatformFeedIE, |
|
|
ThePlatformFeedIE, |
|
|
RTVEALaCartaIE, |
|
|
RTVEALaCartaIE, |
|
|
FunnyOrDieIE, |
|
|
|
|
|
DemocracynowIE, |
|
|
DemocracynowIE, |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
@ -322,18 +321,6 @@ class TestRtveSubtitles(BaseTestSubtitles): |
|
|
self.assertEqual(md5(subtitles['es']), '69e70cae2d40574fb7316f31d6eb7fca') |
|
|
self.assertEqual(md5(subtitles['es']), '69e70cae2d40574fb7316f31d6eb7fca') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TestFunnyOrDieSubtitles(BaseTestSubtitles): |
|
|
|
|
|
url = 'http://www.funnyordie.com/videos/224829ff6d/judd-apatow-will-direct-your-vine' |
|
|
|
|
|
IE = FunnyOrDieIE |
|
|
|
|
|
|
|
|
|
|
|
def test_allsubtitles(self): |
|
|
|
|
|
self.DL.params['writesubtitles'] = True |
|
|
|
|
|
self.DL.params['allsubtitles'] = True |
|
|
|
|
|
subtitles = self.getSubtitles() |
|
|
|
|
|
self.assertEqual(set(subtitles.keys()), set(['en'])) |
|
|
|
|
|
self.assertEqual(md5(subtitles['en']), 'c5593c193eacd353596c11c2d4f9ecc4') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TestDemocracynowSubtitles(BaseTestSubtitles): |
|
|
class TestDemocracynowSubtitles(BaseTestSubtitles): |
|
|
url = 'http://www.democracynow.org/shows/2015/7/3' |
|
|
url = 'http://www.democracynow.org/shows/2015/7/3' |
|
|
IE = DemocracynowIE |
|
|
IE = DemocracynowIE |
|
|