Skip to content

context is everything

Compare
Choose a tag to compare
@h0lg h0lg released this 14 Jan 05:15
· 139 commits to master since this release

new features

This release introduces the new parameter -p | --pad for selecting how much context (in characters; min 0; max 255) to display a match in.

other improvements

Overlapping matches are now merged in the output. This prevents confusing duplicates. This became particularly necessary with increased match padding/context.

The search now matches multi-word phrases in video descriptions across lines like it already did for captions.

The result output of multi-line text like for title, description or caption matches is now wrapped and indented to fit the console window nicely and improve output structure, applying the same formatting to any generated file.

Any generated output file will now be opened automatically after it was written, saving the user some file browsing.

And finally, captions of tracks are now sanitized and ordered before the search to prevent duplicates and overlaps in the matches or them being out of chronological order.