mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 11:17:22 +00:00
torrentview: new layout. resolves #8405
This commit is contained in:
parent
fe252faf1d
commit
e777397faa
1 changed files with 4 additions and 4 deletions
|
@ -63,12 +63,12 @@
|
|||
- name: querystring
|
||||
args: bo_table
|
||||
title:
|
||||
selector: div.media-content > a[href^="./board.php"]
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
details:
|
||||
selector: div.media-content > a[href^="./board.php"]
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: div.media-content > a[href^="./board.php"]
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
attribute: href
|
||||
date:
|
||||
selector: time
|
||||
|
@ -77,7 +77,7 @@
|
|||
- name: dateparse
|
||||
args: "2006-01-02T15:04:05+09:00"
|
||||
cat:
|
||||
selector: div.media-content > a[href^="./board.php"]
|
||||
selector: div.media-heading > a[href^="./board.php"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
|
|
Loading…
Reference in a new issue