mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
torrentview: set size for movies to 2GB else 512MB
This commit is contained in:
parent
15129ab1e4
commit
7d98b9b4b2
1 changed files with 7 additions and 1 deletions
|
@ -75,8 +75,14 @@
|
|||
filters:
|
||||
- name: dateparse
|
||||
args: "2006-01-02T15:04:05+09:00"
|
||||
cat:
|
||||
selector: div.media-content > a[href^="./board.php"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: bo_table
|
||||
size:
|
||||
text: "512 MB"
|
||||
text: "{{ if ne .Result.cat \"mov\" }}512 MB{{else}}2 GB{{end}}"
|
||||
seeders:
|
||||
text: 1
|
||||
leechers:
|
||||
|
|
Loading…
Reference in a new issue