diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-07-11 22:08:04 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-07-11 22:08:04 +0700 |
commit | 345e37831c6d6e215986f956f5dbf0578773ed38 (patch) | |
tree | 2d4b5ae79d73d5793b5aec13ea6526f2e8a66933 /test | |
parent | 00ac799b6875c14886d18328c8a6563f751127a2 (diff) |
[youtube] Update nosubtitles test
Diffstat (limited to 'test')
-rw-r--r-- | test/test_subtitles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_subtitles.py b/test/test_subtitles.py index 5736fe581..48c302198 100644 --- a/test/test_subtitles.py +++ b/test/test_subtitles.py @@ -87,7 +87,7 @@ class TestYoutubeSubtitles(BaseTestSubtitles): 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() |