Closed simpatico541 closed 1 year ago
I want to set my download path to my external hard drive which is E:\
Hi, It's not a bug. Check your configuration backslash character must be escaped. Just double it like that E:\\ Best regards.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
I ran the following command:
rip url https://soundcloud.com/songs-worldwide/celtic-legends-the-irish
And I get the following error:
InvalidCharInStringError
Invalid character 'S' in string at line 3 col 13
at c:\users\simpatico541\appdata\local\programs\python\python38\lib\site-packages\tomlkit\parser.py:899 in _parse_escaped_char 895│ return u 896│ 897│ raise self.parse_error(InvalidUnicodeValueError) 898│ → 899│ raise self.parse_error(InvalidCharInStringError, self._current) 900│ 901│ def _parse_string(self, delim): # type: (StringType) -> String 902│ # only keep parsing for string if the current character matches the delim 903│ if self._current != delim.unit:
Command Used
Debug Traceback
Config File
Operating System
Windows 11
streamrip version
1.9.5
Screenshots and recordings
No response
Additional context
I can't seem to get the rip url command working on soundcloud. I have ffmpeg installed.