]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - test/test_all_urls.py
[huffpost] Modernize test
[youtube-dl.git] / test / test_all_urls.py
index 3ce0b910a16d8bac978f00388b3c0210961b63dc..5b6d18a8296da5d9584cf585ef0cd495eef6a2b2 100644 (file)
@@ -141,6 +141,10 @@ class TestAllURLsMatching(unittest.TestCase):
     def test_pbs(self):
         # https://github.com/rg3/youtube-dl/issues/2350
         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()