mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
elitetorrentbiz: attempt to fecth 90 results instead of just 30
also handle entries with missing size
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
path: index.php
|
||||
# site returns just 30 results, attempt to fetch upto 90
|
||||
paths:
|
||||
- path: index.php
|
||||
- path: index.php/page/2/
|
||||
- path: index.php/page/3/
|
||||
keywordsfilters:
|
||||
# most ES/ITA TV torrents are in XXxYY format, so we search without S/E prefixes and filter later
|
||||
- name: re_replace
|
||||
@@ -61,6 +65,10 @@
|
||||
- name: split
|
||||
args: ["/", 3]
|
||||
size:
|
||||
text: "0 B"
|
||||
size:
|
||||
# size can be missing
|
||||
optional: true
|
||||
selector: .voto1
|
||||
filters:
|
||||
- name: replace
|
||||
|
Reference in New Issue
Block a user