Skip to content

Commit

Permalink
jackett indexers as of 29c3d2aa6dc2070360a89d89997e245860d8a539
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Dec 14, 2023
1 parent 3656e5b commit fceeaf4
Show file tree
Hide file tree
Showing 21 changed files with 74 additions and 42 deletions.
4 changes: 2 additions & 2 deletions definitions/v7/discfan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ search:
img.pro_free2up: 2
img.pro_2up: 2
"*": 1
_cat:
category_title:
selector: a[href^="?cat="] > img
attribute: title
description:
selector: td:nth-child(2)
remove: a, img
filters:
- name: prepend
args: "cat={{ .Result._cat }} - "
args: "cat={{ .Result.category_title }} - "
minimumratio:
text: 0.9
# NexusPHP v1.8.8 2023-09-25
4 changes: 2 additions & 2 deletions definitions/v7/extremebits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ search:
size:
selector: td:nth-of-type(10)
remove: a
_cat:
category_title:
selector: td:nth-of-type(1) a img
attribute: alt
description:
selector: td:nth-of-type(4)
filters:
- name: prepend
args: "cat={{ .Result._cat }}, wait="
args: "cat={{ .Result.category_title }}, wait="
downloadvolumefactor:
case:
img[src="img/freedownload.png"]: 0
Expand Down
16 changes: 4 additions & 12 deletions definitions/v7/linuxtracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,14 @@ search:
selector: table.lista[width="100%"] > tbody > tr:has(a[href^="index.php?page=torrent-details&id="][title])

fields:
category:
category_id:
selector: a[href^="index.php?page=torrents&category="]
attribute: href
filters:
- name: querystring
args: category
category:
text: "{{ .Result.category_id }}"
title:
selector: a[href^="index.php?page=torrent-details&id="][title]
details:
Expand Down Expand Up @@ -389,22 +391,12 @@ search:
grabs:
selector: td:nth-child(2) > table > tbody > tr:nth-child(5) > td
remove: strong
_cat:
selector: a[href^="index.php?page=torrents&category="]
attribute: href
filters:
- name: querystring
args: category
- name: prepend
args: "category="
- name: append
args: "; "
description:
selector: td:nth-child(2)
remove: table
filters:
- name: prepend
args: "{{ .Result._cat }}"
args: "category={{ .Result.category_id }}; "
downloadvolumefactor:
text: 0
uploadvolumefactor:
Expand Down
10 changes: 6 additions & 4 deletions definitions/v7/majomparade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ search:
attribute: title
title_optional:
selector: a[href^="details.php?id="] > b[title*="Torrent neve:"]
optional: true
attribute: title
optional: true
filters:
- name: regexp
args: "Torrent neve: (.*?)<"
title:
text: "{{ if .Result.title_optional }}{{ .Result.title_optional }}{{ else }}{{ .Result.title_default }}{{ end }}"
_descr:
title_hungarian:
selector: a[href^="details.php?id="] > b
attribute: title
filters:
Expand Down Expand Up @@ -174,9 +174,11 @@ search:
remove: a, img
filters:
- name: re_replace
args: ["(?i)(0.5x |2x |3x |4x )", ""]
args: ["(?i)(0.5x|2x|3x|4x)", ""]
description:
text: "{{ if .Result.genre }}{{ .Result.genre }}<br>{{ else }}{{ end }}{{ .Result._descr }}"
case:
img[src$="/pic/yes.png"]: "Verified: {{ if .Result.genre }}{{ .Result.genre }}<br>{{ else }}{{ end }}{{ .Result.title_hungarian }}"
img[src$="/pic/nincs.png"]: "Unverified: {{ if .Result.genre }}{{ .Result.genre }}<br>{{ else }}{{ end }}{{ .Result.title_hungarian }}"
minimumratio:
text: 1.0
minimumseedtime:
Expand Down
6 changes: 5 additions & 1 deletion definitions/v7/megamixtracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,12 @@ search:
filters:
- name: regexp
args: "src=(.*?) "
description:
description_text:
selector: i
description:
case:
img[src$="/ikon_helyes.png"]: "Verified: {{ .Result.description_text }}"
img[src$="/ikon_ellenorizetlen.png"]: "Unverified: {{ .Result.description_text }}"
download:
selector: a[href^="download.php?id="]
attribute: href
Expand Down
4 changes: 4 additions & 0 deletions definitions/v7/mesevilag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ search:
selector: td:nth-last-child(3)
grabs:
selector: td:nth-last-child(2)
description:
case:
img[src="pic/yes.png"]: Verified
img[src="pic/nincs.png"]: Unverified
downloadvolumefactor:
selector: td:nth-last-child(5) > font
case:
Expand Down
4 changes: 2 additions & 2 deletions definitions/v7/onejav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ search:
filters:
- name: prepend
args: "Tags: "
_descr:
description_text:
selector: p.level
optional: true
description:
text: "{{ .Result._descr }}</br>{{ .Result._actress }}</br>{{ .Result._tags }}"
text: "{{ .Result.description_text }}</br>{{ .Result._actress }}</br>{{ .Result._tags }}"
date:
selector: p.is-6 > a
attribute: href
Expand Down
4 changes: 3 additions & 1 deletion definitions/v7/party-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ search:
genre:
selector: a[href^="/letoltes.php?cimke="]
description:
text: "{{ .Result.genre }}"
case:
img[src="/fajlok/kepek/yes.svg"]: "Verified: {{ .Result.genre }}"
"*": "Unverified: {{ .Result.genre }}"
imdbid:
selector: a[href*="imdb.com/title/tt"]
attribute: href
Expand Down
4 changes: 3 additions & 1 deletion definitions/v7/peeratiko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ search:
genre:
selector: strong > i
description:
text: "{{ .Result.genre }}"
case:
img[src="/pic/mod.gif"]: "verified: {{ .Result.genre }}"
"*": "Unverified: {{ .Result.genre }}"
poster:
selector: a[href^="details.php?id="]
attribute: onmouseover
Expand Down
4 changes: 4 additions & 0 deletions definitions/v7/punkshorror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ search:
selector: td:nth-last-child(3)
leechers:
selector: td:nth-last-child(2)
description:
case:
img[src="pic/yes.png"]: Verified
img[src="pic/nincs.png"]: Unverified
downloadvolumefactor:
case:
img[src="pic/golden.gif"]: 0
Expand Down
4 changes: 4 additions & 0 deletions definitions/v7/r3vwtf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ search:
selector: td:nth-last-child(3)
leechers:
selector: td:nth-last-child(2)
description:
case:
img[src="./pic/mod.gif"]: Verified
"*": Unverified
downloadvolumefactor:
case:
a.info:contains("Freeleech"): 0
Expand Down
4 changes: 3 additions & 1 deletion definitions/v7/seedfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ search:
- name: replace
args: ["Genre:\xA0", ""]
description:
text: "{{ .Result.genre }}"
case:
b[title="Verified"]: "Verified: {{ .Result.genre }}"
"*": "Unverified: {{ .Result.genre }}"
files:
selector: td:nth-last-child(8)
date:
Expand Down
4 changes: 3 additions & 1 deletion definitions/v7/teracod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ search:
- name: regexp
args: "\\((.+?)\\)"
description:
text: "{{ .Result.genre }}"
case:
img[src="pic/yes.gif"]: "Verified: {{ .Result.genre }}"
"*": "Unverified: {{ .Result.genre }}"
minimumratio:
text: 1.0
minimumseedtime:
Expand Down
4 changes: 4 additions & 0 deletions definitions/v7/torrentlt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ search:
text: "{{ if .Result.leechers_optional }}{{ .Result.leechers_optional }}{{ else }}0{{ end }}"
size:
selector: td.size_cell
description:
case:
img[src$="/checked.png"]: Verified
"*": Unverified
downloadvolumefactor:
case:
img[src$="/freedownload.gif"]: 0
Expand Down
4 changes: 2 additions & 2 deletions definitions/v7/torrentqq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ type: public
encoding: UTF-8
followredirect: true
links:
- https://torrentqq286.com/
- https://torrentqq287.com/
legacylinks:
- https://torrentqq271.com/
- https://torrentqq272.com/
- https://torrentqq273.com/
- https://torrentqq274.com/
Expand All @@ -24,6 +23,7 @@ legacylinks:
- https://torrentqq283.com/
- https://torrentqq284.com/
- https://torrentqq285.com/
- https://torrentqq286.com/

