1
0
Fork 0
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:
Garfield69 2020-02-27 07:22:04 +13:00
parent 04f9f2dfe7
commit 427b556869

View file

@ -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"]