mirror of https://github.com/Jackett/Jackett
nitro: use download block infohash
This commit is contained in:
parent
82f6bc02d0
commit
ea4d1f5f94
|
@ -49,13 +49,17 @@ settings:
|
|||
asc: asc
|
||||
|
||||
download:
|
||||
selectors:
|
||||
- selector: script:contains("magnet:")
|
||||
infohash:
|
||||
hash:
|
||||
selector: script:contains("magnet:")
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "(magnet:[^\"]+)\""
|
||||
- name: append
|
||||
args: "&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.si%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.pirateparty.gr%3A6969%2Fannounce&tr=udp%3A%2F%2Fipv4.tracker.harry.lu%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.cyberia.is%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2Fdenis.stalker.upeer.me%3A6969%2Fannounce"
|
||||
args: ([A-F|a-f|0-9]{40})
|
||||
title:
|
||||
selector: script:contains("magnet:")
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([A-F|a-f|0-9]{40})
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
Loading…
Reference in New Issue