mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[common] fix dash codec information for mixed videos and fragment url construction(#11490)
This commit is contained in:
parent
8ab7e6c4cc
commit
7fe1592073
2 changed files with 4 additions and 8 deletions
|
@ -461,6 +461,7 @@ class TestUtil(unittest.TestCase):
|
|||
self.assertEqual(urljoin('http://foo.de/', None), None)
|
||||
self.assertEqual(urljoin('http://foo.de/', ''), None)
|
||||
self.assertEqual(urljoin('http://foo.de/', ['foobar']), None)
|
||||
self.assertEqual(urljoin('http://foo.de/a/b/c.txt', '.././../d.txt'), 'http://foo.de/d.txt')
|
||||
|
||||
def test_parse_age_limit(self):
|
||||
self.assertEqual(parse_age_limit(None), None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue