Skip to content

Commit 9f2631b

Browse files
authored
Update instagramgraphqlhashtag.py
1 parent 9eb7791 commit 9f2631b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/instagramgraphqlhashtag.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
password = 'password'
1616

1717
response = requests.post(
18-
'https://scraper-api.smartproxy.com/v1/scrape',
18+
'https://scraper-api.smartproxy.com/v2/scrape',
1919
headers = headers,
2020
json = task_params,
2121
auth = (username, password)
2222
)
23-
print(response.text)
23+
print(response.text)

0 commit comments

Comments
 (0)