pull/11749/head
Zezombye 1 month ago committed by GitHub
parent 3724350fb0
commit 7ab9621f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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', 'abcd'), info={'id': 'ab:cd'})
test('%(id)s', ('ab:cd', 'ab\u0589cd'), info={'id': 'ab:cd'})
test('%(id.0)s', '-', info={'id': '--'})
# Invalid templates

Loading…
Cancel
Save