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:
Albvadi
2018-02-01 18:06:54 +01:00
committed by kaso17
parent 1165d5ff9c
commit a5d4fadca5
2 changed files with 2 additions and 1 deletions

View File

@@ -116,7 +116,7 @@
search: [q]
login:
path: /
path: /index.php?page=login
method: post
inputs:
uid: "{{ .Config.username }}"

View File

@@ -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)