mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-14 15:15:06 -04:00
Cleanup
This commit is contained in:
parent
3f7a1af3d0
commit
42e12c78c0
1 changed files with 1 additions and 2 deletions
|
@ -134,8 +134,7 @@ class DeezerDownloadable(Downloadable):
|
|||
)
|
||||
|
||||
buf = bytearray()
|
||||
async for chunk in resp.content.iter_chunks():
|
||||
data, _ = chunk
|
||||
async for data, _ in resp.content.iter_chunks():
|
||||
buf += data
|
||||
callback(len(data))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue