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
|
@ -1732,7 +1732,7 @@ class YoutubeDL:
|
|||
resolved_entries.append((playlist_index, entry))
|
||||
|
||||
# TODO: Add auto-generated fields
|
||||
if self._match_entry(entry, incomplete=True) is not None:
|
||||
if not entry or self._match_entry(entry, incomplete=True) is not None:
|
||||
continue
|
||||
|
||||
self.to_screen('[download] Downloading video %s of %s' % (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue