[youtube] Add support for cleanvideosearch.com (Fixes #2734)

This commit is contained in:
Philipp Hagemeister 2014-04-11 13:51:47 +02:00
parent 0d3070d364
commit b9c76aa1a9
2 changed files with 2 additions and 0 deletions

View file

@ -49,6 +49,7 @@ class TestAllURLsMatching(unittest.TestCase):
self.assertMatch('http://youtu.be/BaW_jenozKc', ['youtube'])
self.assertMatch('http://www.youtube.com/v/BaW_jenozKc', ['youtube'])
self.assertMatch('https://youtube.googleapis.com/v/BaW_jenozKc', ['youtube'])
self.assertMatch('http://www.cleanvideosearch.com/media/action/yt/watch?videoId=8v_4O44sfjM', ['youtube'])
def test_youtube_channel_matching(self):
assertChannel = lambda url: self.assertMatch(url, ['youtube:channel'])