Skip to content

Commit

Permalink
jackett indexers as of 11af86477e8d88ec777d9141437dc1d1012f3542 [2024…
Browse files Browse the repository at this point in the history
…-12-24T21:48:28Z]
  • Loading branch information
bakerboy448 committed Dec 24, 2024
1 parent 2c56c6e commit 51132ba
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion definitions/v10/emuwarez.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ search:
files:
selector: num_file
title:
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }} Spanish"
details:
selector: details_link
download:
Expand Down
2 changes: 1 addition & 1 deletion definitions/v10/ilcorsaronero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ search:
cat: "{{ if .Keywords }}{{ re_replace .Config.category-id \"all\" \"\" }}{{ else }}{{ end }}"

rows:
selector: table > tbody > tr
selector: table > tbody > tr:has(a[href^="/torrent/"])
filters:
- name: andmatch

Expand Down
8 changes: 4 additions & 4 deletions definitions/v10/lastfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,18 @@ search:
img[src$="/x265ro.png"]: 81
img[src$="/x265.png"]: 82
title:
selector: a.torrent-name
selector: a[href*="/torrents/"]
details:
selector: a.torrent-name
selector: a[href*="/torrents/"]
attribute: href
poster:
selector: a.torrent-name
selector: a[href*="/torrents/"]
attribute: data-bs-title
filters:
- name: regexp
args: "src='(.+?)'"
genre:
selector: i:has(a[href$="searchin=genre"]), font[size]
selector: div.torrent-genres
filters:
- name: replace
args: [" & ", "_&_"]
Expand Down
2 changes: 2 additions & 0 deletions definitions/v10/peeratiko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: "Peeratiko is a GREEK Private Torrent Tracker for MOVIES / TV / GEN
language: el-GR
type: private
encoding: UTF-8
certificates:
- b1e9d7885688c0c4123768c2c091e3c1e0a1aead # Expired 24th Dec 2024
links:
- https://peeratiko.org/

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://24december.rudub.online/
- https://25december.rudub.online/
legacylinks:
- https://24november.rudub.online/
- https://25november.rudub.online/
- https://26november.rudub.online/
- https://27november.rudub.online/
Expand Down Expand Up @@ -41,6 +40,7 @@ legacylinks:
- https://21december.rudub.online/
- https://22december.rudub.online/
- https://23december.rudub.online/
- https://24december.rudub.online/

caps:
categorymappings:
Expand Down
7 changes: 5 additions & 2 deletions definitions/v11/btdirectory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ search:
selector: a[href^="/hash/"]
attribute: href
infohash:
selector: article.item
attribute: data-key
selector: a[href^="/hash/"]
attribute: href
filters:
- name: regexp
args: ([A-F|a-f|0-9]{40})
date:
selector: p
filters:
Expand Down

0 comments on commit 51132ba

Please sign in to comment.