1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-18 23:03:05 +01:00

add a note

This commit is contained in:
grqx_wsl 2025-01-13 22:15:03 +13:00
parent 2f14c2b4d0
commit ff5e32e886

View file

@ -160,6 +160,7 @@ class NZOnScreenIE(InfoExtractor):
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)