1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-04-04 23:24:33 +00:00
Files
youtube-dl/youtube_dl/extractor/tvnoe.py
Random User c73e330e7a _find_jwplayer_data() returns dict or None
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.
2017-03-25 19:38:30 +01:00

1.6 KiB