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
..
2024-08-08 13:41:31 +01:00
2025-10-28 11:05:41 +00:00
2025-10-28 11:05:41 +00:00
2025-09-22 17:39:27 +01:00
2025-10-21 18:40:23 +01:00
2025-11-04 23:00:46 +01:00
2025-10-21 18:40:23 +01:00
2025-10-21 18:56:06 +01:00
2025-06-12 18:31:01 +01:00
2025-04-09 15:03:59 +01:00
2025-09-14 15:58:20 +01:00
2025-11-04 14:50:56 +00:00
2025-11-04 23:00:46 +01:00
2025-11-04 23:00:46 +01:00
2025-11-04 23:00:46 +01:00
2025-10-21 18:40:23 +01:00
2024-09-06 18:20:10 +01:00
2025-02-28 11:31:14 +00:00
2025-09-15 12:45:57 +01:00
2025-02-28 11:31:14 +00:00
2025-10-24 14:50:13 +01:00
2025-05-27 14:28:25 +01:00
2025-10-30 15:20:16 +00:00
2025-07-17 10:48:12 +01:00
2025-11-04 23:00:46 +01:00
2025-07-31 11:38:51 +01:00
2025-02-28 11:31:14 +00:00
2025-11-04 23:00:46 +01:00
2025-05-07 18:00:33 +01:00
2025-07-10 11:29:27 +01:00
2025-09-04 10:37:27 +01:00
2025-10-11 20:57:19 +02:00
2025-06-24 15:04:45 +01:00
2025-10-22 18:37:58 +01:00
2025-11-04 23:00:46 +01:00
2025-09-15 12:45:57 +01:00
2025-11-01 19:03:49 +00:00
2025-09-05 15:29:37 +01:00
2025-11-04 23:00:46 +01:00
2025-10-21 18:40:23 +01:00
2025-02-28 11:31:14 +00:00
2025-11-04 23:00:46 +01:00
2025-10-21 18:40:23 +01:00
2025-11-04 23:00:46 +01:00
2024-08-12 13:35:44 +01:00
2025-07-31 11:38:51 +01:00
2025-10-06 16:18:38 +01:00
2025-02-28 11:31:14 +00:00
2025-04-08 15:14:00 +01:00
2025-09-15 12:45:57 +01:00
2025-11-04 23:00:46 +01:00
2025-07-05 21:27:10 +01:00
2025-11-04 12:09:47 +00:00
2025-10-21 18:56:06 +01:00
2025-02-28 11:31:14 +00:00
2025-09-22 15:33:44 +01:00
2024-04-22 19:29:12 +02:00
2025-02-28 11:31:14 +00:00
2025-10-29 16:55:53 +00:00
2025-11-10 15:56:06 +00:00
2025-09-14 15:58:20 +01:00
2025-02-28 11:31:14 +00:00
2025-10-23 19:56:37 +01:00
2025-10-23 16:40:30 +01:00
2024-12-13 11:34:11 +00:00