mirror of https://github.com/Jackett/Jackett
exitorrent-org: fix download url regex
This commit is contained in:
parent
6a1df970d6
commit
d273d4b159
|
@ -133,7 +133,7 @@ search:
|
||||||
attribute: onclick
|
attribute: onclick
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["^return downloadTorrent\\('([^']+)', '([^']+)', ''\\);$", "download.php/$1/$2.torrent"]
|
args: ["^return downloadTorrent\\('([^']+)', '([^']+)', '[^']*'\\);$", "download.php/$1/$2.torrent"]
|
||||||
genre:
|
genre:
|
||||||
selector: div.span_title span div
|
selector: div.span_title span div
|
||||||
_language:
|
_language:
|
||||||
|
|
Loading…
Reference in New Issue