Spaces:
Paused
Paused
Update utils/pikpak.py
Browse files- utils/pikpak.py +2 -2
utils/pikpak.py
CHANGED
@@ -12,7 +12,7 @@ import os
|
|
12 |
|
13 |
|
14 |
def ca_f_encrypt(frames, index, pid, use_proxy=False, proxies=None):
|
15 |
-
url = "https://
|
16 |
|
17 |
payload = json.dumps({
|
18 |
"frames": frames,
|
@@ -57,7 +57,7 @@ def ca_f_encrypt(frames, index, pid, use_proxy=False, proxies=None):
|
|
57 |
|
58 |
|
59 |
def image_parse(image, frames, use_proxy=False, proxies=None):
|
60 |
-
url = "https://
|
61 |
|
62 |
payload = json.dumps({
|
63 |
"image": image,
|
|
|
12 |
|
13 |
|
14 |
def ca_f_encrypt(frames, index, pid, use_proxy=False, proxies=None):
|
15 |
+
url = "https://kiteyuan.233285.xyz/cafEncrypt"
|
16 |
|
17 |
payload = json.dumps({
|
18 |
"frames": frames,
|
|
|
57 |
|
58 |
|
59 |
def image_parse(image, frames, use_proxy=False, proxies=None):
|
60 |
+
url = "https://kiteyuan.233285.xyz/imageParse"
|
61 |
|
62 |
payload = json.dumps({
|
63 |
"image": image,
|