projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24de5d2
)
[comedycentral] Add test for #2677
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 3 Apr 2014 13:31:04 +0000
(15:31 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 3 Apr 2014 13:31:04 +0000
(15:31 +0200)
test/test_all_urls.py
patch
|
blob
|
history
diff --git
a/test/test_all_urls.py
b/test/test_all_urls.py
index ed041ffda0614a956b5410b011b9d784b3b618c4..bea8c41fbf80e3171b47fab81f08e24c7ad35bda 100644
(file)
--- a/
test/test_all_urls.py
+++ b/
test/test_all_urls.py
@@
-153,6
+153,9
@@
class TestAllURLsMatching(unittest.TestCase):
self.assertMatch(
'http://thecolbertreport.cc.com/videos/gh6urb/neil-degrasse-tyson-pt--1?xrs=eml_col_031114',
['ComedyCentralShows'])
+ self.assertMatch(
+ 'http://thedailyshow.cc.com/guests/michael-lewis/3efna8/exclusive---michael-lewis-extended-interview-pt--3',
+ ['ComedyCentralShows'])
if __name__ == '__main__':
unittest.main()