Insta Media Downloader 的評論
Insta Media Downloader 作者: hawkynawa
xSmoky 所留下的評論
This extension is perfect and extremely useful.
Unfortunetely mozilla didn't pick up on auto updates, came back to this page to see the author already dropped one to fix the problem i was having (posts were displaying incorrectly). Amazing thank you!
EDIT: seems there are problems when modifying the File Name Format option. For example having only {$ACCOUNTNAME} {$POSTYEAR}-{$POSTMONTH}-{$POSTDAY} results in the file being saved without extension (.jpg). Seems like {$FILENAME} has to be last in order to get the .extension saved correctly.
Unfortunetely mozilla didn't pick up on auto updates, came back to this page to see the author already dropped one to fix the problem i was having (posts were displaying incorrectly). Amazing thank you!
EDIT: seems there are problems when modifying the File Name Format option. For example having only {$ACCOUNTNAME} {$POSTYEAR}-{$POSTMONTH}-{$POSTDAY} results in the file being saved without extension (.jpg). Seems like {$FILENAME} has to be last in order to get the .extension saved correctly.
開發者回應
張貼於 2 年前Hello and thank you very much for your comment.
About the file name format, and to add the file extension, use instead :
"{$ACCOUNTNAME} {$POSTYEAR}-{$POSTMONTH}-{$POSTDAY}.{$FILEEXTENSION}"
{$FILENAME} include "name.ext"
{$FILEEXTENSION} include "ext" (without dot)
About the file name format, and to add the file extension, use instead :
"{$ACCOUNTNAME} {$POSTYEAR}-{$POSTMONTH}-{$POSTDAY}.{$FILEEXTENSION}"
{$FILENAME} include "name.ext"
{$FILEEXTENSION} include "ext" (without dot)