mirror of https://github.com/Jackett/Jackett
rintornet: update title, details & download selectors
This commit is contained in:
parent
74458a466b
commit
4cc4895bd8
|
@ -81,12 +81,12 @@ search:
|
|||
"a:last-of-type:contains(\"Games\")": 13
|
||||
"a:last-of-type:contains(\"Gay\")": 15
|
||||
title:
|
||||
selector: div.h2 > a
|
||||
selector: div.entry__title > h3 > a
|
||||
details:
|
||||
selector: div.h2 > a
|
||||
selector: div.entry__title > h3 > a
|
||||
attribute: href
|
||||
download:
|
||||
selector: div.h2 > a
|
||||
selector: div.entry__title > h3 > a
|
||||
attribute: href
|
||||
poster:
|
||||
selector: div.entry_content a.entry__content-image img
|
||||
|
|
Loading…
Reference in New Issue