mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Fix wrong chars replacing
This commit is contained in:
@@ -64,6 +64,9 @@ pub fn get_filename_by_book(book: &BookWithRemote, file_type: &str, force_zip: b
|
|||||||
(" ", "_"),
|
(" ", "_"),
|
||||||
("'", ""),
|
("'", ""),
|
||||||
("`", ""),
|
("`", ""),
|
||||||
|
("[", ""),
|
||||||
|
("]", ""),
|
||||||
|
("\"", ""),
|
||||||
]
|
]
|
||||||
.iter()
|
.iter()
|
||||||
.cloned()
|
.cloned()
|
||||||
|
|||||||
Reference in New Issue
Block a user