Improve progress bars, soundcloud working

This commit is contained in:
Nathan Thomas 2023-11-21 16:29:31 -08:00
parent 3640e4e70a
commit f9b263a718
20 changed files with 213 additions and 86 deletions

View file

@ -77,7 +77,6 @@ class Main:
async def rip(self):
await asyncio.gather(*[item.rip() for item in self.media])
for client in self.clients.values():
if hasattr(client, "session"):
await client.session.close()