Skip to content

Commit

Permalink
jackett indexers as of 5d9067c31b8e43a781089d919cb0f837f3e04de1
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Aug 5, 2023
1 parent 40cea25 commit 9e5a9e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions definitions/v7/seedfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ search:
selector: a[href^="details.php?id="]
attribute: href
poster:
selector: a[href^="details.php?id="]
attribute: onmouseover
selector: td.numele_tor span[data-original-title]
attribute: data-original-title
filters:
- name: regexp
args: "src='(.+?)'"
Expand All @@ -115,15 +115,17 @@ search:
description:
text: "{{ .Result.genre }}"
files:
selector: td:nth-last-child(7)
selector: td:nth-last-child(8)
date:
selector: td:nth-last-child(5)
selector: td:nth-last-child(6)
filters:
- name: append
args: " +02:00" # EET
- name: dateparse
args: "HH:mm:ssyyyy-MM-dd zzz"
size:
selector: td:nth-last-child(5)
grabs:
selector: td:nth-last-child(4)
seeders:
selector: td:nth-last-child(3)
Expand Down
3 changes: 2 additions & 1 deletion definitions/v7/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.sc/
- https://www.torrent9.moe/
- https://torrent9.nocensor.click/
- https://torrent9.mrunblock.bond/
legacylinks:
Expand Down Expand Up @@ -36,6 +36,7 @@ legacylinks:
- https://torrent9.mrunblock.life/
- https://www.torrent9.fi/
- https://www.torrent9.wtf/
- https://www.torrent9.sc/

caps:
categorymappings:
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://torrentqq267.com/
- https://torrentqq268.com/
legacylinks:
- https://torrentqq252.com/
- https://torrentqq253.com/
- https://torrentqq254.com/
- https://torrentqq255.com/
Expand All @@ -24,6 +23,7 @@ legacylinks:
- https://torrentqq264.com/
- https://torrentqq265.com/
- https://torrentqq266.com/
- https://torrentqq267.com/

caps:
categorymappings:
Expand Down
3 changes: 2 additions & 1 deletion definitions/v9/torrent9clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ encoding: UTF-8
followredirect: true
# to fetch current domain use https://www.protege-torrent.com/Torrent9
links:
- https://www.torrent9.sc/
- https://www.torrent9.moe/
- https://torrent9.nocensor.click/
- https://torrent9.mrunblock.bond/
legacylinks:
Expand Down Expand Up @@ -36,6 +36,7 @@ legacylinks:
- https://torrent9.mrunblock.life/
- https://www.torrent9.fi/
- https://www.torrent9.wtf/
- https://www.torrent9.sc/

caps:
categorymappings:
Expand Down

0 comments on commit 9e5a9e6

Please sign in to comment.