mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
885fe351fb
commit
1ac4fd80c8
2 changed files with 3 additions and 1 deletions
|
@ -2883,6 +2883,8 @@ class PlaylistEntries:
|
|||
for index in self.parse_playlist_items(playlist_items):
|
||||
for i, entry in self[index]:
|
||||
yield i, entry
|
||||
if not entry:
|
||||
continue
|
||||
try:
|
||||
# TODO: Add auto-generated fields
|
||||
self.ydl._match_entry(entry, incomplete=True, silent=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue