mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-18 08:44:21 +00:00
Returned error might not even be a dict, so we need traverse_obj() here. On the other hand, no need to try/except around asset_url = ... since the following request will fail anyway without it.