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:
Jorman
2019-04-27 09:02:10 +02:00
committed by garfield69
parent 6aa42263be
commit 222fcde0a3

View File

@@ -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)