diff --git a/cmd/generate_changelog/incoming/1681.txt b/cmd/generate_changelog/incoming/1681.txt index 5f320e63..3230bdc4 100644 --- a/cmd/generate_changelog/incoming/1681.txt +++ b/cmd/generate_changelog/incoming/1681.txt @@ -1,7 +1,7 @@ ### PR [#1681](https://github.com/danielmiessler/Fabric/pull/1681) by [ksylvan](https://github.com/ksylvan): Enhance YouTube Support with Custom yt-dlp Arguments - Add `--yt-dlp-args` flag for custom YouTube downloader options with advanced control capabilities -- Implement fallback logic for YouTube subtitle language detection with retry mechanism -- Allow passing browser cookies for authentication and improve error handling for YouTube rate limits -- Add user argument precedence over built-in flags with comprehensive documentation for override behavior -- A new guide to using Fabric for YouTube transcripts, comments, metadata extraction +- Implement smart subtitle language fallback system when requested locale is unavailable +- Add fallback logic for YouTube subtitle language detection with auto-detection of downloaded languages +- Replace custom argument parser with shellquote and precompile regexes for improved performance and safety +- Separate release notes generation into dedicated CI workflow job with proper Go setup and configuration