mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
engine tags. #6822
This commit is contained in:
parent
eba53cc4be
commit
5a13b1253d
6 changed files with 13 additions and 2 deletions
|
@ -201,3 +201,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -142,3 +142,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -161,3 +161,4 @@
|
|||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# xbtit
|
||||
|
|
|
@ -41,10 +41,12 @@
|
|||
paths:
|
||||
- path: "{{ if .Keywords }}index.php?do=search&type=simple&q={{ .Keywords }}{{ else }}%D1%84%D0%B8%D0%BB%D1%8C%D0%BC/{{ end }}"
|
||||
- path: "{{ if .Keywords }}{{ else }}%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB/{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: "{{ if .Keywords }}table.torrents tbody tr{{ else }}div[id^=\"post-id-\"]{{ end }}"
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(1), div.article-indent div b a
|
||||
|
@ -77,3 +79,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
|
||||
rows:
|
||||
selector: ol.torrentListItems li.torrentListItem
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: h3.title a
|
||||
|
@ -268,3 +269,4 @@
|
|||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -54,8 +54,10 @@
|
|||
args: ["(S3)", "tercera temporada"]
|
||||
- name: re_replace #remove S/EXX from search string
|
||||
args: ["E([0-9]+)", "$1"]
|
||||
|
||||
rows:
|
||||
selector: table#descargas > tbody > tr:has(td:has(a[href^="magnet:?"]))
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: td.tit a
|
||||
|
@ -120,6 +122,7 @@
|
|||
leechers:
|
||||
selector: td:nth-child(8)
|
||||
downloadvolumefactor:
|
||||
text: "0"
|
||||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: "1"
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
Loading…
Reference in a new issue