about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-24 22:13:20 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-24 22:13:20 +0100
commit16e055849ebfa5a942aef4411728b36bf53ebaa3 (patch)
treeeff9e65b2be97d5a6022940bb7f472aec6150a25
parent66cfab4226296c1596fbf37c27758bbdb6846d53 (diff)
downloadyoutube-dl-16e055849ebfa5a942aef4411728b36bf53ebaa3.tar.gz
youtube-dl-16e055849ebfa5a942aef4411728b36bf53ebaa3.tar.xz
youtube-dl-16e055849ebfa5a942aef4411728b36bf53ebaa3.zip
Update the keywords tests for the rename of the old ComedyCentralIE
-rw-r--r--test/test_all_urls.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py
index 42813da1a..1f1adb6b4 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -101,10 +101,10 @@ class TestAllURLsMatching(unittest.TestCase):
         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'])
-        self.assertMatch(':cr', ['ComedyCentral'])
+        self.assertMatch(':thedailyshow', ['ComedyCentralShows'])
+        self.assertMatch(':tds', ['ComedyCentralShows'])
+        self.assertMatch(':colbertreport', ['ComedyCentralShows'])
+        self.assertMatch(':cr', ['ComedyCentralShows'])
 
 
 if __name__ == '__main__':