2018-04-18 00:46:12 +00:00
|
|
|
module.exports = {
|
2018-04-22 21:46:14 +00:00
|
|
|
library: {
|
|
|
|
base: 'output/$user/',
|
2018-04-24 20:25:36 +00:00
|
|
|
image: '$base$postDate - $itemId - $postTitle$ext',
|
|
|
|
video: '$base$postDate - $itemId - $postTitle$ext',
|
|
|
|
text: '$base$postDate - $postId - $postTitle',
|
2018-04-18 00:46:12 +00:00
|
|
|
album: {
|
2018-04-20 02:40:37 +00:00
|
|
|
extractSingleItem: true,
|
2018-04-24 20:25:36 +00:00
|
|
|
image: '$base$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext',
|
|
|
|
video: '$base$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext'
|
2018-04-22 21:46:14 +00:00
|
|
|
},
|
|
|
|
profile: {
|
2018-04-24 20:25:36 +00:00
|
|
|
image: '$base$userCreated - profile$ext',
|
|
|
|
description: '$base$userCreated - profile ($userVerified$userVerifiedEmail$userGold$profileOver18)'
|
2018-04-22 21:46:14 +00:00
|
|
|
},
|
|
|
|
booleans: {
|
|
|
|
extracted: 'extracted-',
|
|
|
|
verified: '✔',
|
|
|
|
verifiedEmail: '✉',
|
|
|
|
gold: '★',
|
|
|
|
over18: '♥'
|
2018-04-18 00:46:12 +00:00
|
|
|
},
|
2018-04-24 20:25:36 +00:00
|
|
|
meta: {
|
|
|
|
comment: '$itemDescription'
|
|
|
|
},
|
2018-04-20 02:40:37 +00:00
|
|
|
dateFormat: 'YYYYMMDD',
|
2018-04-18 00:46:12 +00:00
|
|
|
titleLength: 200,
|
|
|
|
indexOffset: 1,
|
2018-04-20 02:40:37 +00:00
|
|
|
slashSubstitute: '#',
|
2018-04-18 00:46:12 +00:00
|
|
|
},
|
2018-04-22 23:50:07 +00:00
|
|
|
fetch: {
|
2018-04-23 22:55:58 +00:00
|
|
|
sort: 'new',
|
2018-04-18 00:46:12 +00:00
|
|
|
limit: 1000,
|
2018-04-23 12:58:23 +00:00
|
|
|
avoidDuplicates: true
|
2018-04-22 23:50:07 +00:00
|
|
|
},
|
|
|
|
reddit: {
|
2018-04-18 00:46:12 +00:00
|
|
|
api: {
|
|
|
|
userAgent: 'wat',
|
|
|
|
clientId: 'VPquALMpTGl3ag',
|
|
|
|
access_token: 'xxxW9FDeaOIeHwsOvTkE4YLo_Fk',
|
|
|
|
token_type: 'bearer',
|
|
|
|
expires_in: 3600,
|
|
|
|
refresh_token: '8427871-D-Hb-m8WAazo2hBP-0iCPcUSPLM',
|
|
|
|
scope: 'history identity mysubreddits read subscribe'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
imgur: {
|
|
|
|
clientId: '455ceaa737dbac0'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|