Skip to content

SiggiS-HD/VideoDL

Repository files navigation

VideoDownloader

Einfache Windows-GUI zum Angeben einer Video-URL und eines Zielordners.

Unterstützt viele Plattformen über yt-dlp, z. B. YouTube, Vimeo, Dailymotion, Twitch, SoundCloud und Bandcamp. Die tatsächliche Unterstützung hängt von der Quelle und dem aktuellen Stand von yt-dlp ab.

Setup

  1. Virtuelle Umgebung anlegen:
python -m venv .venv
  1. Umgebung aktivieren (Windows):
.venv\Scripts\activate
  1. Abhängigkeiten installieren:
pip install -r requirements.txt

Start

python main.py

Tests

python -m unittest

Standalone Build (Windows)

pip install -r requirements-dev.txt
powershell -ExecutionPolicy Bypass -File .\scripts\build.ps1

Ergebnis: dist\VideoDL.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors