mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
fix test
This commit is contained in:
parent
3724350fb0
commit
7ab9621f94
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue