Instagram 下载器

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

< 脚本Instagram 下载器的反馈

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

§
发表于:2022-07-07
编辑于:2022-07-07

Hello, thanks for this extension, it works. I just have 2 requests and was wondering if I could change it in the script:
How do I get rid of the username and date at the beginning of every filename? I would prefer just saving the image without the username and date attached to the beginning.
How can I change the format of the saved images from .jpeg to .jpg?
Thank you!

ZhiYu_作者
§
发表于:2022-07-08
  1. Please try to modify script line 40 to const postFilenameTemplate = '%medianame%';.
  2. Please modify script line 591 to a.download = filename + '.' + extension.replace('jpeg', 'jpg'); to let script download .jpg file instead of .jpeg.
§
发表于:2022-07-10
  1. Please try to modify script line 40 to const postFilenameTemplate = '%medianame%';.
  2. Please modify script line 591 to a.download = filename + '.' + extension.replace('jpeg', 'jpg'); to let script download .jpg file instead of .jpeg.

Thank you very much, it works.

发表回复

登录以发表回复。