Update pikpakapi/__init__.py
Browse files- pikpakapi/__init__.py +1 -0
pikpakapi/__init__.py
CHANGED
@@ -1113,6 +1113,7 @@ class PikPakApi:
|
|
1113 |
"share_id": share_id,
|
1114 |
"pass_code_token": pass_code_token,
|
1115 |
"file_ids": file_ids,
|
|
|
1116 |
}
|
1117 |
captcha_result = await self.captcha_init(f"GET:/drive/v1/share/restore")
|
1118 |
self.captcha_token = captcha_result.get("captcha_token")
|
|
|
1113 |
"share_id": share_id,
|
1114 |
"pass_code_token": pass_code_token,
|
1115 |
"file_ids": file_ids,
|
1116 |
+
folder_type: "DOWNLOAD",
|
1117 |
}
|
1118 |
captcha_result = await self.captcha_init(f"GET:/drive/v1/share/restore")
|
1119 |
self.captcha_token = captcha_result.get("captcha_token")
|