projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0aae4
)
[test_subtitles] Allow more subtitles for TED videos
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 21 Apr 2014 11:20:14 +0000
(13:20 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 21 Apr 2014 11:20:14 +0000
(13:20 +0200)
test/test_subtitles.py
patch
|
blob
|
history
diff --git
a/test/test_subtitles.py
b/test/test_subtitles.py
index 79991e6462ac3b868a9ecbb98234e55df483e725..5736fe58112fc88b5ae15a53863221aa806ba4eb 100644
(file)
--- a/
test/test_subtitles.py
+++ b/
test/test_subtitles.py
@@
-181,7
+181,7
@@
class TestTedSubtitles(BaseTestSubtitles):
self.DL.params['writesubtitles'] = True
self.DL.params['allsubtitles'] = True
subtitles = self.getSubtitles()
- self.assert
Equal(len(subtitles.keys()),
28)
+ self.assert
True(len(subtitles.keys()) >=
28)
def test_list_subtitles(self):
self.DL.expect_warning(u'Automatic Captions not supported by this server')