mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
jav-torrent: magnets are optional. resolves #13580
This commit is contained in:
@@ -33,8 +33,13 @@ search:
|
|||||||
selector: h5 a
|
selector: h5 a
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
|
selector: a[href*="/download/torrent/"]
|
||||||
|
attribute: href
|
||||||
|
optional: true
|
||||||
|
magnet:
|
||||||
selector: a[href^="magnet:?xt="]
|
selector: a[href^="magnet:?xt="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
optional: true
|
||||||
date:
|
date:
|
||||||
text: now
|
text: now
|
||||||
size:
|
size:
|
||||||
|
Reference in New Issue
Block a user