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.
generic extractor improvement: add a JavaScript beautifier #5913
Comments
|
I'm not sure why @dstftw closed this issue. AFAIK, tools like beautifiers help humans but not machines. In other words, they help programmars but not programs (youtube-dl), so there's no need to integrate the tools into youtube-dl. |
|
the point is that some video hosting websites are obfuscating the direct video URL using javascript. So a JavaScript beautifier could expose/un-obfuscate the url for downloading with the generic extractor. |
|
You'll have to post an example url. |
|
You could take this as an example: |
|
We'd need to add a test for it, so please post a url from a site that doesn't infringe copyright. |
A JavaScript beautifier could help with websites obfuscating direct video URLs.