Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
When multiple jobs run in parallel on the same hoster and the primary account starts failing, the first job marks it failed + triggers rotation. The second job's retries then also exhaust on the same (already-failed) primary — but the old while-condition `!_failedAccounts.has(...)` short-circuited the whole rotation loop for anything already marked, so the second job went straight to final-error even though a resolved override was sitting right there. Now the loop always checks for an available override; it only skips the mark-failed + emit step if the account was already marked by a concurrent job. Fixed visible symptom: first job rotates A→B, every other job in the same batch that hit A got final-error instead of also switching to B. Also extended fast-fail patterns to include 429 (Too many requests), CSRF-Token / 'Bist du eingeloggt' — both were showing up as the primary failure mode in real uploads and were wasting 5 retries each. |
||
|---|---|---|
| assets | ||
| lib | ||
| renderer | ||
| scripts | ||
| 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