Skip to content

Stop scraping DA for already-downloaded images #5914

Closed Answered by Twi-Hard
snoopyh42 asked this question in Q&A
Discussion options

You must be logged in to vote

You can set "skip" to "abort"
For only downloading up to 10 images you can use "image-range": ":10"

Something to note about DeviantArt specifically is if a stash item is already downloaded and they link it in a new deviation too, it will abort on that and might not get all 10 images. I put a "stash" section in my config with "skip": true because of that.

So you can edit it like this:

{
    "extractor": {
        "deviantart": {
            "base-directory": "./",
            "postprocessors": null,
            "cookies": null,
            "cookies-update": false,
            "proxy": null,
            "skip": "abort",
            "image-range": ":10",
            "sleep": 0,
            "…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by snoopyh42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants