Skip to content

Commit

Permalink
jackett indexers as of 39e6a49b043113b4cbd2e17ce8a2644b7d7ab746 [2024…
Browse files Browse the repository at this point in the history
…-09-07T18:06:17Z]
  • Loading branch information
ServarrAdmin committed Sep 7, 2024
1 parent 17daa6d commit 2252b17
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://07september.rudub.online/
- https://08september.rudub.online/
legacylinks:
- https://rudub.online/
- https://08august.rudub.online/
- https://09august.rudub.online/
- https://10august.rudub.online/
- https://11august.rudub.online/
Expand Down Expand Up @@ -42,6 +41,7 @@ legacylinks:
- https://04september.rudub.online/
- https://05september.rudub.online/
- https://06september.rudub.online/
- https://07september.rudub.online/

caps:
categorymappings:
Expand Down
25 changes: 22 additions & 3 deletions definitions/v9/blueroms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,30 @@ search:
attribute: href
size:
selector: td:nth-child(4)
date:
selector: td:nth-child(5)
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
filters:
- name: regexp
args: (\d{4}-\d{2})
- name: dateparse
args: "YYYY-MM-dd"
args: "yyyy-MM"
date_day:
selector: td:nth-child(5):contains("-")
optional: true
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
2 changes: 1 addition & 1 deletion definitions/v9/dark-shadow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ caps:
- {id: 32, cat: Movies/HD, desc: "Filme HD"}
- {id: 114, cat: Movies/UHD, desc: "Filme UHD"}
- {id: 140, cat: Movies/BluRay, desc: "Filme BluRay"}
- {id: 28, cat: Movies/SD, desc: "Filme -SD"}
- {id: 28, cat: Movies/SD, desc: "Filme SD"}
- {id: 138, cat: Movies, desc: "Filme Pack's"}
# Serien
- {id: 57, cat: TV/HD, desc: "Serien HD"}
Expand Down
4 changes: 2 additions & 2 deletions definitions/v9/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://07september.rudub.online/
- https://08september.rudub.online/
legacylinks:
- https://rudub.online/
- https://08august.rudub.online/
- https://09august.rudub.online/
- https://10august.rudub.online/
- https://11august.rudub.online/
Expand Down Expand Up @@ -40,6 +39,7 @@ legacylinks:
- https://04september.rudub.online/
- https://05september.rudub.online/
- https://06september.rudub.online/
- https://07september.rudub.online/

caps:
categorymappings:
Expand Down

0 comments on commit 2252b17

Please sign in to comment.