mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-06 01:31:19 -04:00
Add support for Deezloader mp3 downloads
This commit is contained in:
parent
9be27dbcb3
commit
4e1599f457
7 changed files with 1229 additions and 1167 deletions
|
@ -198,9 +198,9 @@ class TrackMetadata:
|
|||
# not embedded
|
||||
self.explicit = bool(resp.get("parental_warning"))
|
||||
self.quality = 2
|
||||
self.bit_depth = 16
|
||||
self.bit_depth = None
|
||||
self.cover_urls = get_cover_urls(resp, self.__source)
|
||||
self.sampling_rate = 44100
|
||||
self.sampling_rate = None
|
||||
self.streamable = True
|
||||
|
||||
elif self.__source == "soundcloud":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue