rclone/backend/ulozto
aliaj1 e6d82ac6ee
ulozto: Fix downloads returning HTML error page
The uloz.to backend was failing to download files, instead returning
an HTML page with a "Slow download" message. This was caused by
recent changes in the uloz.to API.

This commit fixes the issue by making the following changes to the
download process:

1.  The `hash` received from the download link API is now appended as a
    query parameter to the download URL.
2.  The download is now performed using the authenticated `rest` client
    to ensure premium access is recognized.
3.  The `DeviceID` is now generated dynamically for each download request
    to avoid potential rate-limiting of a static ID.
2025-11-10 15:56:06 +00:00
..
api ulozto: implement the about functionality 2025-10-30 15:06:37 +00:00
ulozto.go ulozto: Fix downloads returning HTML error page 2025-11-10 15:56:06 +00:00
ulozto_test.go ulozto: revert the temporary file size limitations 2024-03-29 09:07:44 +00:00