1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 18:59:01 +00:00

bitbazis: update for 3x search

This commit is contained in:
ilike2burnthing 2023-05-28 22:20:35 +01:00 committed by GitHub
parent abc2f43f9c
commit 12da8b6131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,22 +117,26 @@ 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: "tr[class^=\"toriadatok_\"]{{ 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:
selector: img[src^="pic/kategoria/"] selector: img[src^="pic/kategoria/"]
attribute: title attribute: title
title: title:
selector: a.preview selector: font[class="tori"], a.preview
_id: _id:
selector: td.tori_infok selector: td.tori_infok
attribute: id attribute: id
optional: true
filters: filters:
- name: regexp - name: regexp
args: (\d+) args: (\d+)
details: details:
text: "details.php?id={{ .Result._id }}#adatlap" selector: a[href^="details.php?id="]
attribute: href
optional: true
default: "details.php?id={{ .Result._id }}#adatlap"
download: download:
text: "download.php?torrent={{ .Result._id }}" text: "download.php?torrent={{ .Result._id }}"
poster: poster:
@ -142,14 +146,14 @@ search:
selector: a[href*="imdb.com/title/tt"] selector: a[href*="imdb.com/title/tt"]
attribute: href attribute: href
size: size:
selector: td[id^="tsize_"] selector: td[id^="tsize"]
date: date:
# 36 perce # 36 perce
# 13 órája és 59 perce # 13 órája és 59 perce
# 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[id^="t_added_"] > span selector: td[id^="t_added"] > span
filters: filters:
- name: replace - name: replace
args: ["és ", " "] args: ["és ", " "]