mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 06:40:57 +00:00
Torrent9: fix download
This commit is contained in:
parent
842d9e79ce
commit
96af05fbef
1 changed files with 3 additions and 5 deletions
|
@ -27,6 +27,9 @@
|
|||
search: [q]
|
||||
tv-search: [q, season, ep]
|
||||
|
||||
download:
|
||||
selector: a[href^="/downloading/"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}/search_torrent/{{ .Keywords }}/page-0{{else}}/top_torrent.php{{end}}"
|
||||
|
@ -67,11 +70,6 @@
|
|||
download:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: [ "/torrent/\\d{5,}/", "/get_torrent/"]
|
||||
- name: append
|
||||
args: ".torrent"
|
||||
date:
|
||||
text: "now"
|
||||
size:
|
||||
|
|
Loading…
Reference in a new issue