Skip to content

Commit

Permalink
xxxclub: new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jun 1, 2023
1 parent 0438ffd commit ff36eec
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/Jackett.Common/Definitions/xxxclub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ settings:
desc: desc
asc: asc

download:
selectors:
- selector: a[href^="/torrents/download/"]
attribute: href

search:
paths:
# https://xxxclub.to/torrents/browse/all/tushyraw%20grays?sort=size&order=asc
Expand All @@ -43,30 +48,30 @@ search:
category:
text: XXX
title:
selector: td:nth-child(2)
selector: a[href^="/torrents/details/"]
details:
selector: td:nth-child(2) a
selector: a[href^="/torrents/details/"]
attribute: href
download:
selector: td:nth-child(3) a
selector: a[href^="/torrents/details/"]
attribute: href
poster:
selector: td:nth-child(2) a
selector: a[href^="/torrents/details/"]
attribute: title
filters:
- name: regexp
args: src='(.+?)'
date:
selector: td:nth-child(4)
selector: td:nth-child(3)
filters:
- name: dateparse
args: "dd MMM yyyy HH:mm:ss"
size:
selector: td:nth-child(5)
selector: td:nth-child(4)
seeders:
selector: td:nth-child(6)
selector: td:nth-child(5)
leechers:
selector: td:nth-child(7)
selector: td:nth-child(6)
downloadvolumefactor:
text: 0
uploadvolumefactor:
Expand Down

0 comments on commit ff36eec

Please sign in to comment.