You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
how do I set up Vimb to use external download manager, and correctly download files what come with blob:// url? (blob files)
I am using uget and this is my current config setup:
set download-path="$HOME/Downloads/"
set download-use-external=true
set download-command=/bin/zsh -c "uget-gtk --folder=\"$VIMB_DOWNLOAD_PATH\" --http-referer=\"$VIMB_URI\" %s"
The link I provided explains how this would be done, but it seems like a "manual" approach - is there an "automatic" setup for the download-command?
The text was updated successfully, but these errors were encountered:
Hello,
how do I set up Vimb to use external download manager, and correctly download files what come with
blob://
url? (blob files)I am using
uget
and this is my current config setup:The link I provided explains how this would be done, but it seems like a "manual" approach - is there an "automatic" setup for the
download-command
?The text was updated successfully, but these errors were encountered: