mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bitbazis: update for new layout
new row selector add imdbid new download selector new date selector
This commit is contained in:
@@ -117,7 +117,7 @@ search:
|
|||||||
# can support genre searching but you need to know the id, eg &genre23=1 for Comedy (id is 23)
|
# can support genre searching but you need to know the id, eg &genre23=1 for Comedy (id is 23)
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: "table[width=\"100%\"][align=\"center\"]:first-child tbody tr:has(div.tooltip){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
|
selector: "tr[class^=\"toriadatok_\"]{{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
categorydesc:
|
categorydesc:
|
||||||
@@ -141,7 +141,7 @@ search:
|
|||||||
optional: true
|
optional: true
|
||||||
attribute: href
|
attribute: href
|
||||||
download_2:
|
download_2:
|
||||||
selector: input[onclick*="download.php?torrent="]
|
selector: span[onclick*="download.php?torrent="]
|
||||||
optional: true
|
optional: true
|
||||||
attribute: onclick
|
attribute: onclick
|
||||||
filters:
|
filters:
|
||||||
@@ -151,6 +151,9 @@ search:
|
|||||||
args: ["', '_self');", ""]
|
args: ["', '_self');", ""]
|
||||||
download:
|
download:
|
||||||
text: "{{ if or .Result.download_1 .Result.download_2 }}{{ or .Result.download_1 .Result.download_2 }}{{ else }}{{ end }}"
|
text: "{{ if or .Result.download_1 .Result.download_2 }}{{ or .Result.download_1 .Result.download_2 }}{{ else }}{{ end }}"
|
||||||
|
imdbid:
|
||||||
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
|
attribute: href
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(6)
|
selector: td:nth-child(6)
|
||||||
date:
|
date:
|
||||||
@@ -159,7 +162,7 @@ search:
|
|||||||
# 2 napja és 10 órája
|
# 2 napja és 10 órája
|
||||||
# 1 hete és 1 napja
|
# 1 hete és 1 napja
|
||||||
# 1 éve és 30 hete
|
# 1 éve és 30 hete
|
||||||
selector: td:nth-child(7) span:last-child
|
selector: td[id^="t_added_"] > span
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["és ", " "]
|
args: ["és ", " "]
|
||||||
|
Reference in New Issue
Block a user