1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00
pukkandan
2023-04-24 17:21:20 +05:30
parent 80b732b7a9
commit 78fde6e339
3 changed files with 3 additions and 2 deletions

View File

@ -822,6 +822,7 @@ class TestYoutubeDL(unittest.TestCase):
test('%(title&foo|baz)s.bar', 'baz.bar')
test('%(x,id&foo|baz)s.bar', 'foo.bar')
test('%(x,title&foo|baz)s.bar', 'baz.bar')
test('%(title&\n|)s', '\n')
# Laziness
def gen():