ytdl-webserver logo

ytdl-webserver

  •  0 ratings
In category: Miscellaneous

About ytdl-webserver

Docker-ready webserver for downloading youtube videos.

  •   953  
  •   0  
  •   0  
  •   0  
Github stats:
  •  Commits: N/A  
  •   N/A  
  •   N/A  
  •  Latest commit: N/A  

Self-host this app for $0.99/mo only!

Languages/Platforms/Technologies:
Lincenses:

More about ytdl-webserver

đź“» ytdl-webserver Builds

Webserver for downloading youtube videos. Ready for docker.

Demo

If you have questions, read the blog post.

Demovideo

Installation

As a server

npm install && npm start

As a docker image

Basic

docker run --name ytdl -d -p 3000:3000 algram/ytdl-webserver

Advanced

Build the docker image, create a directory to hold and access the downloaded videos on the host, and then start a container instance of the image.

docker build -t <your username>/ytdl-webserver .
mkdir /tmp/videos
docker run --name ytdl -v /tmp/videos:/home/app/public/temp -p 3000:3000 -d <your username>/ytdl-webserver
In the example above, we are creating a directory under /tmp to hold the videos and then specifying a host mount to the container that corresponds to that new directory. You may update this to any path on your host or use a different existing path if you would prefer. The host mount also improves performance as the downloaded files are written to the native host filesystem bypassing the CoW filesystem of the container.

Development

To start contributing you only have to run one command.

npm run dev
This will start webpack and a dev server on localhost:8080

License

MIT

Comments (0)

Please login to join the discussion on this project.

ytdl-webserver Reviews (0)

Overall Rating

None

based on 0 ratings

Please login to review this project.

No reviews for this project yet.

↑ back to top

RackNerd Medium Rectangle Banner

Popular Projects

FluxBB

in Social Networks and Forums
 46k    0    0    0  

Nextcloud

in File Transfer & Synchronization
 37k    1    1    0  

Libre Translate

in Miscellaneous
 15k    0    0    0  

Dashboard

in Personal Dashboards
 15k    0    0    0  

Libreddit

in Social Networks and Forums
 13k    0    1    0  

Audiobookshelf

in Audio Streaming
 12k    0    1    0  

Mediagoblin

in Photo and Video Galleries
 11k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 37k    1    1    0  

Tube Archivist

in Automation
 6k    0    1    0  

OneDev

in Project Management
 4k    0    0    0  

iodine

in Proxy
 4k    0    0    0  

Alf.io

in Booking and Scheduling
 4k    0    0    0  

sysPass

in Password Managers
 2k    0    0    0  

Misskey

in Social Networks and Forums
 4k    0    0    0  
pCloud Lifetime

Top Rated Projects

Gitea

 1 rating
in Project Management

Bagisto

 1 rating
in E-commerce

LinkAce

 1 rating
in Bookmarks and Link Sharing

Pydio

 1 rating
in File Transfer & Synchronization

Audiobookshelf

 1 rating
in Audio Streaming

Nextcloud

 1 rating
in File Transfer & Synchronization

Seafile

 1 rating
in File Transfer & Synchronization

Categories

You May Also Be Interested In

Databunker logo
Databunker cover

Databunker

Network-based, self-hosted, GDPR compliant, secure database…

MindsDB logo
MindsDB cover

MindsDB

MindsDB is an open source self hosted AI layer for existing…

changedetection.io logo
changedetection.io cover

changedetection.io

Self-hosted tool for staying up-to-date with web-site conte…