Instead of clicking on download button you have to take download link.
You can do that with "get element atribute", and as atribute use href.
Than use that link in "Download" action. There you have to define
full download file path along with downloaded file name and extension.
So you can define your desirable folder.
Downloading ZIP files
-
I am having issues downloading ZIP files.
I am using another site to scrape Reddit with BAS to simplify the process. However, whenever BAS downloads the ZIP file containing the media I wish to download, it instead creates a .file file with a random name.
Here's an example:

This is how I have BAS set up to download the ZIP

Any help would be much appreciated.
-
@bigspite said in Downloading ZIP files:
However, whenever BAS downloads the ZIP file containing the media I wish to download, it instead creates a .file file with a random name.
This is done intentionally, for safety. You can rename the resulting file using the "Move File/Folder" action by moving the file to the same directory, but with a different name.
-
@bigspite said in Downloading ZIP files:
@Fox said in Downloading ZIP files:
intentionally
Do I have to move it to the same directory?
It doesn't matter
Is this why this doesn't work?
You need to specify the path to the file along with its name and extension

