mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
torrentview: fix titles. resolves #8405
This commit is contained in:
parent
4254e088e7
commit
4f708bb58f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: bo_table
|
args: bo_table
|
||||||
title:
|
title:
|
||||||
selector: div.media-content > a[href^="./board.php"] > span
|
selector: div.media-content > a[href^="./board.php"]
|
||||||
details:
|
details:
|
||||||
selector: div.media-content > a[href^="./board.php"]
|
selector: div.media-content > a[href^="./board.php"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in a new issue