Skip to content

Commit a596b17

Browse files
authored
Update facebookgroup.js
1 parent 3fff10a commit a596b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/facebookgroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const password = 'YOUR_PASSWORD';
55

66
const options = {
77
method: 'POST',
8-
url: 'https://scraper-api.smartproxy.com/v2/scrape',
8+
url: 'https://scraper-api.decodo.com/v2/scrape',
99
headers: {
1010
'Content-Type': 'application/json',
1111
'Authorization': 'Basic ' + Buffer.from(username + ':' + password).toString('base64')

0 commit comments

Comments
 (0)