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.
Improve youku extraction #15092
Improve youku extraction #15092
Comments
|
This may be useful for And I remember the content of ckey is embedded in a Javascript file |
|
hello |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.12.23. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Recently I am working on extraction for youku website for a week. I find there are two bugs in current extraction.
Yesterday I found a new api from Chrome when I visit youku.com. Here is the api : http://acs.youku.com/h5/mtop.youku.play.ups.appinfo.get/1.1/
I want to implement this algo but I failed (This is why I create this issue). I put my test code from Chrome here. I have remove redundant query params.
I received below result.
{"api":"mtop.youku.play.ups.appinfo.get","data":{},"ret":["FAIL_SYS_TOKEN_EMPTY::令牌为空"],"v":"1.1"}Now I have two question.
sign.ckey