mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
gktorrent, oxtorrent: switch download to magnet. resolves #6398
only the magnet button is now an actual reliable magnet to download. the telecharger button on gktorrent is always a click bait fake button, and the one on oxtorrent goes to click bait first, and works the second time.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a[href^="/download/"]
|
||||
selector: a[href^="magnet:?xt="]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@@ -30,7 +30,7 @@
|
||||
settings: []
|
||||
|
||||
download:
|
||||
selector: a[href^="/get_torrent/"]
|
||||
selector: a[href^="magnet:?xt="]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user