-
-
Notifications
You must be signed in to change notification settings - Fork 976
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] videos not being downloaded #1042
Comments
Wait. It looks like you download only 720p version now. You should remove The first from JSON: {
"id": 595355,
"title": "Alien Hominid Fan Trailer",
"author": "kickinthehead",
"sources": {
"720p": [
{
"type": "video\/mp4",
"src": "https:\/\/uploads.ungrounded.net\/alternate\/564000\/564957_alternate_31.720p.mp4?1359712249"
}
],
"360p": [
{
"type": "video\/mp4",
"src": "https:\/\/uploads.ungrounded.net\/alternate\/564000\/564957_alternate_31.360p.mp4?1359712249"
}
]
}
} |
@mikf It seems that while this usually works, it doesn't always. Sometimes the 'original video URL' that gallery-dl retrieves 404s, but the 720p variant works properly. This might need a fallback URL system like the twitter scraper has. |
Noticed I got a bunch of "Unable to get download URL for ..." today, all the ones I had trouble with are mp4s.
Example URL: https://www.newgrounds.com/portal/view/733388
The text was updated successfully, but these errors were encountered: