Closed cheese529 closed 1 year ago
Perhaps adding "download": false
to your Reddit config?
"reddit": {
...
"download": false,
...
}
"download": false
This works but then gallery-dl also skips the imgur downloads even with "whitelist": ["imgur"],
Or you set image-filter
for reddit. and only reddit, to "False"
.
"download": false
This works but then gallery-dl also skips the imgur downloads even with
"whitelist": ["imgur"],
It works if you disable download
for reddit only.
It works if you disable
download
for reddit only.
I apologize for being very dumb but can you please elaborate a bit more on this? It should be working because I don't have any other downloads disabled, just imgur whitelisted. Here's my config again so maybe you can just tell me exactly what I should paste here.
Unless it was dummy data you exposed your Tumblr API key & secret in your config, you'll need to get new ones.
Unless it was dummy data you exposed your Tumblr API key & secret in your config, you'll need to get new ones.
I edited the message, thank you for telling me.
People can still see the edited messages, there's an "edited" dropdown menu next to your nick in the message, so it doesn't help much.
Oh wow lol I did not know that, still changed my key tho dw.
I tested your config and it works as you wanted it, you just need to add the last line to your Reddit config:
"reddit": {
"filename": "{title} {date:%Y-%m-%d} {id}{num:?_//}.{extension}",
"comments": 500,
"morecomments": false,
"date-min": 0,
"date-max": 253402210800,
"date-format": "%Y-%m-%dT%H:%M:%S",
"id-min": null,
"id-max": null,
"recursion": 0,
"videos": "ytdl",
"whitelist": ["imgur"],
"parent-directory": true,
"parent-metadata": "_reddit",
"download": false
}
This works perfectly now, seems like I had it in the wrong spot, thanks.
I am trying to scrape reddit for as many imgur links as possible before the purge on May 17th. I am using
"whitelist": ["imgur"],
in order to do this inside my reddit config but it still downloads material from reddit, is there anyway to ignore this behavior and only download stuff from imgur?