Add the download button and the open button to download or open profile picture and media in the posts, stories, and highlights in Instagram
< Spätná väzba na Instagram Download Button
This is not a bug, butOn line 37, remove the " (double quotation marks)Old: '"%id%-%datetime%-%medianame%';New: '%id%-%datetime%-%medianame%';The " adds _ to the beginning of the filenameReal name: user-20220328_00..._n.jpgWith ": _user-20220328_00..._n.jpgThanks for the script
https://github.com/y252328/Instagram_Download_Button/commit/f5aa652554e58d3d8c7a738f7228f6c7b63fa344
Updated, thanks!
Aby ste mohli pridať odpoveď, prihláste sa.
This is not a bug, but
On line 37, remove the " (double quotation marks)
Old: '"%id%-%datetime%-%medianame%';
New: '%id%-%datetime%-%medianame%';
The " adds _ to the beginning of the filename
Real name: user-20220328_00..._n.jpg
With ": _user-20220328_00..._n.jpg
Thanks for the script