@Bambo19 said in Problem with premium:
Hello I’m trying to edit my bot, like images customisation etc. I’ve uninstalled BAS, downloaded from the link in my profile.
As you can see it is premium
But now when I try to edit my bot
What's the question?
I can't create an action on BAS to download an MP4 video to my hard drive, even though the website allows me to click on their button and download the video file. I tried with the 'Open File Result' action, but I can only use this action for uploading a file. When I click on the site's button, nothing happens. Do you know which action I can use?
Thanks
You need to use the "Download" action from the "HTTP Client" module.

@paulvernier said in problem downloading an mp4 to my hard drive:
I can't create an action on BAS to download an MP4 video to my hard drive, even though the website allows me to click on their button and download the video file. I tried with the 'Open File Result' action, but I can only use this action for uploading a file. When I click on the site's button, nothing happens. Do you know which action I can use?
Thanks
After clicking on the button on the website, use the "Wait File Download" action to wait for the file to download. The variable "[[DOWNLOADED_FILE_PATH]]" will contain the path to the downloaded file (the file is saved with a random name, this is done for security). To rename a file, use the "Move File/Folder" action
@Fox said in problem downloading an mp4 to my hard drive:
The variable "[[DOWNLOADED_FILE_PATH]]" will contain the path to the downloaded file
Here