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.