torrentlt: add date TZ

add tpp info
This commit is contained in:
Garfield69 2020-10-22 09:03:27 +13:00
parent 2d8f03285d
commit 2c3e11a10a
1 changed files with 27 additions and 21 deletions

View File

@ -31,8 +31,8 @@ caps:
- {id: 53, cat: TV/Documentary, desc: "HD / Dokumentika"} - {id: 53, cat: TV/Documentary, desc: "HD / Dokumentika"}
- {id: 54, cat: Movies/HD, desc: "HD / Filmai"} - {id: 54, cat: Movies/HD, desc: "HD / Filmai"}
- {id: 55, cat: Audio/Video, desc: "HD / Music videos"} - {id: 55, cat: Audio/Video, desc: "HD / Music videos"}
- {id: 56, cat: TV/HD, desc: "HD / Serialai"}
- {id: 72, cat: Movies/3D, desc: "HD / 3D"} - {id: 72, cat: Movies/3D, desc: "HD / 3D"}
- {id: 56, cat: TV/HD, desc: "HD / Serialai"}
- {id: 74, cat: TV/HD, desc: "HD / Filmai LT"} - {id: 74, cat: TV/HD, desc: "HD / Filmai LT"}
- {id: 79, cat: TV/HD, desc: "HD / Serialai LT"} - {id: 79, cat: TV/HD, desc: "HD / Serialai LT"}
- {id: 78, cat: TV/HD, desc: "HD / Filmai RU"} - {id: 78, cat: TV/HD, desc: "HD / Filmai RU"}
@ -61,8 +61,8 @@ caps:
- {id: 21, cat: XXX, desc: "pr0n"} - {id: 21, cat: XXX, desc: "pr0n"}
- {id: 71, cat: XXX/Packs, desc: "pr0n / pack"} - {id: 71, cat: XXX/Packs, desc: "pr0n / pack"}
- {id: 30, cat: Other, desc: "Kita"} - {id: 30, cat: Other, desc: "Kita"}
- {id: 41, cat: Books, desc: "E-Books"}
- {id: 77, cat: Other, desc: "Educational"} - {id: 77, cat: Other, desc: "Educational"}
- {id: 41, cat: Books, desc: "E-Books"}
modes: modes:
search: [q] search: [q]
@ -83,21 +83,25 @@ settings:
type: checkbox type: checkbox
label: Search freeleech only label: Search freeleech only
default: false default: false
- name: info_tpp
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: sort - name: sort
type: select type: select
label: Sort requested from site label: Sort requested from site
default: "0" default: 0
options: options:
"0": "created" 0: created
"6": "seeders" 6: seeders
"4": "size" 4: size
- name: type - name: type
type: select type: select
label: Order requested from site label: Order requested from site
default: "desc" default: desc
options: options:
"desc": "desc" desc: desc
"asc": "asc" asc: asc
login: login:
method: cookie method: cookie
@ -126,27 +130,27 @@ search:
args: 50 args: 50
fields: fields:
title:
selector: td[class$="torrent_info"] a
details:
selector: td[class$="torrent_info"] a
attribute: href
banner:
selector: td[class$="torrent_info"] a
attribute: data-poster-preview
category: category:
selector: td[class^="torrent_cat_image"] a selector: td[class^="torrent_cat_image"] a
attribute: href attribute: href
filters: filters:
- name: querystring - name: querystring
args: cats[] args: cats[]
title:
selector: td[class$="torrent_info"] a
details:
selector: td[class$="torrent_info"] a
attribute: href
download:
selector: td a.torrent_size
attribute: href
banner:
selector: td[class$="torrent_info"] a
attribute: data-poster-preview
seeders: seeders:
selector: td span.torrent_seeders selector: td span.torrent_seeders
leechers: leechers:
selector: td span.torrent_leechers selector: td span.torrent_leechers
download:
selector: td a.torrent_size
attribute: href
size: size:
selector: td a.torrent_size selector: td a.torrent_size
downloadvolumefactor: downloadvolumefactor:
@ -159,8 +163,10 @@ search:
selector: td[class$="torrent_info"] span selector: td[class$="torrent_info"] span
remove: div, i remove: div, i
filters: filters:
- name: append
args: " +02:00" # EET
- name: dateparse - name: dateparse
args: "2006-01-02 15:04" args: "2006-01-02 15:04:05 -07:00"
minimumratio: minimumratio:
text: 0.41 text: 0.41
# engine n/a # engine n/a