mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 07:10:44 +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
|
selector: .sbar span:nth-of-type(5) b
|
||||||
grabs:
|
grabs:
|
||||||
selector: .sbar span:nth-of-type(6) b
|
selector: .sbar span:nth-of-type(6) b
|
||||||
|
seeders:
|
||||||
|
text: "999"
|
||||||
|
leechers:
|
||||||
|
text: "999"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: "0"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
|
Loading…
Reference in a new issue