Skip to content

Commit 2ce1dd0

Browse files
authored
Update googlesearch.py
1 parent 42ec9ad commit 2ce1dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/googlesearch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
password = 'SPpassword'
1212

1313
response = requests.post(
14-
'https://scrape.smartproxy.com/v1/tasks',
14+
'https://scraper-api.smartproxy.com/v2/scrape',
1515
json = task_params,
1616
auth = (username, password)
1717
)
1818

19-
print(response.text)
19+
print(response.text)

0 commit comments

Comments
 (0)