[youtube] Add an extractor for downloading the watch history (closes #1821)

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-24 14:33:50 +01:00
parent dc65dcbb6d
commit f459d17018
3 changed files with 16 additions and 0 deletions

View file

@ -100,6 +100,7 @@ class TestAllURLsMatching(unittest.TestCase):
def test_keywords(self):
self.assertMatch(':ytsubs', ['youtube:subscriptions'])
self.assertMatch(':ytsubscriptions', ['youtube:subscriptions'])
self.assertMatch(':ythistory', ['youtube:history'])
self.assertMatch(':thedailyshow', ['ComedyCentral'])
self.assertMatch(':tds', ['ComedyCentral'])
self.assertMatch(':colbertreport', ['ComedyCentral'])