I am using Ubuntu 19.10. For automation purposes, I need to download this file with a script.
But I am not able to get the link.
How can I achieve this?
02 Answers
You can find the link using the console. Open it with the right click -> examine element -> terminal (or console, don't know how it is in english), and just do like you had done in your gif.
and screenshot of Firefox terminal for this link :
so your wget command would be :
wget 0Here is the wget command:
wget How to get the download link for Firefox:
Click Save on the download window and select a download location. You can either save the file or cancel the download.
Click the Downloads button on the Firefox toolbar and select Show All Downloads.
Right-click on your downloaded (or cancelled) file and select Copy Download Link.
How to get the download link for Chrome:
Click Save on the download window and select a download location. You can either save the file or cancel the download.
Click Show all on the downloads toolbar at the bottom of the browser.
Right-click on your downloaded (or cancelled) file and select Copy link address.
