scdl-org / scdl

Soundcloud Music Downloader
GNU General Public License v2.0
3.29k stars 331 forks source link

Fix regex in utils.py #482

Closed craymichael closed 3 months ago

craymichael commented 3 months ago

Convert regex string into a raw string so that \s is interpreted correctly. Also removes the warning SyntaxWarning: invalid escape sequence '\s'