about summary refs log tree commit diff
path: root/test/test_all_urls.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-04-03 15:31:04 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-04-03 15:31:04 +0200
commit968ed2a7779fc7337fdcaa12da2b12e288e7eeb6 (patch)
treeb2c53e7e72f446b575518900682b492a61f2a53c /test/test_all_urls.py
parent24de5d2556bc815bae16c38170c0c1dbd57c1cde (diff)
downloadyoutube-dl-968ed2a7779fc7337fdcaa12da2b12e288e7eeb6.tar.gz
youtube-dl-968ed2a7779fc7337fdcaa12da2b12e288e7eeb6.tar.xz
youtube-dl-968ed2a7779fc7337fdcaa12da2b12e288e7eeb6.zip
[comedycentral] Add test for #2677
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r--test/test_all_urls.py3
1 files changed, 3 insertions, 0 deletions
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()