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
1 changed files with 6 additions and 6 deletions

View File

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