mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
shareisland revert previous download link changes (#5137)
Revert last change, site changed again the download decision. I commented out the code ... just in case
This commit is contained in:
@@ -77,15 +77,15 @@
|
|||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href="logout.php"]
|
||||||
|
|
||||||
download:
|
# download:
|
||||||
before:
|
# before:
|
||||||
path: thanks.php
|
# path: thanks.php
|
||||||
method: "post"
|
# method: "post"
|
||||||
inputs:
|
# inputs:
|
||||||
infohash: "{{ .DownloadUri.Query.id }}"
|
# infohash: "{{ .DownloadUri.Query.id }}"
|
||||||
thanks: "1"
|
# thanks: "1"
|
||||||
rndval: "1487013827343"
|
# rndval: "1487013827343"
|
||||||
selector: a[href^="download.php?id="]
|
# selector: a[href^="download.php?id="]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
@@ -139,7 +139,8 @@
|
|||||||
- name: andmatch
|
- name: andmatch
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="index.php?page=downloadcheck&id="]
|
# selector: a[href^="index.php?page=downloadcheck&id="]
|
||||||
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
title: # shortened title?
|
title: # shortened title?
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
|
Reference in New Issue
Block a user