As title says. eg do
wget "https://www.veracrypt.fr/en/Downloads.html" --local-encoding=utf-8 --remote-encoding=utf-8 -O - | less
Note the <a href>
elements in the page contain +download
, not +download
as expected. Feeding that encoded url into wget (or curl) again causes download to fail.
How to work around this? To be clear, the aim is to wget/curl contents of a page, grep a download link from it, and wget the asset link is pointed at.