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