Skip to content

shlagevuk/docker_webgui_youtubedl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webgui + youtube-dl

webgui youtube-dl is a combination of script-server and a wrapper around youtube-dl.

what it do

The wrapper script take only a youtube url (or other compatible media plateform) and download best video+audio, subtitle, images. Then it goes to a mkv container for video/audio/subtitle wrapping, and at last images is converted for plex miniatures.

notes

  • The wrapper also use a youtube_archive.txt for '--download-archive' option of youtube-dl. So you don't have to re-dl all video of a playlist or channel, only new content.
  • only english and french subtitles are downloaded (it take a very long time to DL everything).

how to use

docker run -d -p 2000:2000  -v /path/to/target/dl:/data --name youtube-gui shlagevuk/docker_webgui_youtubedl

Warning

Be careful with exposing this service on the internet, script-server security say it may be subject to XSS and CSFR attacks!

About

a simple web gui for youtubedl based on script-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages