mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-05 15:44:21 +00:00
parent
4e3d1898a8
commit
644149afec
|
@ -707,6 +707,8 @@ def resolve_entry(*candidates):
|
|||
yield resolve_entry(e, e.get('track'), e.get('playlist'))
|
||||
|
||||
url = response.get('next_href')
|
||||
if not url:
|
||||
break
|
||||
query.pop('offset', None)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue