Desktop downloader
Go to file
Sucukdeluxe fdfe390d0e
Some checks are pending
Build and Release / build (push) Waiting to run
Add package tree UI, hybrid extraction queue, and advanced download controls
2026-02-27 00:11:38 +01:00
.github/workflows Harden updater and add icon-based installer release pipeline 2026-02-26 23:36:30 +01:00
assets Update app icon and bump version to 1.0.7 2026-02-26 23:45:56 +01:00
installer Harden updater and add icon-based installer release pipeline 2026-02-26 23:36:30 +01:00
scripts Harden updater and add icon-based installer release pipeline 2026-02-26 23:36:30 +01:00
.gitignore Harden updater and add icon-based installer release pipeline 2026-02-26 23:36:30 +01:00
build_exe.ps1 Harden updater and add icon-based installer release pipeline 2026-02-26 23:36:30 +01:00
README.md Add package tree UI, hybrid extraction queue, and advanced download controls 2026-02-27 00:11:38 +01:00
real_debrid_downloader_gui.py Add package tree UI, hybrid extraction queue, and advanced download controls 2026-02-27 00:11:38 +01:00
requirements.txt Add Real-Debrid GUI downloader with parallel download and auto-update support 2026-02-26 23:09:15 +01:00

Real-Debrid Downloader GUI

Kleine Desktop-App mit GUI (Tkinter), um mehrere Links (z. B. 20+) einzufuegen, ueber Real-Debrid zu unrestricten und direkt auf deinen PC zu laden.

Features

  • Mehrere Links auf einmal (ein Link pro Zeile)
  • Nutzt die Real-Debrid API (/unrestrict/link)
  • Download-Status pro Link
  • Paket-Ansicht: Paket ist aufklappbar, darunter alle Einzel-Links
  • Download-Speed pro Link und gesamt
  • Gesamt-Fortschritt
  • Download-Ordner und Paketname waehlbar
  • Einstellbare Parallel-Downloads (z. B. 20 gleichzeitig)
  • Parallel-Wert kann waehrend laufender Downloads live angepasst werden
  • Retry-Counter pro Link in der Tabelle
  • Automatisches Entpacken nach dem Download
  • Hybrid-Entpacken: entpackt sofort, sobald ein Archivsatz komplett ist
  • Optionales Auto-Cleanup: Archivteile nach erfolgreichem Entpacken loeschen
  • Speed-Limit (global oder pro Download), live aenderbar
  • Linklisten als .txt speichern/laden
  • Entpacken nach + optional Unterordner erstellen (Paketname) wie bei JDownloader
  • ZIP-Passwort-Check mit serienfans.org und serienjunkies.net
  • Multi-Part-RAR wird ueber part1 entpackt (nur wenn alle Parts vorhanden sind)
  • Auto-Update Check ueber GitHub Releases (fuer .exe)
  • Optionales lokales Speichern vom API Token

Voraussetzung

  • Python 3.10+
  • Optional, aber empfohlen: 7-Zip im PATH fuer RAR/7Z-Entpackung
  • Alternative fuer RAR: WinRAR UnRAR.exe (wird automatisch erkannt)

Installation

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt

Start

python real_debrid_downloader_gui.py

Nutzung

  1. API Token von Real-Debrid eintragen (https://real-debrid.com/apitoken)
  2. Download-Ordner waehlen
  3. Optional Paketname setzen (sonst wird automatisch einer erzeugt)
  4. Optional Entpack-Ordner waehlen (Entpacken nach)
  5. Optional Unterordner erstellen (Paketname) aktiv lassen
  6. Optional Hybrid-Entpacken und Cleanup setzen
  7. Parallel-Wert setzen (z. B. 20)
  8. Optional Speed-Limit setzen (KB/s, Modus global oder per_download)
  9. Links einfuegen oder per Links laden aus .txt importieren
  10. Download starten klicken

Wenn du 20 Links einfuegst, werden sie als ein Paket behandelt. Downloads landen in einem Paketordner. Beim Entpacken kann derselbe Paketname automatisch als Unterordner genutzt werden.

Auto-Update (GitHub)

  1. Standard-Repo ist bereits gesetzt: Sucukdeluxe/real-debrid-downloader
  2. Optional kannst du es in der App mit GitHub Repo (owner/name) ueberschreiben
  3. Klicke Update suchen oder aktiviere Beim Start auf Updates pruefen
  4. In der .exe wird ein neues Release heruntergeladen und beim Neustart installiert

Hinweis: Beim Python-Skript gibt es nur einen Release-Hinweis, kein Self-Replace.

Release Build (.exe)

./build_exe.ps1 -Version 1.0.9

Danach liegt die App unter dist/Real-Debrid-Downloader/.

GitHub Release Workflow

  • Workflow-Datei: .github/workflows/release.yml
  • Bei Tag-Push wie v1.0.1 wird automatisch eine Windows-EXE gebaut
  • Release-Asset fuer Auto-Update: Real-Debrid-Downloader-win64.zip
  • Zusaetzlich wird ein Installer gebaut: Real-Debrid-Downloader-Setup-<version>.exe
  • Installer legt automatisch eine Desktop-Verknuepfung an

Auto-Installer

  • Im GitHub Release findest du direkt die Setup-Datei (...Setup-<version>.exe)
  • Setup installiert die App unter Programme/Real-Debrid Downloader
  • Setup erstellt automatisch eine Desktop-Verknuepfung mit App-Icon

App-Icon

  • Das Projekt nutzt assets/app_icon.png (aus deinem Downloads/abc.png)
  • Das Projekt nutzt assets/app_icon.png (aus deinem aktuellen Downloads-Icon)
  • Beim Build wird automatisch assets/app_icon.ico erzeugt

Beispiel:

git tag v1.0.1
git push origin v1.0.1

Hinweis: Die App kann nur Links laden, die von Real-Debrid unterstuetzt werden.