mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Pixiv Comic: update salt (#5078)
* update salt that used for loading images * bump extVersionCode
This commit is contained in:
parent
89411e8fcd
commit
176cd3348d
@ -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
Block a user