PatrickL546 / Hydrax-Abyss.to-DownloadHelper-Python

Python program to download Hydrax/Abyss.to videos
MIT License
28 stars 6 forks source link

Player update of Abyss.to #10

Closed Devashish-Rajput closed 1 month ago

Devashish-Rajput commented 1 month ago

Today i saw changes in palyer design, the script stopped working, i tried myself to fix the script, but abyss embed page always blocks me from inspecting the page

PatrickL546 commented 1 month ago

They did break the method I'm using. Filled it with emoticons

image

PatrickL546 commented 1 month ago

Seems like the URL still works, they've just hidden it with this requests

image

PatrickL546 commented 1 month ago

The code is still there. I just need to decode emoticons to expose this to make it work again image

PatrickL546 commented 1 month ago

Found it image

demon071 commented 1 month ago

Found it image

How to decode

PatrickL546 commented 1 month ago

They used https://utf-8.jp/public/aaencode.html to encode. Decoder in JS. I'll have to work it out in python. Their other libs was also heavily obfuscated now. image

kukhanh29 commented 1 month ago

JsFuck ?