Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yantonov/ytmdl-docker
A simple way to download youtube music
https://github.com/yantonov/ytmdl-docker
docker downloader music youtube
Last synced: 15 days ago
JSON representation
A simple way to download youtube music
- Host: GitHub
- URL: https://github.com/yantonov/ytmdl-docker
- Owner: yantonov
- Created: 2019-11-23T14:13:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T13:13:08.000Z (12 months ago)
- Last Synced: 2023-11-26T14:55:49.806Z (12 months ago)
- Topics: docker, downloader, music, youtube
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker image for [ytmdl](https://github.com/deepjyoti30/ytmdl).
ytmdl version used by the docker image can be found [here](https://raw.githubusercontent.com/yantonov/ytmdl-docker/master/docker/files/requirements.txt).Latest ytmdl version can be found [here](https://raw.githubusercontent.com/deepjyoti30/ytmdl/master/ytmdl/__version__.py)
Usage add this repository to PATH and use ytmdl script
```bash
ytmdl.sh song_name|url
```Links:
[The best Docker base image for your Python application (July 2019)](https://pythonspeed.com/articles/base-image-python-docker-images/)