beyound-hd: latest batch of layout changes #5218

plus qty=100 is back now it does not cause internal server 500 errors on the site.
This commit is contained in:
Garfield69
2019-05-11 18:58:30 +12:00
parent f86e8dd5b6
commit c50a29a8e9

View File

@@ -42,7 +42,7 @@
tmdb: "" tmdb: ""
sorting: created_at sorting: created_at
direction: desc direction: desc
qty: 25 qty: 100
rows: rows:
selector: table > tbody > tr selector: table > tbody > tr
fields: fields:
@@ -68,17 +68,17 @@
- name: replace - name: replace
args: ["https://via.placeholder.com/600x900", ""] args: ["https://via.placeholder.com/600x900", ""]
date: date:
selector: td:nth-last-child(5) selector: td:not(a[href$="/history"]) span.text-orange
filters: filters:
- name: timeago - name: timeago
size: size:
selector: td:nth-last-child(4) selector: td span.text-blue
seeders: seeders:
selector: td:nth-last-child(3) selector: a[href$="/peers"] span.text-green
leechers: leechers:
selector: td:nth-last-child(2) selector: a[href$="/peers"] span.text-red
grabs: grabs:
selector: td:nth-last-child(1) selector: a[href$="/history"]
imdb: imdb:
optional: true optional: true
selector: a[href*="www.imdb.com/title/tt"] selector: a[href*="www.imdb.com/title/tt"]