1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 03:38:31 +00:00

mazepa: new selectors

This commit is contained in:
Garfield69 2024-05-20 05:58:06 +12:00
parent a965e6984c
commit ef05301722

View file

@ -202,13 +202,13 @@ search:
fields: fields:
category: category:
selector: a[href^="tracker.php?f="] selector: a[onclick]
attribute: href attribute: onclick
filters: filters:
- name: querystring - name: regexp
args: f args: f=(\d+)
title: title:
selector: a[href^="./viewtopic.php?t="] selector: a.genmed
filters: filters:
# normalize to SXXEYY format # normalize to SXXEYY format
# Ukrainian # Ukrainian
@ -290,11 +290,14 @@ search:
- name: re_replace - name: re_replace
args: ["(?i)^\\(\\s*([SE]\\d+.*?)\\s*\\)[\\s\\/\\|]*(.+)", "$2 $1"] args: ["(?i)^\\(\\s*([SE]\\d+.*?)\\s*\\)[\\s\\/\\|]*(.+)", "$2 $1"]
details: details:
selector: a[href^="./viewtopic.php?t="] selector: a.genmed
attribute: href attribute: href
download: download:
selector: a[href^="./dl.php?id="] selector: a[href^="./dl.php?id="]
attribute: href attribute: href
magnet:
selector: a[href^="magnet:?xt="]
attribute: href
size: size:
selector: a[href^="./dl.php?id="] selector: a[href^="./dl.php?id="]
seeders: seeders:
@ -346,5 +349,8 @@ search:
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
description: description:
selector: a[href^="./viewtopic.php?t="] case:
span.tor-approved: Verified
span.tor-not-approved: Unverified
span.tor-dup: Temporary
# TorrentPier # TorrentPier