From 922186ca79a39b4e5c53935a5ae809a93ee92e1a Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 17 Jan 2019 10:11:40 +0100 Subject: [PATCH 1/2] Need help message link --- phoneinfoga.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoneinfoga.py b/phoneinfoga.py index ebf1fb7..2fe668f 100644 --- a/phoneinfoga.py +++ b/phoneinfoga.py @@ -203,7 +203,7 @@ def search(req, stop): while r.status_code == 503: print(code_warning + 'You are temporary blacklisted from Google search. Complete the captcha at the following URL and copy/paste the content of GOOGLE_ABUSE_EXEMPTION cookie : {}'.format(URL)) print('\n' + code_info + - 'Need help ? Read https://github.com/sundowndev/PhoneInfoga#dealing-with-google-captcha') + 'Need help ? Read https://github.com/sundowndev/PhoneInfoga/wiki') token = input('\nGOOGLE_ABUSE_EXEMPTION=') googleAbuseToken = '&google_abuse=' + token r = s.get(URL + googleAbuseToken, headers=headers) From bdc0bf8b2328e1e31a5096b74efd6089f41544ce Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 17 Jan 2019 10:12:23 +0100 Subject: [PATCH 2/2] fallback version to v1.0.0-rc2 --- phoneinfoga.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoneinfoga.py b/phoneinfoga.py index 2fe668f..5363493 100644 --- a/phoneinfoga.py +++ b/phoneinfoga.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -__version__ = 'v1.1.2-rc1' +__version__ = 'v1.0.0-rc2' try: import sys