mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Release 2022.02.03
This commit is contained in:
parent
d5a398988b
commit
28469edd7d
4 changed files with 85 additions and 7 deletions
|
@ -1133,7 +1133,7 @@ class TestUtil(unittest.TestCase):
|
|||
|
||||
def test_clean_html(self):
|
||||
self.assertEqual(clean_html('a:\nb'), 'a: b')
|
||||
self.assertEqual(clean_html('a:\n "b"'), 'a: "b"')
|
||||
self.assertEqual(clean_html('a:\n "b"'), 'a: "b"')
|
||||
self.assertEqual(clean_html('a<br>\xa0b'), 'a\nb')
|
||||
|
||||
def test_intlist_to_bytes(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue