[pbs] Add support for widget URLs (Fixes #2594)

This commit is contained in:
Philipp Hagemeister 2014-03-21 00:46:32 +01:00
parent 23c322a531
commit 773c0b4bb8
2 changed files with 2 additions and 1 deletions

View file

@ -141,6 +141,7 @@ 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'])
if __name__ == '__main__':
unittest.main()