You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
downloader [utils, etc] Kill child processes when yt-dl is killed 2 years ago
extractor [test, etc] Improve download test logs; also clean up some new flake8 issues (#31153) 2 years ago
postprocessor [postprocessor] Don't replace existing value with null metadata parsed from title 2 years ago
YoutubeDL.py [core] Make `--max-downloads ...` stop immediately on reaching the limit 2 years ago
__init__.py Introduce --output-na-placeholder (closes #27896) 3 years ago
__main__.py [refactor] Single quotes consistency 8 years ago
aes.py [test, etc] Improve download test logs; also clean up some new flake8 issues (#31153) 2 years ago
cache.py Use expand_path where appropriate (closes #12556) 7 years ago
compat.py [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31170) 2 years ago
jsinterp.py [jsinterp] Improve JS language support (#31175) 2 years ago
options.py [options] Improve be35e53 (--match-/reject-title parameter value) 2 years ago
socks.py [socks] Report errors elegantly when credentails are required but missing 7 years ago
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
update.py [update] Fix updating via symlinks (closes #23991) 4 years ago
utils.py [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31170) 2 years ago
version.py release 2021.12.17 2 years ago