mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Fix
This commit is contained in:
@@ -58,7 +58,7 @@ pub async fn download(
|
|||||||
format!("{file_size}")
|
format!("{file_size}")
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
header::HeaderName::from_static("x-filename"),
|
header::HeaderName::from_static("x-filename-b64-ascii"),
|
||||||
encoder.encode(filename_ascii),
|
encoder.encode(filename_ascii),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user