mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-23 13:27:22 +00:00
In order to add a new key to both __objects and __functions dicts on jsinterp.py, it is necessary to first verify if a key was present and if not, create the key and assign it to a value. However, this can be done with a single step using dict setdefault method.
8.6 KiB
8.6 KiB