module.exports = {
    library: {
        base: 'output/$user/',
        image: '$base$postDate - $itemId - $postTitle$ext',
        video: '$base$postDate - $itemId - $postTitle$ext',
        text: '$base$postDate - $postId - $postTitle',
        album: {
            image: '$base$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext',
            video: '$base$postDate - $albumId - $postTitle/$itemIndex - $itemId$ext',
            extractSingleItem: true
        },
        profile: {
            image: '$base$userCreated - profile$ext',
            description: '$base$userCreated - profile ($userVerified$userVerifiedEmail$userGold$profileOver18)',
            avoidAvatar: true
        },
        booleans: {
            extracted: 'extracted-',
            verified: '✔',
            verifiedEmail: '✉',
            gold: '★',
            over18: '♥'
        },
        meta: {
            comment: '$itemDescription'
        },
        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'
        }
    }
};