Skip to content

Commit 1492109

Browse files
authored
Update facebookgroup.py
1 parent 704e199 commit 1492109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/facebookgroup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import requests
22

3-
url = "https://scrape.smartproxy.com/v1/tasks"
3+
url = "https://scraper-api.smartproxy.com/v2/scrape"
44

55
payload = {
66
"target": "universal",
@@ -15,4 +15,4 @@
1515

1616
response = requests.post(url, json=payload, headers=headers)
1717

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

0 commit comments

Comments
 (0)