Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/williamyang98/ytdlp_webui

Web user interface for yt-dlp and ffmpeg for audio scraping
https://github.com/williamyang98/ytdlp_webui

ffmpeg ffmpeg-gui yt-dlp yt-dlp-gui

Last synced: 4 days ago
JSON representation

Web user interface for yt-dlp and ffmpeg for audio scraping

Awesome Lists containing this project

README

        

# Introduction
[![x86-windows](https://github.com/williamyang98/ytdlp_webui/actions/workflows/x86-windows.yml/badge.svg)](https://github.com/williamyang98/ytdlp_webui/actions/workflows/x86-windows.yml)
[![x86-linux](https://github.com/williamyang98/ytdlp_webui/actions/workflows/x86-linux.yml/badge.svg)](https://github.com/williamyang98/ytdlp_webui/actions/workflows/x86-linux.yml)

Download and convert Youtube videos into audio clips. Has a web UI client that wraps around ```yt-dlp``` and ```ffmpeg``` and caches downloaded and transcoded files locally.

## Usage
1. Start the server: ```ytdlp_server --url 127.0.0.1 --port 8080```.
2. Access the webpage with your browser: ```http://localhost:8080```.
3. Copy and paste video link into URL bar.
4. Press ```Request``` button.
5. Wait for download and trancode to finish.
6. Press ```Download``` button to get audio clip.

## Gallery
![Screenshot](./docs/screenshot_webpage.png)

## Building
1. Download rust.
2. Download ffmpeg and yt-dlp using ```./scripts/download_*.sh``` for your platform.
3. Build server: ```cargo build -r```
4. Run server: ```cargo run -r```