Fix outformat - the output extension should match the required format

This commit is contained in:
Simon Conseil
2020-11-14 00:17:12 -03:00
parent 6d56b28ff2
commit e84364aaeb
7 changed files with 56 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -4,6 +4,7 @@ source = 'pictures'
thumb_suffix = '.tn'
keep_orig = True
thumb_video_delay = 5
img_format = 'jpeg'
links = [('Example link', 'http://example.org'),
('Another link', 'http://example.org')]