-
Notifications
You must be signed in to change notification settings - Fork 283
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
Adding torrent link by hash #1090
Comments
I'm using torrents for several years and never see a site like you say. |
Yes, it can be done in principle. If the link does not contain the word "magnet:? Xt", then automatically add it. |
Added the possiblity of add a magnet only by the hash.
@antekgla: Thank you for the quick implementation! The website that prompted me for a free login to get the torrent is https://kickasstorrents.to/ and obviously I won't do that. |
@ploink @antekgla thanks for your work! |
v5.15.0 coming. |
v5.15.0 released. |
Adding a torrent link by hash is supported by the transmission web client and it would be very useful as some torrent sites publish the hash but require login to get the torrent.
https://forum.transmissionbt.com/viewtopic.php?t=13000
For example just press ctrl-ins and paste b13e23c89a3b31dca82fd2739b2445e389986b8b to download Fedora-Workstation-Live-x86_64-27
Current version just throws an "unable to open file" error.
Implementation should be easy:
If input identified as a hash then convert to magnet link and submit.
magnet:?xt=urn:btih:b13e23c89a3b31dca82fd2739b2445e389986b8b
The text was updated successfully, but these errors were encountered: