mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tapochek: download link is required for sonarr radarr. resolves #6654
This commit is contained in:
@@ -480,9 +480,15 @@
|
||||
sns: -1
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]
|
||||
selector: tr[id^="tor_"]:has(a[href^="./download.php?id="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: td a.gen
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: f
|
||||
title:
|
||||
selector: a.genmed
|
||||
filters:
|
||||
@@ -508,15 +514,8 @@
|
||||
selector: a.genmed
|
||||
attribute: href
|
||||
download:
|
||||
optional: true
|
||||
selector: a[href^="./download.php?id="]
|
||||
attribute: href
|
||||
category:
|
||||
selector: td a.gen
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: f
|
||||
size:
|
||||
selector: td:nth-child(6) > u
|
||||
date:
|
||||
|
Reference in New Issue
Block a user