mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
pleasuredome: fix details selector
also switch to https
This commit is contained in:
@@ -6,7 +6,11 @@
|
|||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
|
- https://www.pleasuredome.org.uk/
|
||||||
|
legacylinks:
|
||||||
- http://www.pleasuredome.org.uk/
|
- http://www.pleasuredome.org.uk/
|
||||||
|
certificates:
|
||||||
|
- eb27d56880fa073cd9ddd040d9a7f101d4868f53 # self signed
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
@@ -117,6 +121,12 @@
|
|||||||
selector: table[width="100%"] > tbody tr:has(a[href^="download.php?id="])
|
selector: table[width="100%"] > tbody tr:has(a[href^="download.php?id="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
|
category:
|
||||||
|
selector: a[href^="torrents.php?category="]
|
||||||
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: querystring
|
||||||
|
args: category
|
||||||
title:
|
title:
|
||||||
selector: a[href^="javascript:popdetails"]
|
selector: a[href^="javascript:popdetails"]
|
||||||
filters:
|
filters:
|
||||||
@@ -129,13 +139,7 @@
|
|||||||
- name: replace
|
- name: replace
|
||||||
args: ["javascript:popdetails('", ""]
|
args: ["javascript:popdetails('", ""]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [");'", ""]
|
args: ["');", ""]
|
||||||
category:
|
|
||||||
selector: a[href^="torrents.php?category="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: category
|
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user