Added some chapter filtering options to Bato.to (#6792)
* Update build.gradle * Update BatoTo.kt
This commit is contained in:
parent
371202df93
commit
02fa4e5ca6
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Bato.to'
|
extName = 'Bato.to'
|
||||||
pkgNameSuffix = 'all.batoto'
|
pkgNameSuffix = 'all.batoto'
|
||||||
extClass = '.BatoToFactory'
|
extClass = '.BatoToFactory'
|
||||||
extVersionCode = 7
|
extVersionCode = 8
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -330,6 +330,9 @@ open class BatoTo(
|
||||||
Pair("200+", "200"),
|
Pair("200+", "200"),
|
||||||
Pair("100+", "100"),
|
Pair("100+", "100"),
|
||||||
Pair("50+", "50"),
|
Pair("50+", "50"),
|
||||||
|
Pair("40+", "40"),
|
||||||
|
Pair("30+", "30"),
|
||||||
|
Pair("20+", "20"),
|
||||||
Pair("10+", "10"),
|
Pair("10+", "10"),
|
||||||
Pair("1+", "1")
|
Pair("1+", "1")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue