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

@@ -34,3 +34,6 @@ class DeezerDriver:
)
return data['data']
async def renew_engine(self):
self.engine = await self.engine.from_arl(self.engine.arl)