mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 15:24:14 -05:00
Add support for Newgrounds audio (and maybe video?) #658
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HGStyle on GitHub (Dec 29, 2024).
service name
Newgrounds
service description
Newgrounds is a old platform where creators can upload their content, whenether its video, audio, Flash games...
link samples
additional context
As you can see, public audios are easy to download, as the necessary info is inside the URL (for the content's ID) and inside the meta tags of the server's response (inside og:name for the song name, og:audio for the MP3 url, and og:image for the icon of the image).
However, some audios are classified as "A" for "Adult" and need an account to be viewed. Those are very rare but can happen.
For the videos, I do not use Newgrounds for viewing videos, so I don't really know whether it can be as easy for videos, but for sure the same system for adult-restricted content is also there.
@tayfrm99 commented on GitHub (Dec 29, 2024):
#620
@HGStyle commented on GitHub (Dec 29, 2024):
I added more details about how to technically do it, so I'm keeping this opened, but if needed will close it.
@KwiatekMiki commented on GitHub (Dec 30, 2024):
it has already been done
#682
@HGStyle commented on GitHub (Dec 30, 2024):
Okay, sorry for bothering.