module.exports = { library: { base: 'output/$user/', image: '$postDate - $itemId - $postTitle$ext', video: '$postDate - $itemId - $postTitle$ext', text: '$postDate - $postId - $postTitle', album: { extractSingleItem: true, image: '$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext', video: '$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext' }, profile: { image: '$userCreated - profile$ext', description: '$userCreated - profile ($userVerified$userVerifiedEmail$userGold$profileOver18)' }, booleans: { extracted: 'extracted-', verified: '✔', verifiedEmail: '✉', gold: '★', over18: '♥' }, dateFormat: 'YYYYMMDD', titleLength: 200, indexOffset: 1, slashSubstitute: '#', }, fetch: { sort: 'new', limit: 1000, avoidDuplicates: true }, reddit: { 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' } } };