mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentqq: user download infohash resolves #11389
This commit is contained in:
@@ -62,15 +62,18 @@ settings:
|
||||
type: info
|
||||
label: FlareSolverr
|
||||
default: This site may use Cloudflare DDoS Protection, therefore Jackett requires <a href="https://github.com/Jackett/Jackett#configuring-flaresolverr" target="_blank">FlareSolver</a> to access it.
|
||||
- name: downloads
|
||||
type: info
|
||||
label: About Downloads
|
||||
default: Some download links on this site use a link to a direct file download service, instead of a .torrent link. Jackett does not support direct file downloads, so you will get a page-cannot-be-found error when you try them.
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a[href^="/torrent/download/"]
|
||||
attribute: href
|
||||
infohash:
|
||||
hash:
|
||||
selector: table.table-bordered > tbody > tr > td > ul > li
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([a-f|0-9]{40})
|
||||
title:
|
||||
selector: table.table-bordered > thead > tr > th > strong
|
||||
filters:
|
||||
- name: trim
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user