diff options
author | Unknown <blackjack4494@web.de> | 2020-10-24 05:09:22 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-10-24 05:09:22 +0200 |
commit | dd2d55f10dac8b6cb5e8ab4b2cccb302655b40ea (patch) | |
tree | 2347b28eb2b3940b7d045b28a94e733d924a5aa5 /test/test_all_urls.py | |
parent | 3a6a581d94791e58465d6c5c01c8e4444b5564d7 (diff) | |
download | hypervideo-pre-dd2d55f10dac8b6cb5e8ab4b2cccb302655b40ea.tar.lz hypervideo-pre-dd2d55f10dac8b6cb5e8ab4b2cccb302655b40ea.tar.xz hypervideo-pre-dd2d55f10dac8b6cb5e8ab4b2cccb302655b40ea.zip |
COMPLAINFREE
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r-- | test/test_all_urls.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py index 7b6664cac..548bc6750 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -33,7 +33,6 @@ class TestAllURLsMatching(unittest.TestCase): assertPlaylist = lambda url: self.assertMatch(url, ['youtube:playlist']) assertPlaylist('ECUl4u3cNGP61MdtwGTqZA0MreSaDybji8') assertPlaylist('UUBABnxM4Ar9ten8Mdjj1j0Q') # 585 - assertPlaylist('PL63F0C78739B09958') assertPlaylist('https://www.youtube.com/playlist?list=UUBABnxM4Ar9ten8Mdjj1j0Q') assertPlaylist('https://www.youtube.com/course?list=ECUl4u3cNGP61MdtwGTqZA0MreSaDybji8') assertPlaylist('https://www.youtube.com/playlist?list=PLwP_SiAcdui0KVebT0mU9Apz359a4ubsC') @@ -70,7 +69,7 @@ class TestAllURLsMatching(unittest.TestCase): 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-dlc+test+video&filters=video&lclk=video', ['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']) def test_youtube_extract(self): assertExtractId = lambda url, id: self.assertEqual(YoutubeIE.extract_id(url), id) |