projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9e1cc
)
[youtube/subtitles] Change MD5 of vtt subtitle in test
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 28 Nov 2013 05:14:17 +0000
(06:14 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 28 Nov 2013 05:14:17 +0000
(06:14 +0100)
test/test_subtitles.py
patch
|
blob
|
history
diff --git
a/test/test_subtitles.py
b/test/test_subtitles.py
index 94a1f771d19df85063365cdcb47d5799a55f57e1..23a6531248ccd162155d61bcc3ac5621fb08a8f2 100644
(file)
--- a/
test/test_subtitles.py
+++ b/
test/test_subtitles.py
@@
-72,7
+72,7
@@
class TestYoutubeSubtitles(BaseTestSubtitles):
self.DL.params['writesubtitles'] = True
self.DL.params['subtitlesformat'] = 'vtt'
subtitles = self.getSubtitles()
- self.assertEqual(md5(subtitles['en']), '3
56cdc577fde0c6783b9b822e7206ff7
')
+ self.assertEqual(md5(subtitles['en']), '3
cb210999d3e021bd6c7f0ea751eab06
')
def test_youtube_list_subtitles(self):
self.DL.expect_warning(u'Video doesn\'t have automatic captions')