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] Image embeds not captured #1033

Closed
God-damnit-all opened this issue Sep 25, 2020 · 2 comments
Closed

[newgrounds] Image embeds not captured #1033

God-damnit-all opened this issue Sep 25, 2020 · 2 comments

Comments

@God-damnit-all
Copy link
Contributor

Sometimes a Newgrounds submission contains extra images that are embedded in the description, like this submission that has one extra image: https://www.newgrounds.com/art/view/sailoryon/yon-dream-buster

gallery-dl doesn't have any way of capturing them, as far as I know.

@God-damnit-all
Copy link
Contributor Author

@mikf It seems there's an edge case where sometimes image embeds start with // but not https:
image

@God-damnit-all
Copy link
Contributor Author

I fixed it changing line 53 to: yield Message.Url, url.replace("https:", "").replace("//", "https://") , post

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