projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ddeb77
)
[test_InfoExtractor] Fix flake8
author
Yen Chi Hsuan
<yan12125@gmail.com>
Mon, 27 Nov 2017 13:30:47 +0000
(21:30 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Mon, 27 Nov 2017 13:30:47 +0000
(21:30 +0800)
test/test_InfoExtractor.py
patch
|
blob
|
history
diff --git
a/test/test_InfoExtractor.py
b/test/test_InfoExtractor.py
index 686c63efac7ff4b94ca6012ab7affdade8b7c008..7b95f883f4c0e7eb7e1426491e00099cbbf95d54 100644
(file)
--- a/
test/test_InfoExtractor.py
+++ b/
test/test_InfoExtractor.py
@@
-601,5
+601,6
@@
jwplayer("mediaplayer").setup({"abouttext":"Visit Indie DB","aboutlink":"http:\/
self.ie._sort_formats(formats)
expect_value(self, formats, expected_formats, None)
+
if __name__ == '__main__':
unittest.main()