Add support for Deezloader mp3 downloads

This commit is contained in:
nathom 2021-07-28 16:14:11 -07:00
parent 9be27dbcb3
commit 4e1599f457
7 changed files with 1229 additions and 1167 deletions

View file

@ -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":