Release Multi-Hoster Uploader 3.3.108
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
# Multi-Hoster-Upload
|
||||
|
||||
Multi-Hoster-Upload is a Windows desktop app for managing large file batches across multiple video hosting services from one queue.
|
||||
|
||||

|
||||
|
||||
[Download the latest release](https://github.com/Sucukdeluxe/Multi-Hoster-Upload/releases/latest)
|
||||
|
||||
## Capabilities
|
||||
|
||||
- Upload one batch to several supported hosters in parallel.
|
||||
- Manage multiple accounts per hoster with validation, health checks, and automatic rotation.
|
||||
- Add files by drag and drop or file selection and monitor live queue progress.
|
||||
- Control per-hoster concurrency, bandwidth limits, retries, and folder monitoring.
|
||||
- Keep local upload history and copy completed links in bulk.
|
||||
|
||||
## Supported hosters
|
||||
|
||||
| Hoster | Authentication |
|
||||
| --- | --- |
|
||||
| Doodstream | Web login or API key |
|
||||
| VOE | Web login or API key |
|
||||
| Vidmoly | Web login |
|
||||
| Byse | API key |
|
||||
| Clouddrop | API key |
|
||||
|
||||
## Installation
|
||||
|
||||
1. Download the Setup or portable executable from the [latest GitHub release](https://github.com/Sucukdeluxe/Multi-Hoster-Upload/releases/latest).
|
||||
2. Run the installer, or launch the portable executable directly.
|
||||
3. Add and validate at least one hoster account in Settings, then select files and start the queue.
|
||||
|
||||
## Local data and credentials
|
||||
|
||||
Settings, queue state, and upload history are stored locally in the app's user-data directory. Hoster passwords and API keys are encrypted with Electron safeStorage before being written when operating-system encryption is available; on Windows this uses DPAPI for the current user profile.
|
||||
|
||||
## Development
|
||||
|
||||
```powershell
|
||||
npm install
|
||||
npm start
|
||||
npm test
|
||||
npm run lint
|
||||
npm run release:win
|
||||
```
|
||||
Reference in New Issue
Block a user