mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2025-09-24 16:41:05 -06: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.