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:
@@ -49,7 +49,7 @@ pub async fn download(
|
||||
let stream = ReaderStream::new(reader);
|
||||
let body = StreamBody::new(stream);
|
||||
|
||||
let encoder = general_purpose::STANDARD_NO_PAD;
|
||||
let encoder = general_purpose::STANDARD;
|
||||
|
||||
let headers = AppendHeaders([
|
||||
(header::CONTENT_DISPOSITION, format!("attachment; filename={filename_ascii}")),
|
||||
|
||||
Reference in New Issue
Block a user