Skip to content

lumue/ydlwrapper

Repository files navigation

getdown

Build Status

what is it ?

Getdown is a webapplication to simplify downloads from various filehosting sites. It is basically a http frontend to run youtube-dl remotely.

Since youtube-dl is used to perform the actual downloading, a large number of downloadsites is supported. you can find a list of supported filehosters on the youtube-dl site

how do i use it?

installing and running with docker

easy, via docker:

docker run -p 8001:8001 -v ~/mydownloads:/downloads lumue/getdown

accessing the ui via browser

navigate your browser to http://<hostname>:8001/webconsole/index.html

exposed ports

  • 8001/tcp - access to web api and web ui

exposed volumes

  • /download location for downloaded files
  • /getdown place *.properties files here for custom configuration

links

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors