mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
topnow: new layout. resolves #8084
This commit is contained in:
parent
7727c82bea
commit
ac61c4d0ad
1 changed files with 4 additions and 4 deletions
|
@ -30,19 +30,19 @@
|
|||
# http://topnow.se/search.php?dayq=mandalorian
|
||||
- path: search.php
|
||||
inputs:
|
||||
dayq: "{{.Keywords}}"
|
||||
dayq: "{{.Keywords}}"
|
||||
rows:
|
||||
selector: table.topic_table
|
||||
fields:
|
||||
category:
|
||||
text: other
|
||||
title:
|
||||
selector: a[href^="goto-"]
|
||||
selector: td.topic_head
|
||||
details:
|
||||
selector: a[href^="goto-"]
|
||||
selector: td.topic_content a
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="goto-"]
|
||||
selector: td.topic_content a
|
||||
attribute: href
|
||||
banner:
|
||||
selector: img
|
||||
|
|
Loading…
Reference in a new issue