Sign inSign up

mariozig/youtube-dl_server

By mariozig

Updated about 9 years ago

Latest (and wonderful) youtube-dl-api-server package on minimal Alpine Linux container

Image
0

2.0K

mariozig/youtube-dl_server repository overview

youtube-dl-server-docker

Simply a Dockerized version of the wonderful youtube-dl-api-server package which is marketed as:

A REST API server for getting the info for videos from different sites, powered by youtube-dl.

Uses the latest version in pip.

Usage

In your docker-compose.yml add:

  youtube-dl:
    image: 'mariozig/youtube-dl_server'
    ports:
        - '9191:9191'

The server will be running at http://0.0.0.0:9191/api. Please read the official youtube-dl-api-server docs for information on all endpoints and responses: official API methods.

Tag summary

Content type

Image

Digest

Size

36.4 MB

Last updated

about 9 years ago

docker pull mariozig/youtube-dl_server