Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hook for post processing #662

Open
tcely opened this issue Jan 29, 2025 · 0 comments · May be fixed by #663
Open

Add hook for post processing #662

tcely opened this issue Jan 29, 2025 · 0 comments · May be fixed by #663

Comments

@tcely
Copy link
Contributor

tcely commented Jan 29, 2025

We have one for downloading already, with SponsorBlock working it can take a while.

It's better to log something about how that is going.

postprocessor_hooks:  A list of functions that get called on postprocessing
                       progress, with a dictionary with the entries
                       * status: One of "started", "processing", or "finished".
                                 Check this first and ignore unknown values.
                       * postprocessor: Name of the postprocessor
                       * info_dict: The extracted info_dict

                       Progress hooks are guaranteed to be called at least twice
                       (with status "started" and "finished") if the processing is successful.
@tcely tcely linked a pull request Jan 29, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant