[comedycentral] Add test for #2677
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 3 Apr 2014 13:31:04 +0000 (15:31 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 3 Apr 2014 13:31:04 +0000 (15:31 +0200)
test/test_all_urls.py

index ed041ffda0614a956b5410b011b9d784b3b618c4..bea8c41fbf80e3171b47fab81f08e24c7ad35bda 100644 (file)
@@ -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()