Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of visual cue: When specifying a binary resource to collect, ask for the missing comma, to specify a file name #103

Open
desbest opened this issue Apr 17, 2023 · 0 comments

Comments

@desbest
Copy link

desbest commented Apr 17, 2023

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

<img src="landscape1.jpg" class="myphoto" title="photo 1">
<img src="landscape2.jpg" class="myphoto" "title="photo 2">

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant