Desktop-Anwendung zum gleichzeitigen Hochladen auf mehrere File-Hoster
Generic "Username / E-Mail" label on every login-type account form sent users down a confusing path on VOE: VOE only accepts an email address (the web form is type=email, name=email), but the app's label suggested either was fine. Logging in with a username silently failed → upload-page fetch returned a login redirect → the "VOE Upload: CSRF-Token nicht gefunden. Bist du eingeloggt?" error, which doesn't point at the actual cause. Add a tiny per-hoster override table. Currently only voe.sx is in it: label "E-Mail", placeholder "E-Mail-Adresse", input type="email" (so the browser's email-format hint kicks in too). All three getCredsFieldsHtml call sites pass the hoster name — edit-mode, add-mode initial render, and the hoster-select change handler. Other hosters keep the existing "Username / E-Mail" wording. 137/137 tests still green. |
||
|---|---|---|
| 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