[youtube] Add an extractor for downloading the watch history (closes #1821)
This commit is contained in:
parent
dc65dcbb6d
commit
f459d17018
3 changed files with 16 additions and 0 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue