Skip to content

Commit

Permalink
jackett indexers as of 42a9d7e76a25af17f0ac31d15c4dcb0d0e4ca6be [2024…
Browse files Browse the repository at this point in the history
…-09-11T23:21:41Z]
  • Loading branch information
ServarrAdmin committed Sep 11, 2024
1 parent 3d42001 commit 023ad81
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 49 deletions.
38 changes: 16 additions & 22 deletions definitions/v10/bitbazis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ search:
inputs:
# 0 all, 1 active, 2 deadonly, 3 myuploads, 4 zeroseed, 6 re-seeded
incldead: 0
- path: browse_xxx.php
- path: browse.php
categories: [33, 66, 89]
inputs:
xxx: 1
# 0 active, 1 all, 2 deadonly, 3 myuploads, 4 zeroseed, 6 re-seeded
incldead: 1
inputs:
Expand All @@ -105,7 +106,7 @@ search:
# can support genre searching but you need to know the id, eg &genre23=1 for Comedy (id is 23)

rows:
selector: "tr[class^=\"toriadatok\"]{{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
selector: "tr[class^=\"toriadatok\"]:has(i.status-yes){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"

fields:
categorydesc:
Expand All @@ -115,19 +116,12 @@ search:
- name: replace
args: ["catpic_", ""]
title:
selector: font[class="tori"], a.preview
selector: span.torrent-title
_id:
selector: td.tori_infok
attribute: id
optional: true
filters:
- name: regexp
args: (\d+)
selector: tr[data-torrent-id]
attribute: data-torrent-id
details:
selector: a[href^="details.php?id="]
attribute: href
optional: true
default: "details.php?id={{ .Result._id }}#adatlap"
text: "details.php?id={{ .Result._id }}#adatlap"
download:
text: "download.php?torrent={{ .Result._id }}"
poster:
Expand All @@ -137,14 +131,14 @@ search:
selector: a[href*="imdb.com/title/tt"]
attribute: href
size:
selector: td[id^="tsize"]
selector: span.torrent-size
date:
# 36 perce
# 13 órája és 59 perce
# 2 napja és 10 órája
# 1 hete és 1 napja
# 1 éve és 30 hete
selector: span.ellenorzes
selector: span.uploader
filters:
- name: replace
args: ["és ", " "]
Expand All @@ -159,20 +153,20 @@ search:
- name: replace
args: ["éve", "year"]
- name: timeago
grabs:
selector: td.letoltok
optional: true
default: 0
seeders:
selector: td.seeders
selector: td:nth-child(5)
optional: true
default: 0
leechers:
selector: td.leechers
selector: td:nth-child(6)
optional: true
default: 0
grabs:
selector: td:nth-child(7)
optional: true
default: 0
genre:
selector: span[style="font-size:small;"]
selector: span.torrent-genre
description:
text: "{{ .Result.genre }}"
downloadvolumefactor:
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,10 +9,9 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://11september.rudub.online/
- https://12september.rudub.online/
legacylinks:
- https://rudub.online/
- https://12august.rudub.online/
- https://13august.rudub.online/
- https://14august.rudub.online/
- https://15august.rudub.online/
Expand Down Expand Up @@ -42,6 +41,7 @@ legacylinks:
- https://08september.rudub.online/
- https://09september.rudub.online/
- https://10september.rudub.online/
- https://11september.rudub.online/

caps:
categorymappings:
Expand Down
38 changes: 16 additions & 22 deletions definitions/v9/bitbazis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ search:
inputs:
# 0 all, 1 active, 2 deadonly, 3 myuploads, 4 zeroseed, 6 re-seeded
incldead: 0
- path: browse_xxx.php
- path: browse.php
categories: [33, 66, 89]
inputs:
xxx: 1
# 0 active, 1 all, 2 deadonly, 3 myuploads, 4 zeroseed, 6 re-seeded
incldead: 1
inputs:
Expand All @@ -107,7 +108,7 @@ search:
# can support genre searching but you need to know the id, eg &genre23=1 for Comedy (id is 23)

rows:
selector: "tr[class^=\"toriadatok\"]{{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"
selector: "tr[class^=\"toriadatok\"]:has(i.status-yes){{ if .Config.freeleech }}:has(i:contains(\"(Free)\")){{ else }}{{ end }}"

fields:
categorydesc:
Expand All @@ -117,19 +118,12 @@ search:
- name: replace
args: ["catpic_", ""]
title:
selector: font[class="tori"], a.preview
selector: span.torrent-title
_id:
selector: td.tori_infok
attribute: id
optional: true
filters:
- name: regexp
args: (\d+)
selector: tr[data-torrent-id]
attribute: data-torrent-id
details:
selector: a[href^="details.php?id="]
attribute: href
optional: true
default: "details.php?id={{ .Result._id }}#adatlap"
text: "details.php?id={{ .Result._id }}#adatlap"
download:
text: "download.php?torrent={{ .Result._id }}"
poster:
Expand All @@ -139,14 +133,14 @@ search:
selector: a[href*="imdb.com/title/tt"]
attribute: href
size:
selector: td[id^="tsize"]
selector: span.torrent-size
date:
# 36 perce
# 13 órája és 59 perce
# 2 napja és 10 órája
# 1 hete és 1 napja
# 1 éve és 30 hete
selector: span.ellenorzes
selector: span.uploader
filters:
- name: replace
args: ["és ", " "]
Expand All @@ -161,20 +155,20 @@ search:
- name: replace
args: ["éve", "year"]
- name: timeago
grabs:
selector: td.letoltok
optional: true
default: 0
seeders:
selector: td.seeders
selector: td:nth-child(5)
optional: true
default: 0
leechers:
selector: td.leechers
selector: td:nth-child(6)
optional: true
default: 0
grabs:
selector: td:nth-child(7)
optional: true
default: 0
genre:
selector: span[style="font-size:small;"]
selector: span.torrent-genre
description:
text: "{{ .Result.genre }}"
downloadvolumefactor:
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 @@ -18,7 +18,7 @@ caps:
- {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: 145, cat: Movies/SD, desc: "Filme -SD"}
- {id: 145, cat: Movies/SD, desc: "Filme all 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://11september.rudub.online/
- https://12september.rudub.online/
legacylinks:
- https://rudub.online/
- https://12august.rudub.online/
- https://13august.rudub.online/
- https://14august.rudub.online/
- https://15august.rudub.online/
Expand Down Expand Up @@ -40,6 +39,7 @@ legacylinks:
- https://08september.rudub.online/
- https://09september.rudub.online/
- https://10september.rudub.online/
- https://11september.rudub.online/

caps:
categorymappings:
Expand Down

0 comments on commit 023ad81

Please sign in to comment.