mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-19 09:45:47 -04:00
Added support for SoundCloud downloads
Move soundcloud album parsing to Playlist stash Soundcloud downloads working
This commit is contained in:
parent
7f413c8290
commit
9d0a735cf5
11 changed files with 259 additions and 86 deletions
|
@ -61,5 +61,5 @@ class MusicDB:
|
|||
)
|
||||
conn.commit()
|
||||
except sqlite3.Error as e:
|
||||
if 'UNIQUE' not in str(e):
|
||||
if "UNIQUE" not in str(e):
|
||||
raise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue