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

Newgrounds doesn't download extra images if it's a .webp #6253

Closed
fyodor15 opened this issue Sep 29, 2024 · 3 comments
Closed

Newgrounds doesn't download extra images if it's a .webp #6253

fyodor15 opened this issue Sep 29, 2024 · 3 comments

Comments

@fyodor15
Copy link

Some posts have more than one image, but when these other images are .webp's (usually in old posts), they don't seem to be included in the download, with only the first one being downloaded.

example link: https://www.newgrounds.com/art/view/sockdotclip/trickin-treats

@fyodor15
Copy link
Author

It still only downloads the first image. I'm not sure what I'm doing wrong. Maybe it has something to do with my .conf file? This is what my newgrounds section looks like:

"newgrounds":
	{
		"username": "12345",
		"password": "12345",
		"filename": "{index}_{num} {title}.{extension}",
		"flash": true,
		"format": "original",
		"include": "art",
		"metadata": true,
		"postprocessors": [{
			"name": "metadata",
			"mode": "custom",
			"filename": "{index} {title}.txt",
			"format": "{title}\n\n{description}"
		}]
	}

@mikf
Copy link
Owner

mikf commented Sep 30, 2024

Are you running the code from the latest commit f3f2749?
The latest stable release (v1.27.5) doesn't support these comment embeds, regardless of your config.

@fyodor15
Copy link
Author

Figured out how to run that, and it works now. Thanks a ton

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