1
0
Fork 0
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:
Garfield69 2023-12-02 06:35:29 +13:00
parent b13f5ab905
commit 17bdb2442d

View file

@ -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("Сегодня")