mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 00:47:21 +02:00
Corrections in Puntotorrent and HDCity (#2528)
* Update hdcity.yml Corrected login path * Update puntotorrent.yml Make grabs optional for new torrents
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
search: [q]
|
||||
|
||||
login:
|
||||
path: /
|
||||
path: /index.php?page=login
|
||||
method: post
|
||||
inputs:
|
||||
uid: "{{ .Config.username }}"
|
||||
|
@@ -132,6 +132,7 @@
|
||||
leechers:
|
||||
selector: td:nth-child(9) a
|
||||
grabs:
|
||||
optional: true
|
||||
selector: td:nth-child(10) a
|
||||
date:
|
||||
selector: td:nth-child(5)
|
||||
|
Reference in New Issue
Block a user