diff options
-rw-r--r-- | .newsboat/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config index 4347aab..9805e2d 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -30,3 +30,11 @@ bind-key b open-in-browser-and-mark-read bind-key B open-in-browser bind-key i sort bind-key I rev-sort + +# podcasts + +download-path ~/Sync/podcasts +max-downloads 3 + +# download videos +macro d set browser "youtube-dl %u &"; open-in-browser-noninteractively; set browser elinks |