Sorrow446 / MQ-DL

Tool written in Python to download streamable tracks from mora qualitas (モーラクオリタス).
100 stars 34 forks source link

Windows album title escape issue. #3

Closed Sorrow446 closed 4 years ago

Sorrow446 commented 4 years ago

Doubles quotes of track 3 fail to be replaced. https://content.mora-qualitas.com/artist/tmrevolution/album/makes-revolution-sony-music-labels-inc?type=web&cid=mqapp_share_web

return re.sub(r'[\/:*?"><|]', '_', f)

Sorrow446 commented 4 years ago

Template wasn't being sanitized. Whoops.