mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 12:07:14 -04:00
Fix soundcloud downloads
This commit is contained in:
parent
1f2a04e4a5
commit
f6ddb8c076
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ class TrackMetadata:
|
|||
self.copyright = safe_get(track, "publisher_metadata", "p_line")
|
||||
self.tracknumber = 0
|
||||
self.tracktotal = 0
|
||||
self.quality = 0
|
||||
|
||||
else:
|
||||
raise ValueError(self.__source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue