Removed debug log. Updated README to mention imgur API key requirement.

This commit is contained in:
ThePendulum 2019-10-31 05:24:38 +01:00
parent 1e7c3bdf69
commit 4d87d94762
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Most features are optional and can easily be disabled!
### Supported hosts
* Reddit text/self, images and videos[\*](#reddit-videos)
* Imgur
* Imgur (requires API key as of late 2019)
* Gfycat
* Eroshare archive

View File

@ -19,7 +19,6 @@ const attachContentInfo = users => Promise.reduce(Object.values(users), async (a
return [...accPosts, { ...post, content: await methods[post.host.method](post) }];
} catch (error) {
console.log('\x1b[31m%s\x1b[0m', `${error} (${post.permalink})`);
console.log(error);
if (config.fetch.archives.preview && post.preview) {
console.log(`Found preview images for unavailable source '${post.url}' (${post.permalink})`);