mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 20:14:42 -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.copyright = safe_get(track, "publisher_metadata", "p_line")
|
||||||
self.tracknumber = 0
|
self.tracknumber = 0
|
||||||
self.tracktotal = 0
|
self.tracktotal = 0
|
||||||
|
self.quality = 0
|
||||||
|
|
||||||
else:
|
else:
|
||||||
raise ValueError(self.__source)
|
raise ValueError(self.__source)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue