[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] External dowloaders
From: |
Luke, Shellworld Support |
Subject: |
Re: [Lynx-dev] External dowloaders |
Date: |
Wed, 26 Jan 2022 09:46:27 +0000 (UTC) |
User-agent: |
Alpine 2.21.9 (DEB 229 2017-11-19) |
On Wed, 26 Jan 2022, Thorsten Glaser wrote:
> … but there’s this:
>
> EXTERNAL:ftp:wget %s &:FALSE
Ah, I missed that one. I sit corrected.
So for the O.P.'s use case, something like:
EXTERNAL:magnet:aria2c -d /home/me/downloads --check-integrity=true -qR
--bt-require-crypto=true --bt-save-metadata=true '%s'
&:FALSE
Might work?
Untested; that commandline probably needs work, because of the large
number of options aria2c needs to do things for specific URL types.
It will probably take several EXTERNAL entries to provide for the desired
scenarios. It may be better to use EXTERNAL_MENU instead, in the case
of torrent handlers anyway.
Luke