youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 14a28e705b3e27606c2fdbc242ae5a33c2e9f28e
parent cc99d4f826a942b18133fe4221c9de2f9197e860
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Tue, 26 Jul 2016 11:08:09 +0800

[test/test_all_urls] Remove *.cc.com tests

Diffstat:
Mtest/test_all_urls.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/test_all_urls.py b/test/test_all_urls.py @@ -101,8 +101,6 @@ class TestAllURLsMatching(unittest.TestCase): self.assertMatch(':ytsubs', ['youtube:subscriptions']) self.assertMatch(':ytsubscriptions', ['youtube:subscriptions']) self.assertMatch(':ythistory', ['youtube:history']) - self.assertMatch(':thedailyshow', ['ComedyCentralShows']) - self.assertMatch(':tds', ['ComedyCentralShows']) def test_vimeo_matching(self): self.assertMatch('https://vimeo.com/channels/tributes', ['vimeo:channel'])