From: Philipp Hagemeister Date: Thu, 3 Apr 2014 13:31:04 +0000 (+0200) Subject: [comedycentral] Add test for #2677 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=968ed2a7779fc7337fdcaa12da2b12e288e7eeb6;p=youtube-dl [comedycentral] Add test for #2677 --- diff --git a/test/test_all_urls.py b/test/test_all_urls.py index ed041ffda..bea8c41fb 100644 --- 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()