mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-17 12:16:05 +01:00
exitorrent-org: fix download url regex
This commit is contained in:
@@ -133,7 +133,7 @@ search:
|
||||
attribute: onclick
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["^return downloadTorrent\\('([^']+)', '([^']+)', ''\\);$", "download.php/$1/$2.torrent"]
|
||||
args: ["^return downloadTorrent\\('([^']+)', '([^']+)', '[^']*'\\);$", "download.php/$1/$2.torrent"]
|
||||
genre:
|
||||
selector: div.span_title span div
|
||||
_language:
|
||||
|
||||
Reference in New Issue
Block a user