You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please see yt-dlp/yt-dlp#4715 for a good breakdown. Gallery-dl also partially suffers from this issue.
Firstly, Newgrounds seems to store original copies of their videos, from which they generate sampled copies at different standard resolutions as MP4s. The original copy does not need to be MP4. I expect the original copy is always the highest quality version for any video from Newgrounds. To access the original copy, remove the resolution from the Ungrounded URL (e.g., .1080p) and try different video extensions until one works.
Gallery-dl only seems to generate direct Newgrounds video URLs as MP4s (like the video samples), so if the original video is MP4 then that is successfully downloaded. However, if the original video has a different file extension, then attempts to reach that file will fail, and gallery-dl falls back to the biggest sample.
Hello.
Please see yt-dlp/yt-dlp#4715 for a good breakdown. Gallery-dl also partially suffers from this issue.
Firstly, Newgrounds seems to store original copies of their videos, from which they generate sampled copies at different standard resolutions as MP4s. The original copy does not need to be MP4. I expect the original copy is always the highest quality version for any video from Newgrounds. To access the original copy, remove the resolution from the Ungrounded URL (e.g.,
.1080p
) and try different video extensions until one works.Gallery-dl only seems to generate direct Newgrounds video URLs as MP4s (like the video samples), so if the original video is MP4 then that is successfully downloaded. However, if the original video has a different file extension, then attempts to reach that file will fail, and gallery-dl falls back to the biggest sample.
This is porn.
https://www.newgrounds.com/portal/view/933758
But this artist uses .MOV
https://uploads.ungrounded.net/alternate/5768000/5768625_alternate_266643.mov
Compare against this video mentioned in the yt-dlp issue thread where the original is MP4. This is not porn.
Please have gallery-dl download original Newgrounds videos regardless of their file extension. Thank you.
The text was updated successfully, but these errors were encountered: