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] does not download the entire album. #3129

Closed
Gromily4 opened this issue Oct 31, 2022 · 5 comments
Closed

[deviantart] does not download the entire album. #3129

Gromily4 opened this issue Oct 31, 2022 · 5 comments

Comments

@Gromily4
Copy link

there are two pages,
https://www.deviantart.com/chain-man/gallery/all this one loads everything.
[deviantart][info] Refreshing private access token

https://www.deviantart.com/chain-man/gallery/scraps only downloads 10 files.

I've tried everything I can, but I still can't win.

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

        "client-id": "5388",
        "client-secret": "76b08c69cfb27f26d6161f9ab6d061a1",
        "refresh-token": "b32fe13ab35388011e6b1490a4d7c6767a1d275",
        
		"metadata": true,
		"postprocessors": 
		[
            {
				"name": "metadata", 
				"mode": "custom", 
				"content-format"  : "{description}\n",
				"extension-format": "txt" 
            }
        ]
		
    },
@mikf
Copy link
Owner

mikf commented Oct 31, 2022

You didn't try cookies from a logged-in browser session.
There was a time when this wasn't necessary anymore, but that seems to have changed yet again.

@Gromily4
Copy link
Author

Yes, the cookies worked.

@Twi-Hard
Copy link

Are cookies only required for mature scraps and nothing else?
@mikf

@mikf
Copy link
Owner

mikf commented Oct 31, 2022

Yes, only mature scraps.

Individual deviations still work regardless of "mature" status and watched user lists should not be affected. Nothing else uses Eclipse API stuff.

@mikf
Copy link
Owner

mikf commented Oct 31, 2022

Should I revert commit 1f02878, since cookies seem to be necessary again?

edit: 2a1cb40

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

3 participants