Skip to content

Commit

Permalink
torrentlt: add date TZ
Browse files Browse the repository at this point in the history
add tpp info
  • Loading branch information
garfield69 committed Oct 21, 2020
1 parent 2d8f032 commit 2c3e11a
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions src/Jackett.Common/Definitions/torrentlt.yml
Expand Up @@ -31,8 +31,8 @@ caps:
- {id: 53, cat: TV/Documentary, desc: "HD / Dokumentika"}
- {id: 54, cat: Movies/HD, desc: "HD / Filmai"}
- {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: 56, cat: TV/HD, desc: "HD / Serialai"}
- {id: 74, cat: TV/HD, desc: "HD / Filmai LT"}
- {id: 79, cat: TV/HD, desc: "HD / Serialai LT"}
- {id: 78, cat: TV/HD, desc: "HD / Filmai RU"}
Expand Down Expand Up @@ -61,8 +61,8 @@ caps:
- {id: 21, cat: XXX, desc: "pr0n"}
- {id: 71, cat: XXX/Packs, desc: "pr0n / pack"}
- {id: 30, cat: Other, desc: "Kita"}
- {id: 41, cat: Books, desc: "E-Books"}
- {id: 77, cat: Other, desc: "Educational"}
- {id: 41, cat: Books, desc: "E-Books"}

modes:
search: [q]
Expand All @@ -83,21 +83,25 @@ settings:
type: checkbox
label: Search freeleech only
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
type: select
label: Sort requested from site
default: "0"
default: 0
options:
"0": "created"
"6": "seeders"
"4": "size"
0: created
6: seeders
4: size
- name: type
type: select
label: Order requested from site
default: "desc"
default: desc
options:
"desc": "desc"
"asc": "asc"
desc: desc
asc: asc

login:
method: cookie
Expand Down Expand Up @@ -126,27 +130,27 @@ search:
args: 50

fields:
category:
selector: td[class^="torrent_cat_image"] a
attribute: href
filters:
- name: querystring
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
category:
selector: td[class^="torrent_cat_image"] a
attribute: href
filters:
- name: querystring
args: cats[]
seeders:
selector: td span.torrent_seeders
leechers:
selector: td span.torrent_leechers
download:
selector: td a.torrent_size
attribute: href
size:
selector: td a.torrent_size
downloadvolumefactor:
Expand All @@ -159,8 +163,10 @@ search:
selector: td[class$="torrent_info"] span
remove: div, i
filters:
- name: append
args: " +02:00" # EET
- name: dateparse
args: "2006-01-02 15:04"
args: "2006-01-02 15:04:05 -07:00"
minimumratio:
text: 0.41
# engine n/a

0 comments on commit 2c3e11a

Please sign in to comment.