mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
exitorrent: hnadle dynamic javacript download urls (#15366)
This commit is contained in:
@@ -104,7 +104,7 @@ search:
|
|||||||
args: [" +(?:19|20)\\d{2} *$", ""]
|
args: [" +(?:19|20)\\d{2} *$", ""]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table[class="text"][border="0"][cellspacing="0"][cellpadding="4"] > tbody > tr:has(a[href^="details.php?id="]):has(td[class*="tableBody1"])
|
selector: table[class="text"][border="0"][cellspacing="0"][cellpadding="4"] > tbody > tr:has(a[href^="details.php?id="]):has(td[class*="tableBody1"], td[class*="tableBody1B"])
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
@@ -116,9 +116,9 @@ search:
|
|||||||
- name: querystring
|
- name: querystring
|
||||||
args: cat
|
args: cat
|
||||||
title_raw:
|
title_raw:
|
||||||
selector: a[href^="details.php?id="]
|
selector: div[class="span_title"] > a[href^="details.php?id="]
|
||||||
title_stripped:
|
title_stripped:
|
||||||
selector: a[href^="details.php?id="]
|
selector: div[class="span_title"] > a[href^="details.php?id="]
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["^(.*/)(.*)$", "$2"]
|
args: ["^(.*/)(.*)$", "$2"]
|
||||||
@@ -129,8 +129,11 @@ search:
|
|||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php/"], a[href^="downloadfl.php/"]
|
selector: div.span_icon > a[onclick^="return downloadTorrent"]
|
||||||
attribute: href
|
attribute: onclick
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["^return downloadTorrent\\('([^']+)', '([^']+)', ''\\);$", "download.php/$1/$2.torrent"]
|
||||||
genre:
|
genre:
|
||||||
selector: div.span_title span div
|
selector: div.span_title span div
|
||||||
_language:
|
_language:
|
||||||
|
Reference in New Issue
Block a user