d0u9 / youtube-dl-webui

Another webui for youtube-dl powered by Flask.
GNU General Public License v2.0
329 stars 111 forks source link

[Feature Request]: playlist support #12

Open matrss opened 6 years ago

matrss commented 6 years ago

hey, first of all, great project! now, is it possible to download whole playlists at once? Not specifically from youtube but in general, I'm trying to set up sort of a download server for crunchyroll content. I'm currently trying with the latest docker image, build with your provided Dockerfile, but that doesn't work unfortunately. So am I just stupid or is it not supported yet? Thanks in advance!

d0u9 commented 6 years ago

Sorry for my late reply. youtube-dl-webui currently not support playlist download, but I think this is a useful feature which is worthy adding in the future.

For docker image, It seems that I forget to update the docker image on dockerhub after I pumped the version to 2.0.

matrss commented 6 years ago

May I ask whats your priority on this feature? If you aren't expecting to implement it in the near future, I might take a look myself and see what I can do, although I'm not that experienced with flask and Python in general.

d0u9 commented 6 years ago

I recently changed my job. So, it is hardly to say when the feature can be added. If you have spare time to add this feature, I appreciate.