mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
uniongang: can have magnet instead of .torrent
This commit is contained in:
@@ -170,10 +170,10 @@ search:
|
||||
selector: a[href^="details.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
selector: a[href^="download.php?id="], a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
size:
|
||||
selector: a[href^="download.php?id="]
|
||||
selector: a[href^="download.php?id="], a[href^="magnet:?xt="]
|
||||
seeders:
|
||||
selector: td:nth-last-child(3)
|
||||
filters:
|
||||
|
Reference in New Issue
Block a user