mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
Add option to restrict filenames to ASCII #161
This commit is contained in:
parent
cddbd98224
commit
372a755215
4 changed files with 54 additions and 17 deletions
|
@ -223,6 +223,7 @@ class RipCore(list):
|
|||
)
|
||||
concurrency = session["downloads"]["concurrency"]
|
||||
return {
|
||||
"restrict_filenames": filepaths["restrict_characters"],
|
||||
"parent_folder": session["downloads"]["folder"],
|
||||
"folder_format": filepaths["folder_format"],
|
||||
"track_format": filepaths["track_format"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue