mirror of https://github.com/yt-dlp/yt-dlp
[fix] python 2 "url" field is missing or empty
`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.pull/8/head
parent
6255e567d9
commit
b19eec0d33
Loading…
Reference in New Issue