Commit graph

3 commits

Author SHA1 Message Date
b98fba1508 downloader: fix NoneType error
Sometimes YoutubeDL()'s extract_info can't retrieve a video's metadata
(e.g. if the video has been privated or age-restricted) and ends up
making an empty or incomplete entry on the playlist's info_dict.

Catching this TypeError exception fixes workers from crashing and
burning when they encounter these empty or incomplete entries.
2024-01-16 05:28:14 -06:00
c6d28f7047 removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00
0007acad90 initial commit 2024-01-16 05:28:07 -06:00