Open GForceWeb opened 10 months ago
working on a solution for my yt-dlp plugin
working on a solution for my yt-dlp plugin
Did you manage to get anything working?
I spent a few hours figuring out the UL-endpoint but no luck. It should't be that hard; I think that it relies on cookies/sessions or something like that.
I gave up on that idea to use that endpoint. However; I did create a Userscript that eventually end up in a successful download. It's just clicking on links, changes classes and fill form-fields with data. It's not fully automated and it can't be used in as background service but other than that it works great!
You could check the following repo: https://github.com/fan1200/hypeddit-downloadwall-bypasser-reloaded
The only requirements are that you're already logged into Soundcloud and Spotify. When that's done it completes the steps automatically.
Looks like Hypeddit has finally closed the door on the simple file path recreation method. The URL is still correct but requires a valid signature to access.
I've done some initial testing but can't see any way to find that signature value from the information on the page.
The only way to get the full valid URL seems to be via the https://hypeddit.com/gate/download/ul endpoint but I haven't found a way to call that manually and successfully get a download URL returned, even when trying to mimic the same request that the site uses after completing the gate steps.
If you're going to look into implementing a new workaround and want to share notes let me know