[cleanup] Misc (#14594)

Authored by: seproDev, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
sepro 2025-10-15 13:16:50 +02:00 committed by GitHub
parent 4e6a693057
commit c7bda2192a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 24 additions and 18 deletions

View file

@ -2402,6 +2402,7 @@ class PlaylistEntries:
def __init__(self, ydl, info_dict):
self.ydl = ydl
# _entries must be assigned now since infodict can change during iteration
entries = info_dict.get('entries')
if entries is None: