Instagram 下载器

在Instagram页面加入下载按钮与开启按钮,透过这些按钮可以下载或开启大头贴与贴文、限时动态、Highlight中的照片或影片

< 脚本Instagram 下载器的反馈

评价:好评 - 脚本一切正常

§
发表于:2023-12-05
编辑于:2023-12-05

If you use to download stories only, like myself
change this line:
headers: new Headers({
'User-Agent': window.navigator.userAgent,
Origin: location.origin,
}),
for just this:
headers: new Headers(),

it will solve the problem and download it stories normally.
(line number 714)

§
发表于:2023-12-05

It didn't work for me, in the F12 console says "Cannot find post id" and "Cannot find media id"

§
发表于:2023-12-05

It didn't work for me, in the F12 console says "Cannot find post id" and "Cannot find media id"

fetch(url, {
headers: new Headers(),
mode: 'cors',
})

check if it's like that?
On firefox it's working stories downloading for me.

§
发表于:2023-12-05

fetch(url, {
headers: new Headers(),
mode: 'cors',
})

check if it's like that?
On firefox it's working stories downloading for me.

Exactly like this
I use Chrome, maybe that's why

发表回复

登录以发表回复。