From 600525e550cf9f9dd4abf38669c17592e8330e5a Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:11:31 +0100 Subject: phind needs cf_clearance again --- phind/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phind') diff --git a/phind/README.md b/phind/README.md index dcb3cbce..806bdf49 100644 --- a/phind/README.md +++ b/phind/README.md @@ -3,9 +3,9 @@ ```python import phind -# set cf_clearance cookie (not needed anymore) -# phind.cf_clearance = 'xx.xx-1682166681-0-160' -# phind.user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' # same as the one from browser you got cf_clearance from +# set cf_clearance cookie (needed again) +phind.cf_clearance = 'xx.xx-1682166681-0-160' +phind.user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36' # same as the one from browser you got cf_clearance from prompt = 'who won the quatar world cup' -- cgit v1.2.3