yt-dlp-web-ui icon indicating copy to clipboard operation
yt-dlp-web-ui copied to clipboard

The list of suggestion

Open arbdevml opened this issue 1 year ago • 5 comments

Hello. First of all very big thank you for this project. What do you think about these:

  1. Add a date picker to download videos from the channel by specific date range, --datebefore DATE Download only videos uploaded on or before this date. The date formats accepted is the same as --date --dateafter DATE Download only videos uploaded on or after this date.

  2. Add embed-thumbnail to the video file, --embed-thumbnail Embed thumbnail in the video as cover art.

  3. Write comment of the video, --write-comments

  4. Add comment viewer, https://gist.github.com/pukkandan/ee737fec64822f2552caf3ca4cbf5db7

  5. Write a video description of the video, --write-description Write video description to a .description file.

  6. Download subtitles of the video, Select the language and download the srt file of the subtitle.

  7. Download the channel or playlist.

  8. Automatically download more the new videos from channel or playlist, (Can be implemented using CRON and API request).

  9. Add Nginx reverse proxy config example.

  10. Add example integration with Authelia.

  11. Create a download template. Save the download argument to reuse.

  12. Ability to download mp4, add drop-down list with video formats, 480p bestvideo[height<=480][ext=mp4]+bestaudio[ext=m4a]/best[height<=480][ext=mp4] 720p bestvideo[height<=720][ext=mp4]+bestaudio[ext=m4a]/best[height<=720][ext=mp4] 1080p bestvideo[height<=1080][ext=mp4]+bestaudio[ext=m4a]/best[height<=1080][ext=mp4] 4k bestvideo[height<=2160][ext=mp4]+bestaudio[ext=m4a]/best[height<=2160][ext=mp4] 8k bestvideo[height<=4320][ext=mp4]+bestaudio[ext=m4a]/best[height<=4320][ext=mp4]

Thank you very much for your answers.

arbdevml avatar Jul 07 '23 09:07 arbdevml