mirror of https://github.com/yt-dlp/yt-dlp.git
Update piramidetv.py
This commit is contained in:
parent
15d91f99ca
commit
1c5d9b91f5
|
@ -60,8 +60,7 @@ class PiramideTVIE(InfoExtractor):
|
||||||
video, next_video = extract_video(video_id, (not entries))
|
video, next_video = extract_video(video_id, (not entries))
|
||||||
if video.get('formats'):
|
if video.get('formats'):
|
||||||
entries.append(video)
|
entries.append(video)
|
||||||
if next_video != video_id:
|
video_id = next_video if next_video != video_id else None
|
||||||
video_id = next_video
|
|
||||||
|
|
||||||
if len(entries) == 1:
|
if len(entries) == 1:
|
||||||
return entries[0]
|
return entries[0]
|
||||||
|
|
Loading…
Reference in New Issue