Skip to content

Commit

Permalink
jackett indexers as of 4dda31f74ae445336ffadc3290b9164c45afb3f9 [2024…
Browse files Browse the repository at this point in the history
…-12-13T22:33:35Z]
  • Loading branch information
ServarrAdmin committed Dec 13, 2024
1 parent 5033b3b commit 382c987
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 28 deletions.
34 changes: 10 additions & 24 deletions definitions/v10/blueroms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,51 +70,37 @@ search:
at: "{{ .Config.sort }}"

rows:
selector: table.table-striped > tbody > tr
selector: div.row > div.col-xs-12

fields:
category:
selector: td:nth-child(1) a
selector: p.card-text a
attribute: href
_platform:
selector: td:nth-child(1)
selector: p.card-text a
title:
selector: td:nth-child(2)
selector: h4.card-title a
filters:
- name: append
args: " - {{ .Result._platform }}"
details:
selector: td:nth-child(2) a
selector: h4.card-title a
attribute: href
download:
selector: td:nth-child(3) a
selector: div.card-footer a
attribute: href
size:
selector: td:nth-child(4)
date_year:
selector: td:nth-child(5):not(:contains("-"))
optional: true
filters:
- name: dateparse
args: "yyyy"
date_month:
selector: td:nth-child(5):contains("-")
optional: true
selector: p.card-text
filters:
- name: regexp
args: (\d{4}-\d{2})
- name: dateparse
args: "yyyy-MM"
date_day:
selector: td:nth-child(5):contains("-")
optional: true
args: (\d+\.?\d+[T|G|K]iB)
date:
selector: p.card-text
filters:
- name: regexp
args: (\d{4}-\d{2}-\d{2})
- name: dateparse
args: "yyyy-MM-dd"
date:
text: "{{ if or .Result.date_year .Result.date_day .Result.date_month }}{{ or .Result.date_year .Result.date_day .Result.date_month }}{{ else }}now{{ end }}"
seeders:
text: 1
leechers:
Expand Down
4 changes: 2 additions & 2 deletions definitions/v10/lastfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ search:

fields:
category:
selector: img[src^="images/categories/"]
selector: img[src*="images/categories/"], img[src*="images/categoriesNORMALE/"]
attribute: src
case:
# not all categories are available at the moment, so some are deduced and unconfirmed
Expand Down Expand Up @@ -153,7 +153,7 @@ search:
img[src$="/packs.png"]: 33
img[src$="/xxxpacks.png"]: 34
img[src$="/sport.png"]: 42
img[src$="/documents.png"]: 43
img[src$="/docs.png"]: 43
img[src$="/images.png"]: 44
img[src$="/misc.png"]: 49
img[src$="/android.png"]: 51
Expand Down
4 changes: 2 additions & 2 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://13december.rudub.online/
- https://14december.rudub.online/
legacylinks:
- https://13november.rudub.online/
- https://14november.rudub.online/
- https://15november.rudub.online/
- https://16november.rudub.online/
Expand Down Expand Up @@ -41,6 +40,7 @@ legacylinks:
- https://10december.rudub.online/
- https://11december.rudub.online/
- https://12december.rudub.online/
- https://13december.rudub.online/

caps:
categorymappings:
Expand Down

0 comments on commit 382c987

Please sign in to comment.