squid-dl/squid_dl
Andrea Rogers 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
..
__init__.py removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00
downloader.py downloader: fix NoneType error 2024-01-16 05:28:14 -06:00
linode.py removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00
util.py removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00