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.
Requests Through HTTP Request #1907
Comments
|
Do you want to be able to start a download using a HTTP request? |
|
I was thinking on
|
|
What I am trying to get at is this. If the YTDL process is to provide a service to other processes without being platform specific you need to go through either 1 or many of these:
This interface can be used to in scripts, and a simple UI to interact with this process with some interactiveness. Also implement functions in downloaders like |
|
As said in #1906, this is easier to implement with a wrapper outside youtube-dl. |
Similar to #1906 is it possible to provide send commands reaceive data through HTTP perhaps using something like cURL (http://curl.haxx.se/) to send commands to a running instance of YTDL do add new downloads.