Skip to content

Commit

Permalink
jackett indexers as of e28364f75915d78ea39f32aea443c0ceff12371f [2024…
Browse files Browse the repository at this point in the history
…-12-31T21:47:02Z]
  • Loading branch information
ServarrAdmin committed Dec 31, 2024
1 parent 65cc8ad commit e8fea93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions definitions/v10/hhanclub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ search:
type: "{{ .Config.type }}"
notnewword: 1

keywordsfilters:
# strip episode
- name: re_replace
args: ["\\b(S\\d{2,})?(?:E\\d{2,})\\b", "$1"]

rows:
selector: div.w-full:has(a[href^="details.php?id="])

Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/oshenpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ search:
description:
selector: td:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.8.14 2024-10-04
# NexusPHP v1.8.13 2024-09-21
2 changes: 1 addition & 1 deletion definitions/v10/ptcafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ search:
description:
selector: td:nth-child(2)
remove: a, b, font, img, span
# NexusPHP v1.8.13 2024-09-21
# NexusPHP v1.8.15 2024-12-23

0 comments on commit e8fea93

Please sign in to comment.