feat: add --yt-dlp-args flag for custom YouTube downloader options

### CHANGES

- Introduce `--yt-dlp-args` flag for advanced control
- Allow passing browser cookies for authentication
- Improve error handling for YouTube rate limits
- Add comprehensive documentation for YouTube processing
- Refactor YouTube methods to accept additional arguments
- Update shell completions to include new flag
This commit is contained in:
Kayvan Sylvan
2025-08-08 23:03:02 -07:00
parent bdb36ee296
commit 261eb30951
10 changed files with 365 additions and 20 deletions

View File

@@ -554,6 +554,7 @@ Application Options:
--notification Send desktop notification when command completes
--notification-command= Custom command to run for notifications (overrides built-in
notifications)
--yt-dlp-args= Additional arguments to pass to yt-dlp (e.g. '--cookies-from-browser brave')
Help Options:
-h, --help Show this help message