Skip to content

Commit

Permalink
crazyspirits: new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 10, 2021
1 parent f8ff98e commit 25942ab
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/Jackett.Common/Definitions/crazyspirits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,23 @@ search:
- name: regexp
args: "src=(.*?)><"
grabs:
selector: td:nth-last-child(4)
selector: a[onmouseover][href^="torrents-details.php?id="]
attribute: onmouseover
filters:
- name: regexp
args: "Completé : </b>(\\d+)<"
seeders:
selector: td:nth-last-child(3)
selector: a[onmouseover][href^="torrents-details.php?id="]
attribute: onmouseover
filters:
- name: regexp
args: "=green>(\\d+)<"
leechers:
selector: td:nth-last-child(2)
selector: a[onmouseover][href^="torrents-details.php?id="]
attribute: onmouseover
filters:
- name: regexp
args: "=red>(\\d+)<"
size:
selector: a[onmouseover][href^="torrents-details.php?id="]
attribute: onmouseover
Expand Down

0 comments on commit 25942ab

Please sign in to comment.