A web version of youtube-dl
Project description
About
This is a project that builds on pytube to provide a simple web-interface for downloading audio from Youtube. It’s primary purpose is to provide a LAN HTTP accessible method of saving audio to a local device.
This project is built using python’s asyncio libraries and packages include FastAPI, janus, and uvicorn. It’s also an example of how to work with pytube’s python sdk and enable asynchronous downloads in the context of a web-app.
Files are downloaded using an API endpoint and then retrived from the application’s static files directory using Javascript’s fetch API. Download progress is presented via a websocket connection.
Installation
pip install web-youtube-dl
Running
CLI
Installing this project will give you access to two CLI tools, each with a separate purpose:
- web-youtube-dl-cliUseful for simply downloading the highest possible quality audio of a song.Simply provide the URL and an .mp3 will be downloaded to current workingdirectory or to the value of the YT_DOWNLOAD_PATH environment variable
- web-youtube-dl-webUseful for running the web service on the local machine. It willlisten to all local network connections on port 5000 (or whatever port isdefined in the environment variable YT_DOWNLOAD_PORT).
Docker
This project can optionally be run and managed as a Docker container.
Build the Docker image
docker build . -t web-youtube-dl:latest --force-rm
Or, using the project’s Makefile
make image
Run the service
When running the service via Docker, you can configure where it stores downloaded songs by default and the port the service listens on by setting the appropriate environment variables.
To configure the port, set the environment variable YT_DOWNLOAD_PORT to some other numerical value.
To configure the download path, set the environment variable YT_DOWNLOAD_PATH to some other filesystem path. Note that an unprivileged user must have access to writing to this location. By default, this is set to tmp and does not really need to be changed.
docker-compose up -d
Or, using the project’s Makefile
make compose
Enhancements
Track progress beyond YT download - tie into ffmpeg - tie into metadata extraction
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file web-youtube-dl-0.3.0.tar.gz
.
File metadata
- Download URL: web-youtube-dl-0.3.0.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.13 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e56f474473a274e10c4f05d6663f1258fcfb97f82582cb6947641055b4702ac |
|
MD5 | 2535bc51faf150bcf79a888f0c062b01 |
|
BLAKE2b-256 | fe8703b41ccd35f5ba75afe7b9907569368f336ed757f9bf730c71ac598b439b |
File details
Details for the file web_youtube_dl-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: web_youtube_dl-0.3.0-py3-none-any.whl
- Upload date:
- Size: 30.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.7.13 Linux/5.13.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89f26bafe0dbb97c9ccdf472c90aff6396b3052c150f7e893078b6c19362617c |
|
MD5 | e0cd61d2f36d2236290b3590bcff04ff |
|
BLAKE2b-256 | 4999a08ad144e9b8af7fa1f442e49b3bae136caba755cffe9e0a7f74967b7a57 |