mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-08 08:28:11 +01:00
`try_get` fails for `expected_type=str`, because in python 2 string has `unicode` type. This commit removes the `expected_type` to disable the comparison.