mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[youtube] Update nosubtitles test
This commit is contained in:
parent
00ac799b68
commit
345e37831c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def test_youtube_automatic_captions(self):
|
|||
|
||||
def test_youtube_nosubtitles(self):
|
||||
self.DL.expect_warning(u'video doesn\'t have subtitles')
|
||||
self.url = 'sAjKT8FhjI8'
|
||||
self.url = 'n5BB19UTcdA'
|
||||
self.DL.params['writesubtitles'] = True
|
||||
self.DL.params['allsubtitles'] = True
|
||||
subtitles = self.getSubtitles()
|
||||
|
|
Loading…
Reference in a new issue