mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
les-cinephiles: thanks before DL. resolves #14101
This commit is contained in:
@@ -175,6 +175,12 @@ login:
|
|||||||
selector: a[href="account-logout.php"]
|
selector: a[href="account-logout.php"]
|
||||||
|
|
||||||
download:
|
download:
|
||||||
|
before:
|
||||||
|
path: list_thanks.php
|
||||||
|
inputs:
|
||||||
|
id: "{{ .DownloadUri.Query.id }}"
|
||||||
|
to: give
|
||||||
|
torrent: "{{ .DownloadUri.Query.id }}"
|
||||||
selectors:
|
selectors:
|
||||||
- selector: a[href^="download.php?id="]
|
- selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -333,6 +339,9 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="torrents-details.php?id="]
|
selector: a[href^="torrents-details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["&hit=1", ""] # avoid redirect
|
||||||
poster:
|
poster:
|
||||||
selector: a[onMouseover]
|
selector: a[onMouseover]
|
||||||
attribute: onMouseover
|
attribute: onMouseover
|
||||||
|
Reference in New Issue
Block a user