mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Remove unnecessary strip() after regex substitution
This commit is contained in:
@@ -146,7 +146,7 @@ class AppleMusicBaseDownloader:
|
||||
ILLEGAL_CHARS_RE,
|
||||
ILLEGAL_CHAR_REPLACEMENT,
|
||||
dirty_string,
|
||||
).strip()
|
||||
)
|
||||
|
||||
if file_ext is None:
|
||||
sanitized_string = sanitized_string[: self.truncate]
|
||||
|
||||
Reference in New Issue
Block a user