This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Download Video From Pinterest - Html Parser | |
var videoID = "Video Pinterest ID" | |
var ink = `https://widgets.pinterest.com/v3/pidgets/pins/info/?pin_ids=${videoID_}&sub=www&base_scheme=https` | |
const options = { | |
url: linkNgon, | |
headers: { | |
'User-Agent': randomUseragent.getRandom(function (ua) { | |
return parseFloat(ua.browserVersion) >= 22; | |
}) |