mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +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:
|
category:
|
||||||
text: 1
|
text: 1
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrent/"]
|
selector: a[href*="/torrent/"]
|
||||||
details:
|
details:
|
||||||
selector: a[href^="/torrent/"]
|
selector: a[href*="/torrent/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href$=".torrent"]
|
selector: a[href$=".torrent"]
|
||||||
|
|
Loading…
Reference in a new issue