fix Doll
This commit is contained in:
parent
b8d89ba414
commit
0eda1e7779
|
|
@ -97,6 +97,6 @@ public class Doll extends Spider {
|
|||
code.append((char) (voteTag.charAt(i) ^ key.charAt(k)));
|
||||
}
|
||||
String playUrl = URLDecoder.decode(new String(Base64.decode(code.toString(), 0)));
|
||||
return Result.get().url(playUrl).parse().string();
|
||||
return Result.get().url(playUrl).string();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
e8366bf6d878437e6886b21a6cccbc4e
|
||||
c2c2134419b0ae6729c5cf174b43c63c
|
||||
|
|
|
|||
Loading…
Reference in New Issue