chore: incoming 1681 changelog entry

This commit is contained in:
Changelog Bot
2025-08-09 10:06:50 -07:00
parent 9a118cf637
commit 9470ee1655

View File

@@ -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