Fix youtube downloading wrong track, saving exceptions, attempt to fix deezer

This commit is contained in:
BarsTiger
2023-10-30 23:39:54 +02:00
parent 2ae18aacae
commit 8cd956388e
13 changed files with 272 additions and 39 deletions

View File

@@ -20,6 +20,7 @@ HTTP_HEADERS = {
@define
class DeezerEngine:
cookies: dict
arl: str = None
token: str = None
@classmethod
@@ -34,6 +35,7 @@ class DeezerEngine:
return cls(
cookies=cookies,
arl=arl,
token=token
)