parent
6f47ed8bc1
commit
c5fbede326
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Taiyō'
|
||||
extClass = '.Taiyo'
|
||||
extVersionCode = 6
|
||||
extVersionCode = 7
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -317,7 +317,7 @@ class Taiyo : ParsedHttpSource() {
|
||||
val script = getScriptContainingToken(scripts)
|
||||
?: throw Exception("Não foi possivel localizar o token")
|
||||
|
||||
return TOKEN_REGEX.find(script)?.groups?.get(1)?.value
|
||||
return TOKEN_REGEX.find(script)?.groups?.get(2)?.value
|
||||
?: throw Exception("Não foi possivel extrair o token")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user