hdgalaktik: new selectors for seed/peer

This commit is contained in:
Garfield69 2024-07-20 06:12:55 +12:00
parent 2f0e8100bb
commit 4b9b037583
1 changed files with 2 additions and 8 deletions

View File

@ -209,15 +209,9 @@ search:
size: size:
selector: td:nth-child(4) selector: td:nth-child(4)
seeders: seeders:
selector: td:nth-child(6) selector: span[title="Раздают"]
filters:
- name: split
args: ["|", 0]
leechers: leechers:
selector: td:nth-child(6) selector: span[title="Качают"]
filters:
- name: split
args: ["|", 1]
date_today: date_today:
# Сегодня в 18:22 # Сегодня в 18:22
selector: a[href^="browse.php?date="]:contains("Сегодня") selector: a[href^="browse.php?date="]:contains("Сегодня")