
youtube-dl-server
Web / REST interface for downloading youtube videos onto a server.[br] Enter a video url to download the video to the server. Url can be to YouTube or any other supported site. The server will automatically download the highest quality version available. Just navigate to http://{{address}}:{{port}}/youtube-dl and enter the requested {{url}}. curl -X POST --data-urlencode "url={{url}}" http://{{address}}:{{port}}/youtube-dl/q[br][br] [b]/youtube-dl[/b] : Downloads go there [br]
About
youtube-dl-server is a lightweight web application that wraps the popular youtube-dl tool with a browser-based UI and REST API. It enables users to download videos from YouTube and hundreds of other supported sites without requiring local installation of youtube-dl. This makes it…