mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-11-13 23:14:54 +00:00
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. |
||
|---|---|---|
| .. | ||
| downloader | ||
| extractor | ||
| postprocessor | ||
| __init__.py | ||
| __main__.py | ||
| aes.py | ||
| cache.py | ||
| compat.py | ||
| jsinterp.py | ||
| options.py | ||
| socks.py | ||
| swfinterp.py | ||
| update.py | ||
| utils.py | ||
| version.py | ||
| YoutubeDL.py | ||