Added single item album extraction with configurable display variable, as well as a host/source name variable.

This commit is contained in:
2024-09-11 05:16:53 +02:00
parent 21e70daa0a
commit c3fc11d1ea
6 changed files with 30 additions and 9 deletions

View File

@@ -4,13 +4,15 @@ module.exports = {
video: 'output/$postUser/$postDate - $itemId - $postTitle$ext',
text: 'output/$postUser/$postDate - $postId - $postTitle',
album: {
extractSingleItem: true,
image: 'output/$postUser/$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext',
video: 'output/$postUser/$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext'
},
dateformat: 'YYYYMMDD',
dateFormat: 'YYYYMMDD',
titleLength: 200,
indexOffset: 1,
slashSubstitute: '#'
slashSubstitute: '#',
extractedLabel: 'extracted-'
},
reddit: {
sort: 'top',