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.
How to get mp4 address from youku.com? #11512
Comments
|
|
|
Yes,it does download files as mp4 format.But I want to know the address and skip dowload. |
|
Use -g to get URL(s) |
Why mp4?
I am a android developer and recently I want to play some videos from www.youku.com, however I can only use
webviewto show it.In order to show video on android native video player, I have to get [mp4 address].What I found?
In the youtube_dl/extractor,I found
youku.py. But I am strange to python.So I want to ask you how to get mp4 address from youku.com?Thank you very much.