diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_all_urls.py | 3 | ||||
| -rw-r--r-- | test/test_playlists.py | 48 | ||||
| -rw-r--r-- | test/test_youtube_signature.py | 12 | 
3 files changed, 47 insertions, 16 deletions
| diff --git a/test/test_all_urls.py b/test/test_all_urls.py index 4b56137ce..2bc81f020 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -69,9 +69,6 @@ class TestAllURLsMatching(unittest.TestCase):      def test_youtube_show_matching(self):          self.assertMatch('http://www.youtube.com/show/airdisasters', ['youtube:show']) -    def test_youtube_truncated(self): -        self.assertMatch('http://www.youtube.com/watch?', ['youtube:truncated_url']) -      def test_youtube_search_matching(self):          self.assertMatch('http://www.youtube.com/results?search_query=making+mustard', ['youtube:search_url'])          self.assertMatch('https://www.youtube.com/results?baz=bar&search_query=youtube-dl+test+video&filters=video&lclk=video', ['youtube:search_url']) diff --git a/test/test_playlists.py b/test/test_playlists.py index 465b07b9e..3a88cf270 100644 --- a/test/test_playlists.py +++ b/test/test_playlists.py @@ -28,8 +28,9 @@ from youtube_dl.extractor import (      SoundcloudSetIE,      SoundcloudUserIE,      SoundcloudPlaylistIE, -    TeacherTubeClassroomIE, +    TeacherTubeUserIE,      LivestreamIE, +    LivestreamOriginalIE,      NHLVideocenterIE,      BambuserChannelIE,      BandcampAlbumIE, @@ -40,6 +41,7 @@ from youtube_dl.extractor import (      KhanAcademyIE,      EveryonesMixtapeIE,      RutubeChannelIE, +    RutubePersonIE,      GoogleSearchIE,      GenericIE,      TEDIE, @@ -114,10 +116,10 @@ class TestPlaylists(unittest.TestCase):      def test_ustream_channel(self):          dl = FakeYDL()          ie = UstreamChannelIE(dl) -        result = ie.extract('http://www.ustream.tv/channel/young-americans-for-liberty') +        result = ie.extract('http://www.ustream.tv/channel/channeljapan')          self.assertIsPlaylist(result) -        self.assertEqual(result['id'], '5124905') -        self.assertTrue(len(result['entries']) >= 6) +        self.assertEqual(result['id'], '10874166') +        self.assertTrue(len(result['entries']) >= 54)      def test_soundcloud_set(self):          dl = FakeYDL() @@ -135,6 +137,14 @@ class TestPlaylists(unittest.TestCase):          self.assertEqual(result['id'], '9615865')          self.assertTrue(len(result['entries']) >= 12) +    def test_soundcloud_likes(self): +        dl = FakeYDL() +        ie = SoundcloudUserIE(dl) +        result = ie.extract('https://soundcloud.com/the-concept-band/likes') +        self.assertIsPlaylist(result) +        self.assertEqual(result['id'], '9615865') +        self.assertTrue(len(result['entries']) >= 1) +      def test_soundcloud_playlist(self):          dl = FakeYDL()          ie = SoundcloudPlaylistIE(dl) @@ -154,6 +164,14 @@ class TestPlaylists(unittest.TestCase):          self.assertEqual(result['title'], 'TEDCity2.0 (English)')          self.assertTrue(len(result['entries']) >= 4) +    def test_livestreamoriginal_folder(self): +        dl = FakeYDL() +        ie = LivestreamOriginalIE(dl) +        result = ie.extract('https://www.livestream.com/newplay/folder?dirId=a07bf706-d0e4-4e75-a747-b021d84f2fd3') +        self.assertIsPlaylist(result) +        self.assertEqual(result['id'], 'a07bf706-d0e4-4e75-a747-b021d84f2fd3') +        self.assertTrue(len(result['entries']) >= 28) +      def test_nhl_videocenter(self):          dl = FakeYDL()          ie = NHLVideocenterIE(dl) @@ -256,10 +274,18 @@ class TestPlaylists(unittest.TestCase):      def test_rutube_channel(self):          dl = FakeYDL()          ie = RutubeChannelIE(dl) -        result = ie.extract('http://rutube.ru/tags/video/1409') +        result = ie.extract('http://rutube.ru/tags/video/1800/') +        self.assertIsPlaylist(result) +        self.assertEqual(result['id'], '1800') +        self.assertTrue(len(result['entries']) >= 68) + +    def test_rutube_person(self): +        dl = FakeYDL() +        ie = RutubePersonIE(dl) +        result = ie.extract('http://rutube.ru/video/person/313878/')          self.assertIsPlaylist(result) -        self.assertEqual(result['id'], '1409') -        self.assertTrue(len(result['entries']) >= 34) +        self.assertEqual(result['id'], '313878') +        self.assertTrue(len(result['entries']) >= 37)      def test_multiple_brightcove_videos(self):          # https://github.com/rg3/youtube-dl/issues/2283 @@ -361,13 +387,13 @@ class TestPlaylists(unittest.TestCase):              result['title'], 'Brace Yourself - Today\'s Weirdest News')          self.assertTrue(len(result['entries']) >= 10) -    def test_TeacherTubeClassroom(self): +    def test_TeacherTubeUser(self):          dl = FakeYDL() -        ie = TeacherTubeClassroomIE(dl) -        result = ie.extract('http://www.teachertube.com/view_classroom.php?user=rbhagwati2') +        ie = TeacherTubeUserIE(dl) +        result = ie.extract('http://www.teachertube.com/user/profile/rbhagwati2')          self.assertIsPlaylist(result)          self.assertEqual(result['id'], 'rbhagwati2') -        self.assertTrue(len(result['entries']) >= 20) +        self.assertTrue(len(result['entries']) >= 179)  if __name__ == '__main__':      unittest.main() diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py index 8417c55a6..8d46fe108 100644 --- a/test/test_youtube_signature.py +++ b/test/test_youtube_signature.py @@ -33,6 +33,12 @@ _TESTS = [          90,          u']\\[@?>=<;:/.-,+*)(\'&%$#"hZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjiagfedcb39876',      ), +    ( +        u'https://s.ytimg.com/yts/jsbin/html5player-en_US-vflXGBaUN.js', +        u'js', +        u'2ACFC7A61CA478CD21425E5A57EBD73DDC78E22A.2094302436B2D377D14A3BBA23022D023B8BC25AA', +        u'A52CB8B320D22032ABB3A41D773D2B6342034902.A22E87CDD37DBE75A5E52412DC874AC16A7CFCA2', +    ),  ] @@ -44,7 +50,7 @@ class TestSignature(unittest.TestCase):              os.mkdir(self.TESTDATA_DIR) -def make_tfunc(url, stype, sig_length, expected_sig): +def make_tfunc(url, stype, sig_input, expected_sig):      basename = url.rpartition('/')[2]      m = re.match(r'.*-([a-zA-Z0-9_-]+)\.[a-z]+$', basename)      assert m, '%r should follow URL format' % basename @@ -66,7 +72,9 @@ def make_tfunc(url, stype, sig_length, expected_sig):              with open(fn, 'rb') as testf:                  swfcode = testf.read()              func = ie._parse_sig_swf(swfcode) -        src_sig = compat_str(string.printable[:sig_length]) +        src_sig = ( +            compat_str(string.printable[:sig_input]) +            if isinstance(sig_input, int) else sig_input)          got_sig = func(src_sig)          self.assertEqual(got_sig, expected_sig) | 
