aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-06-22 08:39:14 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-06-22 08:39:14 +0530
commit1ac4fd80c87d4e566ae680076e788a63d187199b (patch)
tree7b78f03a2344768bb1d698c836a2ef6a35704473 /yt_dlp/YoutubeDL.py
parent885fe351fbee9f7b5fe52576c8917c0baefebe37 (diff)
downloadhypervideo-pre-1ac4fd80c87d4e566ae680076e788a63d187199b.tar.lz
hypervideo-pre-1ac4fd80c87d4e566ae680076e788a63d187199b.tar.xz
hypervideo-pre-1ac4fd80c87d4e566ae680076e788a63d187199b.zip
Fix playlist error handling
Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r--yt_dlp/YoutubeDL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py
index bd6d0d0c1..29a4e0a72 100644
--- a/yt_dlp/YoutubeDL.py
+++ b/yt_dlp/YoutubeDL.py
@@ -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' % (