mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-25 20:45:05 -04:00
Improve progress bars, soundcloud working
This commit is contained in:
parent
3640e4e70a
commit
f9b263a718
20 changed files with 213 additions and 86 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue