Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fix openload.co #10727
Fix openload.co #10727
Comments
|
Are you the original author of this code? If so could you declare this script to be in public domain or released with UNLICENSE, the license youtube-dl uses. |
|
Yes i'm the original author of this code. how can i declare the code as public ? |
|
An approach is like this: https://gist.github.com/gdkchan/2f88297203cd3189a41893e366faba8b - put a comment block in the file. |
|
Not working anymore, Openload has changed its contents again,
And the encode function doesn't work, at least I couldn't get the correct result with it. |
|
http://hastebin.com/tuberiwoxu.py ??? it's still working |
|
You're right, I found openload algorithm on their website, and yours is its equivalent. This is OPENLOAD algorithm:
Thanks. |
|
Thanks you all! I've adapted the algorithm into youtube-dl. |
|
Is it just me, or did they changed it again? Following doesnt work anymore, lol. // OpenLoad algorithm written in JavaScript // Encrypted stream info |
|
@JustMeDaFaq The latest commit of youtube-dl is still working. Didn't check it thoroughly, though. |
|
C:\Users\XXXX\Downloads>youtube-dl https://openload.co/embed/2hoEy3X94as/The.Simpsons.S27E22.HDTV.x264-FLEET.mkv -> Looks like broken :/ |
|
Works with commit 4ddcb59 or newer:
The latest fix is not included in the latest version yet. If you can't wait, have a look at https://github.com/rg3/youtube-dl/blob/master/README.md#developer-instructions for how to get the latest commit. |
|
In my opinion, the developer instructions are slightly overkill for just running youtube-dl. You can get the latest version directly from the tree, like this: This is all you need, the full program, Python source code. NB: If you are on Windows, you don't actually need to install anything, just unpack the Python interpreter to a directory and run the executable from there. |
|
@Hrxn thanks for those instructions. Maybe it's time to add a section or an FAQ entry in |

code fix for openload.co resolv
http://hastebin.com/femivusima.py
parts of the code can be use in youtube-dl