caps:
categorymappings:
Expand Down
12 changes: 4 additions & 8 deletions definitions/v7/torrentview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ search:
selector: div.search-media > div.media

fields:
category:
category_id:
selector: div.media-content > a[href^="./board.php"]
attribute: href
filters:
- name: querystring
args: bo_table
category:
text: "{{ .Result.category_id }}"
title:
selector: div.media-heading > a[href^="./board.php"]
details:
Expand All @@ -86,14 +88,8 @@ search:
# 2020-03-28T01:30:01+09:00
selector: time
attribute: datetime
_cat:
selector: div.media-heading > a[href^="./board.php"]
attribute: href
filters:
- name: querystring
args: bo_table
size:
text: "{{ if ne .Result._cat \"mov\" }}512 MB{{ else }}2 GB{{ end }}"
text: "{{ if ne .Result.category_id \"mov\" }}512 MB{{ else }}2 GB{{ end }}"
seeders:
text: 1
leechers:
Expand Down
4 changes: 4 additions & 0 deletions definitions/v7/wdt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ search:
selector: td:nth-child(10)
leechers:
selector: td:nth-child(11)
description:
case:
img[src="./pic/mod.gif"]: Verified
"*": Unverified
downloadvolumefactor:
case:
"a.info:contains(\"[FREE]\")": 0
Expand Down
4 changes: 2 additions & 2 deletions definitions/v9/discfan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ search:
img.pro_free2up: 2
img.pro_2up: 2
"*": 1
_cat:
category_title:
selector: a[href^="?cat="] > img
attribute: title
description:
selector: td:nth-child(2)
remove: a, img
filters:
- name: prepend
args: "cat={{ .Result._cat }} - "
args: "cat={{ .Result.category_title }} - "
minimumratio:
text: 0.9
# NexusPHP v1.8.8 2023-09-25
8 changes: 5 additions & 3 deletions definitions/v9/majomparade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ search:
filters:
- name: regexp
args: "Torrent neve: (.*?)<"
_descr:
title_hungarian:
selector: a[href^="details.php?id="] > b
attribute: title
filters:
Expand Down Expand Up @@ -173,9 +173,11 @@ search:
remove: a, img
filters:
- name: re_replace
args: ["(?i)(0.5x |2x |3x |4x )", ""]
args: ["(?i)(0.5x|2x|3x|4x)", ""]
description:
text: "{{ if .Result.genre }}{{ .Result.genre }}<br>{{ else }}{{ end }}{{ .Result._descr }}"
case:
img[src$="/pic/yes.png"]: "Verified: {{ if .Result.genre }}{{ .Result.genre }}<br>{{ else }}{{ end }}{{ .Result.title_hungarian }}"
img[src$="/pic/nincs.png"]: "Unverified: {{ if .Result.genre }}{{ .Result.genre }}<br>{{ else }}{{ end }}{{ .Result.title_hungarian }}"
minimumratio:
text: 1.0
minimumseedtime:
Expand Down
4 changes: 4 additions & 0 deletions definitions/v9/punkshorror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ search:
selector: td:nth-last-child(3)
leechers:
selector: td:nth-last-child(2)
description:
case:
img[src="pic/yes.png"]: Verified
img[src="pic/nincs.png"]: Unverified
downloadvolumefactor:
case:
img[src="pic/golden.gif"]: 0
Expand Down
4 changes: 4 additions & 0 deletions definitions/v9/torrentlt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ search:
default: 0
size:
selector: td.size_cell
description:
case:
img[src$="/checked.png"]: Verified
"*": Unverified
downloadvolumefactor:
case:
img[src$="/freedownload.gif"]: 0
Expand Down

0 comments on commit fceeaf4

Please sign in to comment.