mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
hdgalaktik: new title and leechers selectors
This commit is contained in:
parent
b13f5ab905
commit
17bdb2442d
1 changed files with 4 additions and 2 deletions
|
@ -135,8 +135,10 @@ search:
|
|||
args: cat
|
||||
title:
|
||||
selector: a.alink
|
||||
attribute: title
|
||||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: \'>(.+?)</div
|
||||
# normalize to SXXEYY format
|
||||
- name: re_replace
|
||||
args: ["(?i)[CС]езоны?[\\s:]*(\\d+(?:-\\d+)?).+?(?:\\s*(?:[CС]ери[ияй]|Эпизод|Выпуски?))[\\s:]*(\\d+(?:-\\d+)?)\\s*из\\s*(\\w?)", "S$1E$2 of $3"]
|
||||
|
@ -220,7 +222,7 @@ search:
|
|||
selector: td:nth-child(6)
|
||||
filters:
|
||||
- name: split
|
||||
args: ["|", 0]
|
||||
args: ["|", 1]
|
||||
date_today:
|
||||
# Сегодня в 18:22
|
||||
selector: a[href^="browse.php?date="]:contains("Сегодня")
|
||||
|
|
Loading…
Add table
Reference in a new issue