From d7ccb58559767a089d3aa3847bd74560762dc261 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Mon, 2 Mar 2020 17:24:48 +0100 Subject: [PATCH] FIX: Google Groups scraper failed to login --- script/import_scripts/google_groups.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/import_scripts/google_groups.rb b/script/import_scripts/google_groups.rb index 6e3f2f0969d..d8f58cf3239 100755 --- a/script/import_scripts/google_groups.rb +++ b/script/import_scripts/google_groups.rb @@ -158,12 +158,11 @@ def login get("https://google.com/404") add_cookies( - "accounts.google.com", "myaccount.google.com", "google.com" ) - get("https://accounts.google.com/servicelogin") + get("https://myaccount.google.com/?utm_source=sign_in_no_continue") begin wait_for_url { |url| url.start_with?("https://myaccount.google.com") }