mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 14:44:49 -04:00
Add option to not truncate filname #340
This commit is contained in:
parent
e86e560ce0
commit
26da00f1a2
3 changed files with 13 additions and 5 deletions
|
@ -216,6 +216,7 @@ class RipCore(list):
|
|||
concurrency = session["downloads"]["concurrency"]
|
||||
return {
|
||||
"restrict_filenames": filepaths["restrict_characters"],
|
||||
"truncate_filenames": filepaths["truncate"],
|
||||
"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