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.
Display absolute links to downloaded files via youtube-dl? #11789
Comments
youtube-dl does not provide such functionality. Ask support of the web front-end you are using. |
|
I'm not using any frond-end. I've wrote a bunch of php files to handle my calls to youtube-dl. Also if you |
|
all youtube-dl paths are relative to the current directory. |
Hi,
I've set up youtube-dl on my shared Debian 3 host so I can access it via an URL to pass address to what I want to download so it would download it on my host.
I was wondering if there is a way to display URL links to file(s) downloaded by last request on a web page for easier download.
So for example, if you call domain.com/youtubedl.php?url=www.youtube.com/watch?v=000000 would download it and then display this on the page:
http://domain/download_directory/youtubefile.mp4
so you can easily download it by clicking on that link.
Thanks