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.
yt-dlp/yt_dlp
pukkandan 17ba4343cf
Fix f005a35aa7
Printing inside `finally` causes the order of logging to change
when there is an error, which is undesirable. So this is reverted.

The issue of `--print` being blocked by pre-processors was an
unintentional side-effect of changing the operation orders in
170605840e, and this is also partially
reverted.
1 year ago
..
__pyinstaller [dependencies] Simplify `Cryptodome` 2 years ago
compat [dependencies] Simplify `Cryptodome` 2 years ago
dependencies [dependencies/Cryptodome] Fix `__bool__` 2 years ago
downloader [downloader/curl] Fix progress reporting 2 years ago
extractor [extractor/cbc] Fix live extractor, playlist `_VALID_URL` (#6625) 1 year ago
postprocessor [FFmpegFixupM3u8PP] Check audio codec before fixup (#6778) 1 year ago
YoutubeDL.py Fix f005a35aa7 1 year ago
__init__.py Add option `--xff` 1 year ago
__main__.py [cleanup] Misc 2 years ago
aes.py [dependencies] Simplify `Cryptodome` 2 years ago
cache.py [cleanup] Misc 2 years ago
cookies.py [cookies] Defer extraction of v11 key from keyring 2 years ago
jsinterp.py [jsinterp] Handle negative numbers better 1 year ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2 years ago
options.py Add option `--xff` 1 year ago
plugins.py [plugins] Don't look in `.egg` directories 2 years ago
socks.py [compat] Remove more functions 2 years ago
update.py [cleanup] Misc 2 years ago
utils.py [utils] `traverse_obj`: Allow iterables in traversal (#6902) 1 year ago
version.py Release 2023.03.04 2 years ago
webvtt.py [webvtt] Handle premature EOF 2 years ago