mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
demonoid: change download to infohash. resolves #13563
This commit is contained in:
@@ -326,9 +326,14 @@ login:
|
|||||||
path: files/
|
path: files/
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selectors:
|
infohash:
|
||||||
- selector: a[href^="/files/download/"]:has(i.fa-download)
|
hash:
|
||||||
attribute: href
|
selector: div:contains("Torrent hash") > div.col-md-5 > div
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: [" ", ""]
|
||||||
|
title:
|
||||||
|
selector: h1[id="torrent--title"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user