mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
add a note
This commit is contained in:
parent
2f14c2b4d0
commit
ff5e32e886
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ def _real_extract(self, url):
|
|||
|
||||
if ep_idx is None and playlist_len > 1 and self._yes_playlist(video_id, traverse_obj(playlist, (0, 'id'))):
|
||||
return self.playlist_result(
|
||||
# the site's m3u8 URLs are short-lived, we have to extract them just before downloading
|
||||
[self.url_result(smuggle_url(url, {'ep': idx}), NZOnScreenIE.ie_key()) for idx in range(playlist_len)],
|
||||
playlist_id=video_id, playlist_title=title)
|
||||
|
||||
|
|
Loading…
Reference in a new issue