Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deviantart fails to download text-based deviations #6593

Closed
non711279 opened this issue Dec 3, 2024 · 1 comment
Closed

Deviantart fails to download text-based deviations #6593

non711279 opened this issue Dec 3, 2024 · 1 comment

Comments

@non711279
Copy link

non711279 commented Dec 3, 2024

I'm trying to download literature from deviantart, and everything downloads, but it fails to actually give me the text; it just gives a blank template with the title and author.
image
Here's my config setting:

"deviantart":
        {
            "directory": ["[gallery-dl]", "[{category}] {author[username]}"],
            "filename": "[{category}] {author[username]}—{index}—{date:%Y.%m.%d}—{title}.{extension}",
            "client-id": "[REDACTED]",
            "client-secret": "[REDACTED]",

            "auto-watch": false,
            "auto-unwatch": false,
            "comments": false,
            "extra": true,
            "flat": true,
            "folders": false,
            "group": true,
            "include": "gallery,scraps,journal",
            "journals": "html",
            "jwt": false,
            "mature": true,
            "metadata": true,
			"postprocessors": [{
				"name": "metadata",
				"mode": "custom",
				"filename": "[{category}] {author[username]}—{index}—{date:%Y.%m.%d}—{title}.html",
				"directory": "metadata",
				"extension": "html",
				"format": "<h1 style='display: inline'><a href='{url}'>{title}</a></h1> by <a href='https://www.deviantart.com/{username}'>{author[username]}</a><div><br></div><div class='content'>{description}</div><br><div><hr><div class='tags'>[\"{tags:J\", \"}\"]</div><hr></div><div>{date:%Y.%m.%d}</div><br>\n\n"
			}],
            "original": true,
            "pagination": "api",
            "public": true,
            "quality": 100,
            "wait-min": 0
        },
@mikf
Copy link
Owner

mikf commented Dec 3, 2024

You probably just need to update: #6207, #6196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants