You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that a visual cue might need to be added, which can save people hours of time for debugging why their code or macro instructions didn't work.
When specifying a binary resource to collect, it would be good if we could ask for the missing comma, if the user didn't include it, so the user can then file name for the scraped file.
For example, if I have an image like
If I just have my binary resource under "extract url's plugin" be .myphoto instead of .myphoto,title, then when downloading the zip file, every file in the zip file will be called .jpg, hence they'll only be one file in that zip file.
Can a visual cue be added?
The text was updated successfully, but these errors were encountered:
I've noticed that a visual cue might need to be added, which can save people hours of time for debugging why their code or macro instructions didn't work.
When specifying a binary resource to collect, it would be good if we could ask for the missing comma, if the user didn't include it, so the user can then file name for the scraped file.
For example, if I have an image like
If I just have my binary resource under "extract url's plugin" be
.myphoto
instead of.myphoto,title
, then when downloading the zip file, every file in the zip file will be called.jpg
, hence they'll only be one file in that zip file.Can a visual cue be added?
The text was updated successfully, but these errors were encountered: