UnKNOWn Asked: 2019-11-14 01:00:59 +0800 CST2019-11-14 01:00:59 +0800 CST 2019-11-14 01:00:59 +0800 CST How to get link of file to download with wget 772 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? wget 2 Answers Voted BeastOfCaerbannog 2019-11-14T01:14:54+08:002019-11-14T01:14:54+08:00 Here is the wget command: wget https://extensions.gnome.org/extension-data/user-themegnome-shell-extensions.gcampax.github.com.v38.shell-extension.zip 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. Best Answer damadam 2019-11-14T01:14:57+08:002019-11-14T01:14:57+08:00 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. Here is your link : https://extensions.gnome.org/extension-data/user-themegnome-shell-extensions.gcampax.github.com.v38.shell-extension.zip and screenshot of Firefox terminal for this link : so your wget command would be : wget https://extensions.gnome.org/extension-data/user-themegnome-shell-extensions.gcampax.github.com.v38.shell-extension.zip
Here is the
wget
command: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.
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.
Here is your link : https://extensions.gnome.org/extension-data/user-themegnome-shell-extensions.gcampax.github.com.v38.shell-extension.zip
and screenshot of Firefox terminal for this link :
so your
wget
command would be :