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

BEP 53 Support: Magnet URI extension - Select specific file indices for download #245

Open
casey opened this issue Mar 16, 2020 · 0 comments

Comments

@casey
Copy link
Owner

casey commented Mar 16, 2020

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:

magnet:?xt=urn:btih:HASH&dn=NAME&tr=TRACKER&so=0,2,4,6-8

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).

@casey casey added this to the eventually milestone Mar 16, 2020
@casey casey modified the milestone: eventually Apr 11, 2020
strickinato added 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
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant