mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
btbit: provide default seeders and leeches as web site has none.
some clients require more than 0 seedres to select successfully.
This commit is contained in:
parent
41b91bb0c3
commit
20495ef32b
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
|||
selector: .sbar span:nth-of-type(5) b
|
||||
grabs:
|
||||
selector: .sbar span:nth-of-type(6) b
|
||||
seeders:
|
||||
text: "999"
|
||||
leechers:
|
||||
text: "999"
|
||||
downloadvolumefactor:
|
||||
text: "0"
|
||||
uploadvolumefactor:
|
||||
|
|
Loading…
Reference in a new issue