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.
Feeding The Source Through a Parameter #8619
Comments
|
I should also add that embedded players isn't the only thing that I would use this for. |
I'm trying to add support for embedded video players, but I want to avoid more requests than I need to make (I'll explain more about what I mean below).
Take this page for example: http://www.animez.tv/magi-the-kingdom-of-magic-25-bolum-final/
If you feed the link into youtube-dl then it won't find anything even though it supports OK.RU, now if I manually copy the OK.RU link then it works just fine.
I write PHP so it's difficult for me to contribute or change the code since it's written in Python.
Would it be possible to add a parameter which contains the source code of the page?
This way I would be able to: