mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
turkseed: fix no-results
site has dropped download link in browse rows. also defaults to full title instead of abbreviated titles with tooltip
This commit is contained in:
parent
df942e3f85
commit
01fb990164
1 changed files with 1 additions and 6 deletions
|
@ -107,7 +107,7 @@ search:
|
|||
# does not return imdb link in results
|
||||
|
||||
rows:
|
||||
selector: "table.sortable tr:has(a[href*=\"/download.php?id=\"]){{ if .Config.freeleech }}:has(img[src$=\"/freedownload.gif\"]){{ else }}{{ end }}"
|
||||
selector: "table.sortable tr:has(a[href*=\"/details.php?id=\"]){{ if .Config.freeleech }}:has(img[src$=\"/freedownload.gif\"]){{ else }}{{ end }}"
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -117,15 +117,10 @@ search:
|
|||
- name: querystring
|
||||
args: category
|
||||
title:
|
||||
# abbreviated title
|
||||
selector: a[href*="/details.php?id="]
|
||||
title:
|
||||
selector: div.tooltip-content > div
|
||||
optional: true
|
||||
details:
|
||||
selector: a[href*="/details.php?id="]
|
||||
attribute: href
|
||||
# rows have download but site requires thanks so we use dl from details
|
||||
download:
|
||||
selector: a[href*="/details.php?id="]
|
||||
attribute: href
|
||||
|
|
Loading…
Add table
Reference in a new issue