mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +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
|
args: cat
|
||||||
title:
|
title:
|
||||||
selector: a.alink
|
selector: a.alink
|
||||||
attribute: title
|
attribute: onmouseover
|
||||||
filters:
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: \'>(.+?)</div
|
||||||
# normalize to SXXEYY format
|
# normalize to SXXEYY format
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)[CС]езоны?[\\s:]*(\\d+(?:-\\d+)?).+?(?:\\s*(?:[CС]ери[ияй]|Эпизод|Выпуски?))[\\s:]*(\\d+(?:-\\d+)?)\\s*из\\s*(\\w?)", "S$1E$2 of $3"]
|
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)
|
selector: td:nth-child(6)
|
||||||
filters:
|
filters:
|
||||||
- name: split
|
- name: split
|
||||||
args: ["|", 0]
|
args: ["|", 1]
|
||||||
date_today:
|
date_today:
|
||||||
# Сегодня в 18:22
|
# Сегодня в 18:22
|
||||||
selector: a[href^="browse.php?date="]:contains("Сегодня")
|
selector: a[href^="browse.php?date="]:contains("Сегодня")
|
||||||
|
|
Loading…
Add table
Reference in a new issue