mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[test_subtitles] remove BlipTV test
This commit is contained in:
		| @@ -11,7 +11,6 @@ from test.helper import FakeYDL, md5 | |||||||
|  |  | ||||||
|  |  | ||||||
| from youtube_dl.extractor import ( | from youtube_dl.extractor import ( | ||||||
|     BlipTVIE, |  | ||||||
|     YoutubeIE, |     YoutubeIE, | ||||||
|     DailymotionIE, |     DailymotionIE, | ||||||
|     TEDIE, |     TEDIE, | ||||||
| @@ -145,18 +144,6 @@ class TestTedSubtitles(BaseTestSubtitles): | |||||||
|             self.assertTrue(subtitles.get(lang) is not None, 'Subtitles for \'%s\' not extracted' % lang) |             self.assertTrue(subtitles.get(lang) is not None, 'Subtitles for \'%s\' not extracted' % lang) | ||||||
|  |  | ||||||
|  |  | ||||||
| class TestBlipTVSubtitles(BaseTestSubtitles): |  | ||||||
|     url = 'http://blip.tv/a/a-6603250' |  | ||||||
|     IE = BlipTVIE |  | ||||||
|  |  | ||||||
|     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']), '5b75c300af65fe4476dff79478bb93e4') |  | ||||||
|  |  | ||||||
|  |  | ||||||
| class TestVimeoSubtitles(BaseTestSubtitles): | class TestVimeoSubtitles(BaseTestSubtitles): | ||||||
|     url = 'http://vimeo.com/76979871' |     url = 'http://vimeo.com/76979871' | ||||||
|     IE = VimeoIE |     IE = VimeoIE | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user