mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-04 20:53:31 +00:00
c73e330e7a
This simplifies code for callers of `_find_jwplayer_data()` which no longer have to run `_parse_json()` on the return value. It also makes sure that `_find_jwplayer_data()` returns either a `dict` or `None` and nothing else.