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.
need help to add extractor for hidden video #4172
Comments
|
It seems the URL is decoded by the Flash player itself. However, I am not sure about the legality of flash decompilation and whether it would be OK to include the ported algorithm in youtube-dl. What do others think? |
|
how in free country can a piece of code be illegal ? fix your laws. |
Hello,
I'm trying to find the hidden video file on a flash site for a new extractor:
https://github.com/peugeot/youtube-dl/blob/hardsextube/youtube_dl/extractor/hardsextube.py
I can get the real video url from firefox network debugger, but I can't figure out how to form the url from the page data. It's almost there in plain text except for one char field containing 48 hexadecimal chars that is randomly stripped to 32 to form the real url.
Has anyone already seen that ?
How can I see what's happening ?