New: Support for indexers with image CAPTCHAs

This commit is contained in:
ta264
2021-03-17 21:30:11 +00:00
committed by Qstick
parent 95d5e0d347
commit 0fa526a1af
15 changed files with 314 additions and 159 deletions

View File

@@ -20,7 +20,10 @@ export const defaultState = {
secretToken: null,
ray: null,
stoken: null,
responseUrl: null
responseUrl: null,
type: null,
contentType: null,
imageData: null
};
//