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 c1a03b1ac3 [jsinterp] Fix and improve loose and strict equality operations
* reimplement loose equality according to MDN (eg, 1 == "1")
* improve strict equality (eg, "abc" === "abc" but 'abc' is not 'abc')
* add tests for above
1 week ago
..
downloader [external/FFmpeg] Fix and improve --ffmpeg-location handling 9 months ago
extractor [InfoExtractor] Use kwarg maxsplit for re.split 1 week ago
postprocessor [postprocessor/ffmpeg] Fix finding ffprobe (bug in 21792b8) 9 months ago
YoutubeDL.py [core] Fix PR #32830 for fixed extensionless output template 6 months ago
__init__.py [core,utils] Support unpublicised `--no-check-extensions` 6 months ago
__main__.py
aes.py [netease] Get netease music download url through player api (#31235) 2 years ago
cache.py [compat] Use `compat_open()` 1 year ago
casefold.py [compat] Fix casefold import __all__ syntax in a19855f 2 years ago
compat.py [compat] Avoid type comparison in `compat_ord` 7 months ago
jsinterp.py [jsinterp] Fix and improve loose and strict equality operations 1 week ago
options.py [core,utils] Support unpublicised `--no-check-extensions` 6 months ago
socks.py
swfinterp.py [utils] Avoid comparing `type(var)`, etc, to pass new Linter rules 1 year ago
traversal.py [utils] Split out traversal.py dummy and traversal tests 7 months ago
update.py [build] Extend use of `devscripts/utils` 1 year ago
utils.py [core] Address gaps in allowed extensions 6 months ago
version.py release 2021.12.17 3 years ago