mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
piratesparadise: switch to infohash method. resolves #15932
This commit is contained in:
@@ -36,12 +36,12 @@ search:
|
|||||||
details:
|
details:
|
||||||
selector: a.name-link
|
selector: a.name-link
|
||||||
attribute: href
|
attribute: href
|
||||||
magnet:
|
infohash:
|
||||||
selector: button.magnet-btn
|
selector: button.magnet-btn
|
||||||
attribute: onclick
|
attribute: onclick
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: \'(.+?)\'
|
args: ([A-F|a-f|0-9]{40})
|
||||||
date:
|
date:
|
||||||
selector: span.date-added
|
selector: span.date-added
|
||||||
optional: true
|
optional: true
|
||||||
|
Reference in New Issue
Block a user