mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-08 22:08:03 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user