Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
The account-rotation while-loop entered with a signal.aborted / stopAfterActive check (line 681) but then awaited _sleep(800) on line 690 (waiting for main.js to resolve the next fallback) without re-checking on the way out. If the user cancelled during that 800 ms window the loop kept going — resolved the override, set up new credentials, fired retrying-event, started a fresh attempt loop — before _executeUpload's own signal handling finally noticed the abort. Cancellation latency could therefore stretch by an extra attempt's worth of work per still-spinning hoster. One-line fix: add the same `if (signal.aborted || this.stopAfterActive) break` after the await. Found by deep-audit MED-5. 126/126 tests still green; the fix is a guard on an already-tested flow, no test infrastructure exists for cancel-during-rotation specifically (would need fake-timer + mocked override-resolution). |
||
|---|---|---|
| assets | ||
| lib | ||
| renderer | ||
| scripts | ||
| tasks | ||
| tests | ||
| .gitignore | ||
| app.py | ||
| electron-config.json | ||
| eslint.config.mjs | ||
| hosters.py | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| preload-drop-target.js | ||
| preload.js | ||
| README.md | ||
| requirements.txt | ||
Multi-Hoster-Upload
Desktop-Anwendung zum gleichzeitigen Hochladen von Dateien auf mehrere File-Hosting-Dienste.
Unterstuetzte Hoster
- doodstream.com - API-Key basiert
- voe.sx - API-Key basiert
- vidmoly.me - Login basiert (Username/Passwort)
- byse.sx - API-Key basiert
Installation
Setup (empfohlen)
Lade die Multi-Hoster-Upload Setup X.X.X.exe aus den Releases herunter und installiere.
Portable
Lade die Multi-Hoster-Upload X.X.X.exe herunter. Keine Installation noetig.
Entwicklung
npm install
npm start
Build
npm run release:win
Erzeugt Setup + Portable EXE im release/ Ordner.
Release
GITEA_TOKEN=dein_token npm run release:gitea -- 1.0.1 "Release notes"
Features
- Drag & Drop oder Dateiauswahl
- Gleichzeitiger Upload zu mehreren Hostern
- Echtzeit-Fortschrittsanzeige
- Ergebnis-Tabelle mit Sortierung und Kopier-Funktion
- Upload-Verlauf (letzte 100 Eintraege)
- Health-Check fuer Hoster-Verbindungen
- Auto-Updater (prueft git.24-music.de)
- Log-Datei kompatibel mit File & Image Uploader Format