1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 13:41:00 +02:00

The test video for subtitles has added a new language

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-04-20 10:39:02 +02:00
parent fb6c319904
commit 49da66e459

View File

@ -80,7 +80,7 @@ def test_youtube_allsubtitles(self):
IE = YoutubeIE(DL)
info_dict = IE.extract('QRS8MkLhQmM')
subtitles = info_dict[0]['subtitles']
self.assertEqual(len(subtitles), 12)
self.assertEqual(len(subtitles), 13)
def test_youtube_subtitles_format(self):
DL = FakeDownloader()
DL.params['writesubtitles'] = True