diff --git a/src/Jackett.Common/Definitions/bitbazis.yml b/src/Jackett.Common/Definitions/bitbazis.yml
index d6aade2f9..c39869016 100644
--- a/src/Jackett.Common/Definitions/bitbazis.yml
+++ b/src/Jackett.Common/Definitions/bitbazis.yml
@@ -115,6 +115,7 @@ search:
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
# site does not support imdbid searching
+ # can support genre searching but you need to know the id, eg &genre23=1 for Comedy (id is 23)
rows:
selector: "table[width=\"100%\"]:last-child tbody tr:has(div.tooltip){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
@@ -152,26 +153,18 @@ search:
text: "{{ if or .Result.download_1 .Result.download_2 }}{{ or .Result.download_1 .Result.download_2 }}{{ else }}{{ end }}"
size:
selector: td:nth-child(6)
- date_browse:
- # 2022
03/15.
- selector: td:nth-child(7):contains("/")
- optional: true
- filters:
- - name: append
- args: " +01:00" # CET
- - name: dateparse
- args: "200601/02. -07:00"
- date_browse_xxx:
- # 22.03.15
- selector: td:nth-child(7):not(:contains("/"))
- optional: true
- filters:
- - name: append
- args: " +01:00" # CET
- - name: dateparse
- args: "06.01.02 -07:00"
date:
- text: "{{ if or .Result.date_browse .Result.date_browse_xxx }}{{ or .Result.date_browse .Result.date_browse_xxx }}{{ else }}now{{ end }}"
+ # 2022
07/30.
17:02
+ # 2022
07/30.
7:02
+ # 2022
07/09.
+ selector: td:nth-child(7)
+ filters:
+ - name: regexp
+ args: (\d{6}/\d{2})
+ - name: append
+ args: " +01:00" # CET
+ - name: dateparse
+ args: "200601/02 -07:00"
grabs:
selector: td:nth-child(5)
seeders: