youtube-dl-server icon indicating copy to clipboard operation
youtube-dl-server copied to clipboard

An alternate (work in progress) version of https://github.com/manbearwiz/youtube-dl-server. (On pause)

Results 9 youtube-dl-server issues
Sort by recently updated
recently updated
newest added

How can I switch the download from youtube-dl to yt-dlp? Is there a re-call into the code to change the directory where the .py search the youtube-dl to download videos/songs?

https://github.com/katznboyz1/youtube-dl-server/blob/1b958d63afd82c4aa29539540b35a0d37c12ee24/app.py#L1193

Subscription-daemon.py uses `youtube_dl.extract_info` to get **all the videos info** in a playlist. The data is redundant for downloaded videos. https://github.com/katznboyz1/youtube-dl-server/blob/1b958d63afd82c4aa29539540b35a0d37c12ee24/subscription-daemon.py#L81 We can improve the process by adding `'extract_flat': True` flag...

My docker host failed to start the container because startup.sh is not executable. fixed it by: `chmod +x startup.sh`

It would be nice to have a config file for youtube-dl. Passing cookies for example allows downloading age restricted videos, and ignoring errors is another important one. One issue I...

Add an API so that other applications can be integrated with this program.

Is it possible to capture a log of the download and store in history if the download fails? So i tried a few downloads and worked.. then i tried a...

So when you visit site on chrome mobile (ios) and expand hamburger menu on the history page, it hides behind the title page. Also the floating menu doesn't have a...