You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
url: "https://www.dogpile.com/serp?qc=images&q=" + search + "&capv=" + process.env.captcha_key, in image.js has a captcha_key and that is not mentioned in the README file. Are you sure thats needed? Or did you forget to mention it?
Edit: I tried it on my own bot and the captcha_key is not required
The text was updated successfully, but these errors were encountered:
@anjannair That was actually to circumvent the captcha used in dogpile's image search. If the image search works without that, leave it blank, or if it doesn't, manually go to dogpile search and copy that part of the URL after &capv= and paste it as the captcha key. I cannot give mine is each key is associated with a user.
url: "https://www.dogpile.com/serp?qc=images&q=" + search + "&capv=" + process.env.captcha_key,
inimage.js
has a captcha_key and that is not mentioned in the README file. Are you sure thats needed? Or did you forget to mention it?Edit: I tried it on my own bot and the
captcha_key
is not requiredThe text was updated successfully, but these errors were encountered: