aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_all_urls.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-09-21 21:28:02 +0600
committerSergey M․ <dstftw@gmail.com>2015-09-21 21:28:02 +0600
commitc6aa838b51484ad3d036db21ba4e9e834720a693 (patch)
tree1e26dc576ffee5a4b7329bf35bcc58331cbbc0e9 /test/test_all_urls.py
parent9f5e8d16b3c7a1a2731cbab9661a920fbe04e09f (diff)
downloadyoutube-dl-c6aa838b51484ad3d036db21ba4e9e834720a693.zip
youtube-dl-c6aa838b51484ad3d036db21ba4e9e834720a693.tar.gz
youtube-dl-c6aa838b51484ad3d036db21ba4e9e834720a693.tar.bz2
[youtube:history] Enable exractor
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r--test/test_all_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py
index a929afd..a9db42b 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -99,7 +99,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(':ythistory', ['youtube:history'])
self.assertMatch(':thedailyshow', ['ComedyCentralShows'])
self.assertMatch(':tds', ['ComedyCentralShows'])