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
This enables `--select-only 1,2,3` which gets appended to the magnet
link as `&so=1,2,3`.
It's a partial implementation because we're missing support for file
ranges ie `--select-only 4-6`
type: added
fixes:
- casey#245
This enables `--select-only 1,2,3` which gets appended to the magnet
link as `&so=1,2,3`.
It's a partial implementation because we're missing support for file
ranges ie `--select-only 4-6`
type: added
fixes:
- casey#245
casey
pushed a commit
to strickinato/intermodal
that referenced
this issue
Apr 13, 2020
This enables `--select-only 1,2,3` which gets appended to the magnet
link as `&so=1,2,3`.
It's a partial implementation because we're missing support for file
ranges ie `--select-only 4-6`
type: added
fixes:
- casey#245
This BEP describes an extension to magnet links allowing making specific files for download.
It uses an
so
parameter containing a comma list of file indices and ranges to download:Intermodal should support this when generating magnet links.
Update: Mostly implemented in #376. We could also consider adding support for ranges, in input (
--select-only 6-10
), and/or in output (&so=6-10
).The text was updated successfully, but these errors were encountered: