Skip to content

Commit

Permalink
[youtube] Update nosubtitles test
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Jul 11, 2014
1 parent 00ac799 commit 345e378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 345e378

Please sign in to comment.