mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
gktorrent: new domain
also new details selector
This commit is contained in:
parent
a1518c775f
commit
fc2850555d
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ encoding: UTF-8
|
|||
followredirect: true
|
||||
# to fetch current domain use https://www.protege-torrent.com/Gktorrent
|
||||
links:
|
||||
- https://www.gktorrent.sh/
|
||||
- https://www.gktorrent.eu/
|
||||
legacylinks:
|
||||
- https://www.rantop.org/
|
||||
- https://gktorrent.nocensor.work/
|
||||
|
@ -19,7 +19,6 @@ legacylinks:
|
|||
- https://gktorrent.mrunblock.guru/
|
||||
- https://gktorrent.mrunblock.life/
|
||||
- https://gktorrent.nocensor.click/
|
||||
- https://www.gktorrents.cc/
|
||||
- https://www.gktorrent.ac/
|
||||
- https://www.gktorrent.ph/
|
||||
- https://www.gktorrent.vc/
|
||||
|
@ -31,6 +30,7 @@ legacylinks:
|
|||
- https://www.gktorrent.wtf/
|
||||
- https://www.gktorrent.vg/
|
||||
- https://www.gktorrent.lol/
|
||||
- https://www.gktorrent.sh/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
@ -97,7 +97,7 @@ search:
|
|||
args: ["(?i)(S)(\\d{1,3})$", "saison $2"]
|
||||
|
||||
rows:
|
||||
selector: table.table-hover > tbody > tr:has(a[onclick*="torrent/"])
|
||||
selector: table.table-hover > tbody > tr
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -124,7 +124,7 @@ search:
|
|||
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase2 }}{{ end }}"
|
||||
details:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: onclick
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (/?torrent/\d+)
|
||||
|
|
Loading…
Add table
Reference in a new issue