Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloading blob: file #778

Open
machinedgod opened this issue Oct 14, 2024 · 2 comments
Open

Downloading blob: file #778

machinedgod opened this issue Oct 14, 2024 · 2 comments

Comments

@machinedgod
Copy link

machinedgod commented Oct 14, 2024

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?

@cdlscpmv
Copy link
Contributor

Have you looked at handler-add in the man page?

@machinedgod
Copy link
Author

Yes, I have couple of handlers set up already, but how would this be the way to go? I need more detailed instructions than what you offered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants