Pixiv Comic: update salt (#5078)
* update salt that used for loading images * bump extVersionCode
This commit is contained in:
parent
0cbd5cc915
commit
e45ee68991
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Pixiv Comic'
|
||||
extClass = '.PixivComic'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -10,7 +10,7 @@ import java.util.Locale
|
|||
import java.util.TimeZone
|
||||
import kotlin.math.abs
|
||||
|
||||
private const val TIME_SALT = "mAtW1X8SzGS880fsjEXlM73QpS1i4kUMBhyhdaYySk8nWz533nrEunaSplg63fzT"
|
||||
private const val TIME_SALT = "M7w5HORvvX-VP4tRj2CFQOQFPocBqLvHTIbhTU36UCo"
|
||||
|
||||
private class NoSuchTagException(message: String) : Exception(message)
|
||||
|
||||
|
|
Loading…
Reference in New Issue