Skip to content
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

Videodevil HQporner doesn't work, categories never worked #458

Open
desamiv opened this issue Feb 17, 2024 · 1 comment
Open

Videodevil HQporner doesn't work, categories never worked #458

desamiv opened this issue Feb 17, 2024 · 1 comment

Comments

@desamiv
Copy link

desamiv commented Feb 17, 2024

Hi,

I'm using the latest version of Videodevil 1.8.27, the HQporner doesn't work for a few weeks. It says video not found for all videos.

Categories never worked. Can you please fix them both?

Thank you!

@chpasha
Copy link

chpasha commented May 30, 2024

small disclaimer - I'm not the autor of the plugin, just want to save him some time:

the problem is, that the URL is generated by javascript, which is obviously not executed by the plugin, when it loads the page. Here is the code, that does that:

 bdjxixgm = "<video id=\"flvv\" preload=\"none\" poster=\"nrpuvmain.jpg\" controls style=\"width:100%; height:100%;\" src=\"\"><source src=\"nrpuv360.mp4\" title=\"360p\" type=\"video/mp4\" /><source src=\"nrpuv720.mp4\" title=\"720p HD\" type=\"video/mp4\" /><source src=\"nrpuv1080.mp4\" title=\"1080p Full HD\" type=\"video/mp4\" /></video>";
        ngxbvpzs = "//s6.bigcdn.cc/";
        ojhmapds = "//s46.bigcdn.cc/";
        snaatrwu = "//s63.bigcdn.cc/";
        hjttouqo = "//s70.bigcdn.cc/";
        nsjchgcr = "6658726bbaa287.79300154";
        $("#jw").html(bdjxixgm.replaceAll("nrpuv", snaatrwu + "pubs/" + nsjchgcr + "/"));

as you can see, the right cdn server has to be picked up. What worse, the code is obfuscated - variable names are always different, so you have to find the right variable name in last line and then pick up a right server. I'm afraid the current implementation won't be able to do that, unless it is possible to use something like selenium to load html page in a parsed state (when javascript will generate the correct urls)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants