Novik / ruTorrent

Yet another web front-end for rTorrent
Other
2.03k stars 414 forks source link

filedrop plugin: support dropped links #2802

Closed pekman closed 15 hours ago

pekman commented 4 days ago

Filedrop plugin doesn't support dropping links to torrents. Only torrent files are supported. It's not possible to drag a magnet link from another browser window. This adds support for dropping links.

Both magnet links and http/https links to a torrent file are supported. Additionally, dragging a text selection that contains one or more links is supported. Any non-URL text is ignored.

stickz commented 1 day ago

Hello @pekman Could you submit this change to the develop branch? We want to merge this into v5.2.

pekman commented 1 day ago

Will do, but it seems this doesn't work without changes on develop. I'll look into it.

pekman commented 15 hours ago

Done. I created a new pull request #2806 against develop.