1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-01 12:46:23 +00:00

torrentview: new layout. resolves #8405

This commit is contained in:
Garfield69 2020-04-30 07:33:35 +12:00
parent fe252faf1d
commit e777397faa

View file

@ -63,12 +63,12 @@
- name: querystring - name: querystring
args: bo_table args: bo_table
title: title:
selector: div.media-content > a[href^="./board.php"] selector: div.media-heading > a[href^="./board.php"]
details: details:
selector: div.media-content > a[href^="./board.php"] selector: div.media-heading > a[href^="./board.php"]
attribute: href attribute: href
download: download:
selector: div.media-content > a[href^="./board.php"] selector: div.media-heading > a[href^="./board.php"]
attribute: href attribute: href
date: date:
selector: time selector: time
@ -77,7 +77,7 @@
- name: dateparse - name: dateparse
args: "2006-01-02T15:04:05+09:00" args: "2006-01-02T15:04:05+09:00"
cat: cat:
selector: div.media-content > a[href^="./board.php"] selector: div.media-heading > a[href^="./board.php"]
attribute: href attribute: href
filters: filters:
- name: querystring - name: querystring