1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-12-17 06:56:42 +00:00
youtube-dl/youtube_dl
dirkf b0a60ce203
[jsinterp] Improve JS language support (#31175)
* operator ??
* operator ?.
* operator **
* accurate operator functions
* `undefined` handling
* object literals {a: 1, "b": expr}
* more tests for weird JS comparisons: see https://github.com/ytdl-org/youtube-dl/issues/31173#issuecomment-1217854397.
2022-08-17 14:22:02 +01:00
..
downloader
extractor
postprocessor [postprocessor] Don't replace existing value with null metadata parsed from title 2022-08-15 16:45:04 +01:00
__init__.py
__main__.py
aes.py
cache.py
compat.py [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31170) 2022-08-14 18:45:45 +01:00
jsinterp.py [jsinterp] Improve JS language support (#31175) 2022-08-17 14:22:02 +01:00
options.py
socks.py
swfinterp.py
update.py
utils.py [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31170) 2022-08-14 18:45:45 +01:00
version.py
YoutubeDL.py