Skip to content

Commit

Permalink
jackett indexers as of 3f52e0a81c97642fd8d89e3f3308401cd23ab6fe
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jan 24, 2024
1 parent 5a44754 commit 8bcd2ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions definitions/v7/dxp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ download:
attribute: href
- selector: a[href^="magnet:?xt="]
attribute: href
filters:
- name: re_replace
args: ["(\\([\\p{IsCyrillic}\\W]+\\))|(^[\\p{IsCyrillic}\\W\\d]+\\/ )|([\\p{IsCyrillic} \\-]+,+)|([\\p{IsCyrillic}]+)", ""]

search:
# https://dxp.ru/torrents.php?search=&sort=4&type=desc
Expand All @@ -110,6 +113,9 @@ search:
- name: re_replace
args: ["(?i)\\b(?:[SE]\\d{1,4}){1,2}\\b\\s?", ""]

headers:
Referer: ["{{ .Config.sitelink }}torrents.php"]

rows:
selector: table#loading-table tbody#highlighted tr:has(a[href^="torrents.php?cat="]), table#loading-table tbody#highlighted tr:has(a[href^="details.php?id="])
after: 1
Expand Down

0 comments on commit 8bcd2ff

Please sign in to comment.