Recenzije za Insta Media Downloader
Insta Media Downloader od hawkynawa
Recenzija od xSmoky
Ocijenjeno s 5 od 5
od xSmoky, prije 2 godineThis 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.
Odgovor programera
objavljeno prije 2 godineHello 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)