Skip to content

ytdl-sub 2024.04.28

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 05:51
· 85 commits to master since this release
1d17605

[FEATURE] %regex_sub built-in script function (#971)

This implements %regex_sub built-in function to enhance string-processing capabilities, allowing users to perform substitutes like:

  • removing non-ascii characters
  • replacing subsequent whitespace characters with a single whitespace

Thanks @tbabej !