Added single item album extraction with configurable display variable, as well as a host/source name variable.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user