From 7ab9621f94183e1f15d9199121d01b94977a0da5 Mon Sep 17 00:00:00 2001 From: Zezombye Date: Fri, 6 Dec 2024 13:16:20 +0100 Subject: [PATCH] fix test --- test/test_YoutubeDL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index 966d27a498..a4f3829513 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -768,7 +768,7 @@ class TestYoutubeDL(unittest.TestCase): test('%(id)s', '-abcd', info={'id': '-abcd'}) test('%(id)s', '.abcd', info={'id': '.abcd'}) test('%(id)s', 'ab__cd', info={'id': 'ab__cd'}) - test('%(id)s', ('ab:cd', 'ab:cd'), info={'id': 'ab:cd'}) + test('%(id)s', ('ab:cd', 'ab\u0589cd'), info={'id': 'ab:cd'}) test('%(id.0)s', '-', info={'id': '--'}) # Invalid templates