Skip to content

Commit 3f0ed6e

Browse files
authored
Update facebookpost.py
1 parent f74d05b commit 3f0ed6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/facebookpost.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",
@@ -16,4 +16,4 @@
1616

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

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

0 commit comments

Comments
 (0)