mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[youtube] Match more truncated URLs (Closes #2402)
This commit is contained in:
parent
ad5976b4d9
commit
2eb5d315d4
2 changed files with 4 additions and 1 deletions
|
@ -68,6 +68,9 @@ 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_justin_tv_channelid_matching(self):
|
||||
self.assertTrue(JustinTVIE.suitable(u"justin.tv/vanillatv"))
|
||||
self.assertTrue(JustinTVIE.suitable(u"twitch.tv/vanillatv"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue