Skip to content

Allow magnet links to resolve later when adding URIs#8418

Merged
qstokkink merged 1 commit intoTribler:mainfrom
qstokkink:fix_magnet_add_slowness
Jan 28, 2025
Merged

Allow magnet links to resolve later when adding URIs#8418
qstokkink merged 1 commit intoTribler:mainfrom
qstokkink:fix_magnet_add_slowness

Conversation

@qstokkink
Copy link
Copy Markdown
Contributor

Fixes #8416

This PR:

  • Adds a skipmagnet parameter to the torrentinfo endpoint, allowing magnet links to resolve later in the SaveAs dialog (or not at all).

This should both do all the fancy HTTP forwarding and forward magnet links quickly to the SaveAs dialog. However, the price is another parameter for getMetainfo().

@qstokkink qstokkink force-pushed the fix_magnet_add_slowness branch from 493cf4c to c1e6f7e Compare January 27, 2025 15:56
@qstokkink
Copy link
Copy Markdown
Contributor Author

validate

@qstokkink qstokkink changed the title WIP: Allow magnet links to resolve later when adding URIs READY: Allow magnet links to resolve later when adding URIs Jan 27, 2025
@qstokkink qstokkink marked this pull request as ready for review January 27, 2025 16:03
@qstokkink qstokkink changed the title READY: Allow magnet links to resolve later when adding URIs Allow magnet links to resolve later when adding URIs Jan 28, 2025
@qstokkink qstokkink merged commit 4d7cd97 into Tribler:main Jan 28, 2025
@qstokkink qstokkink deleted the fix_magnet_add_slowness branch January 28, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Adding magnet links waits for metainfo to show SaveAs

2 participants