mirror of https://github.com/Jackett/Jackett
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:
parent
8e80c28f34
commit
68275057dd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue