26 lines
791 B
Python
26 lines
791 B
Python
from dataclasses import dataclass
|
|
|
|
# CLIENT_ID = 2155768539
|
|
CLIENT_ID = 3437754656
|
|
|
|
@dataclass
|
|
class Cookie:
|
|
name: str
|
|
userID: str
|
|
ant: str
|
|
|
|
COOKIE = Cookie(name="ithi", userID="koru685bfca187016d", ant="6omfFxw3u2ksAbZDZmLY8sFsQcGARzqc1lrRv-fiblg~")
|
|
|
|
# search Network -> JS -> _app-... -> open in Sources panel
|
|
# case 0:
|
|
# if (r = t.userId,
|
|
# o = t.episodeId,
|
|
# i = t.timestamp,
|
|
# s = t.nonce,
|
|
# u = t.aid,
|
|
# l = t.zid,
|
|
# window.crypto && window.crypto.subtle) {
|
|
# e.next = 4;
|
|
# break
|
|
# }
|