Improve offset parsing in outtmpl

This commit is contained in:
pukkandan 2021-06-09 19:47:50 +05:30
parent 5c6542ce69
commit 385a27fad1
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
2 changed files with 35 additions and 30 deletions

View file

@ -752,6 +752,7 @@ class TestYoutubeDL(unittest.TestCase):
test('%(formats.3)s', 'NA')
test('%(formats.:2:-1)r', repr(FORMATS[:2:-1]))
test('%(formats.0.id.-1+id)f', '1235.000000')
test('%(formats.0.id.-1+formats.1.id.-1)d', '3')
# Empty filename
test('%(foo|)s-%(bar|)s.%(ext)s', '-.mp4')