mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
btdb: fix title / details selector. resolves #7335
This commit is contained in:
parent
04f9f2dfe7
commit
427b556869
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@
|
|||
category:
|
||||
text: 1
|
||||
title:
|
||||
selector: a[href^="/torrent/"]
|
||||
selector: a[href*="/torrent/"]
|
||||
details:
|
||||
selector: a[href^="/torrent/"]
|
||||
selector: a[href*="/torrent/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href$=".torrent"]
|
||||
|
|
Loading…
Reference in a new issue