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

Another webui for youtube-dl powered by Flask.

Results 20 youtube-dl-webui issues
Sort by recently updated
recently updated
newest added

Hi, I have added your repository to https://github.com/gallofeliz/youtube-dl-stream-webui as alternative because your tool does not offer exactly the same solution for the youtube-dl ui. It can interesting to do the...

Nice project :) I used your published [docker container](https://hub.docker.com/r/d0u9/youtube-dl-webui) but downloads always failed. I debugged and found that the `youtube-dl` inside is outdated (year 2018). It would be nice if...

Perhaps related to #19 , but I think the missing killer feature here is being able to save/use the YT-DL parameters. I struggled way too long only to realize that...

Any thoughts on adding an option to change the baseurl? I ask because it'd be cool if this could work with reverse proxies like nginx

- bump gosu version to 1.11 - bump python version to 3.8 - fix gpg-agent dependency - update ffmpeg build URL and remove ffmpeg-10bit reference)

I am getting the following error when tried to run : ` File "/usr/local/bin/youtube-dl-webui", line 11, in load_entry_point('youtube-dl-webui===rolling', 'console_scripts', 'youtube-dl-webui')() File "/usr/local/lib/python2.7/dist-packages/youtube_dl_webui-rolling-py2.7.egg/youtube_dl_webui/__init__.py", line 27, in main core.start() File "/usr/local/lib/python2.7/dist-packages/youtube_dl_webui-rolling-py2.7.egg/youtube_dl_webui/core.py", line...

I installed this using python3 and now I have encountered an error: ``` 192.168.x.x - - [24/Mar/2020 08:45:25] "GET /task/tid/d1432c81c64f99564c5b2923a14a63fe983e07a6/status HTTP/1.1" 200 - Traceback (most recent call last): File "./youtube-dl-webui",...

User can click on the link and download finished items from the panel.

enhancement

I'd like to run the youtube_dl_webgui under apache mod_wsgi, but i did not get it to work yet. I am also quite new to flask an wsgi, so it might...