summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-27 02:02:48 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-27 02:02:48 +0100
commit69c01a9f684f44b601840a93496278e06f31b928 (patch)
treee4698fa2a1f7e0aea64cf12011a9ba7f476b5b47
parente55213ce3583aa348b288d51f99f1f46510c3fd4 (diff)
downloadyoutube-dl-69c01a9f684f44b601840a93496278e06f31b928.tar.gz
youtube-dl-69c01a9f684f44b601840a93496278e06f31b928.tar.xz
youtube-dl-69c01a9f684f44b601840a93496278e06f31b928.zip
[comedycentral] Add a testcase for extended-interviews URLs (#2636)
-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 39ac8b8a1..5b6d18a82 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -143,5 +143,8 @@ class TestAllURLsMatching(unittest.TestCase):
         self.assertMatch('http://video.pbs.org/viralplayer/2365173446/', ['PBS'])
         self.assertMatch('http://video.pbs.org/widget/partnerplayer/980042464/', ['PBS'])
 
+    def test_ComedyCentralShows(self):
+        self.assertMatch('http://thedailyshow.cc.com/extended-interviews/xm3fnq/andrew-napolitano-extended-interview', ['ComedyCentralShows'])
+
 if __name__ == '__main__':
     unittest.main()