yt-dlp/yt_dlp
Kenshin bcec568ea7 Add ffmpeg progress tracking to FFmpegFD
Add ffmpeg progress tracking to FFmpegPostProcessor

Apply changes from the code review

Fix a bug where the subprocess didn't capture any output thus an empty stdout and stderr were sent back

Add missing hooks

Revert "Add missing hooks"

This reverts commit a359c5ea10bb35b965e80801e736f43cdbcf3294.

Add support of -ss=132 timestamp format

Infer filename from ffmpeg args instead of info_dic

Remove redundant parenthesis and switch from to_stodout to to_screen

Add info kwarg with multiple files and ffmpeg to track progress

Moved format progress function to util

Moved format progress function to util

Add progress tracking to postprocessing operations

Fix typing error

Handle self._downloader is None at __init__

Move format progress functions to utils

Move format progress functions to utils

Handle case where ydl passed is None

Handle case where ydl passed is None

Handle case where _multiline isn't initialized

Handle case where _multiline isn't initialized

Fix streams incorrectly returned

Fix case where ydl is nested in the downloader

Add progress_hook attribute

Fix bug after merge

Fix import bugs after merge

Catch up with upstream

Fix merge errors #1

Adapt tests and implementatation for ffmpeg progress tracking args
2024-01-17 15:14:41 +01:00
..
__pyinstaller [rh:requests] Add handler for requests HTTP library (#3668) 2023-10-13 23:33:00 +00:00
compat [core] Prevent RCE when using --exec with %q (CVE-2023-40581) 2023-09-24 02:29:01 +02:00
dependencies [rh:requests] Add handler for requests HTTP library (#3668) 2023-10-13 23:33:00 +00:00
downloader Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
extractor [ie/weverse] Fix login error handling (#8458) 2023-10-28 15:53:24 +00:00
networking [rh:requests] Handle both bytes and int for IncompleteRead.partial (Fix 8a8b54523a) (#8348) 2023-10-15 10:54:38 +02:00
postprocessor Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
utils Add ffmpeg progress tracking to FFmpegFD 2024-01-17 15:14:41 +01:00
__init__.py [compat, networking] Deprecate old functions (#2861) 2023-07-15 16:18:35 +05:30
__main__.py [cleanup] Misc 2022-11-11 15:48:29 +05:30
aes.py [dependencies] Simplify Cryptodome 2023-02-28 23:15:13 +05:30
cache.py [cleanup] Misc 2023-02-17 17:52:22 +05:30
casefold.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
cookies.py [cookies] Containers JSON should be opened as utf-8 (#7800) 2023-08-12 21:30:23 +00:00
jsinterp.py Update to ytdl-commit-07af47 2023-06-21 09:21:23 +05:30
minicurses.py [docs] Consistent use of e.g. (#4643) 2022-08-14 17:34:13 +05:30
options.py [rh:requests] Add handler for requests HTTP library (#3668) 2023-10-13 23:33:00 +00:00
plugins.py [plugins] Don't look in .egg directories 2023-02-28 23:14:37 +05:30
socks.py [networking] Fix various socks proxy bugs (#8065) 2023-09-18 07:33:26 +00:00
update.py [core] Raise minimum recommended Python version to 3.8 (#8183) 2023-09-24 02:24:47 +02:00
version.py Release 2023.10.13 2023-10-13 22:22:31 +00:00
webvtt.py [webvtt] Handle premature EOF 2022-11-20 14:14:42 +05:30
YoutubeDL.py [ie/youtube] Check newly uploaded iOS HLS formats (#8336) 2023-10-28 08:02:13 +00:00