about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-24 14:33:50 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-24 14:33:50 +0100
commitf459d17018812dc896324f8208cdfe2ada04ea50 (patch)
tree664862f81e4f99fa913607a2e59f0691c7c417fd /test
parentdc65dcbb6d709ef6e38f336fe77c14767d6c8f9d (diff)
downloadyoutube-dl-f459d17018812dc896324f8208cdfe2ada04ea50.tar.gz
youtube-dl-f459d17018812dc896324f8208cdfe2ada04ea50.tar.xz
youtube-dl-f459d17018812dc896324f8208cdfe2ada04ea50.zip
[youtube] Add an extractor for downloading the watch history (closes #1821)
Diffstat (limited to 'test')
-rw-r--r--test/test_all_urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py
index 56e5f80e1..42813da1a 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -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'])