mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
theshow: update download link. #5938
This commit is contained in:
@@ -10,10 +10,12 @@
|
|||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
|
- {id: 72, cat: Other, desc: "-empty-"}
|
||||||
- {id: 64, cat: Other, desc: "Graphics / Photo Editing"}
|
- {id: 64, cat: Other, desc: "Graphics / Photo Editing"}
|
||||||
- {id: 51, cat: Other, desc: "Performing Craft: Acting"}
|
- {id: 51, cat: Other, desc: "Performing Craft: Acting"}
|
||||||
- {id: 85, cat: Other, desc: "Scripts: Theatre"}
|
- {id: 85, cat: Other, desc: "Scripts: Theatre"}
|
||||||
- {id: 90, cat: Other, desc: "Visual Craft: Handcraft/Sculpt"}
|
- {id: 90, cat: Other, desc: "Visual Craft: Handcraft/Sculpt"}
|
||||||
|
- {id: 81, cat: Other, desc: "-empty-"}
|
||||||
- {id: 32, cat: Other, desc: "Magazines / Trade Journals"}
|
- {id: 32, cat: Other, desc: "Magazines / Trade Journals"}
|
||||||
- {id: 4, cat: Other, desc: "Performing Craft: Dance"}
|
- {id: 4, cat: Other, desc: "Performing Craft: Dance"}
|
||||||
- {id: 49, cat: Other, desc: "Software / Tutorials"}
|
- {id: 49, cat: Other, desc: "Software / Tutorials"}
|
||||||
@@ -78,16 +80,13 @@
|
|||||||
- selector: table:contains("Login failed!")
|
- selector: table:contains("Login failed!")
|
||||||
test:
|
test:
|
||||||
path: main.php
|
path: main.php
|
||||||
|
|
||||||
download:
|
|
||||||
selector: a[href^="download.php"]
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
$raw: "{{range .Categories}}filter_cat[{{.}}]=1&{{end}}"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
rows:
|
rows:
|
||||||
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
selector: table[border="0"] > tbody > tr.ttable:has(a[href^="browse.php?cat="])
|
||||||
fields:
|
fields:
|
||||||
@@ -101,11 +100,8 @@
|
|||||||
filters:
|
filters:
|
||||||
selector: td:nth-child(2) b
|
selector: td:nth-child(2) b
|
||||||
download:
|
download:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="download.php/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["details.php?id=", "download.php?id="]
|
|
||||||
details:
|
details:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -113,7 +109,7 @@
|
|||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([\d,]+)
|
args: (\d+)
|
||||||
files:
|
files:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(4)
|
||||||
size:
|
size:
|
||||||
|
Reference in New Issue
Block a user