Revisiones de Insta Media Downloader
Insta Media Downloader por hawkynawa
Revisado por xSmoky
Se valoró con 5 de 5
por xSmoky, hace 3 añosThis 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.
Respuesta del desarrollador
publicado el hace 3 añosHello 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)