mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
[kinozal] Infohash extraction for magnet links (#12263)
This commit is contained in:
@@ -109,6 +109,24 @@ login:
|
|||||||
test:
|
test:
|
||||||
path: userdetails.php
|
path: userdetails.php
|
||||||
|
|
||||||
|
download:
|
||||||
|
before:
|
||||||
|
path: get_srv_details.php
|
||||||
|
inputs:
|
||||||
|
action: 2
|
||||||
|
id: "{{ .DownloadUri.Query.id }}"
|
||||||
|
infohash:
|
||||||
|
before: true
|
||||||
|
hash:
|
||||||
|
selector: li:first-child
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: ([A-F|0-9]{40})
|
||||||
|
title:
|
||||||
|
selector: div.b
|
||||||
|
filters:
|
||||||
|
- name: trim
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# http://kinozal.tv/browse.php?s=lucifer+2017&g=0&c=0&v=0&d=0&w=0&t=0&f=0
|
# http://kinozal.tv/browse.php?s=lucifer+2017&g=0&c=0&v=0&d=0&w=0&t=0&f=0
|
||||||
|
Reference in New Issue
Block a user