Skip to content

RyokoKuga/VeloFetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VeloFetch

License: MIT Python 3.10+ CustomTkinter

VeloFetch is a sleek, modern, and high-speed GUI client for yt-dlp.
Built with Python and CustomTkinter, it provides a simple interface for high-quality video and audio fetching without the need for command-line complexity.

🌐 Official Website (JP) | 🌐 Official Website (EN)


Features

  • Easy Fetching: Just paste the URL and click "Start Fetch".
  • Audio Extraction: One-click conversion to high-quality M4A (AAC).
  • Advanced Mode: Supports direct yt-dlp arguments for power users.
  • Configurable: Easily set your custom paths for yt-dlp and ffmpeg.
  • Cross-Platform: Designed to work on Windows and macOS.

Running from Source (Alternative)

If the standalone executable (.exe or .app) does not launch on your system, you can run VeloFetch directly using Python.

  1. Check your Python version Make sure you have Python 3.12+ installed:

    python3 --version
  2. Install the required package Install customtkinter via pip:

    pip3 install customtkinter
  3. Run the application

    python3 VeloFetch.py