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

View file

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