Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: thomas.besser on August 20, 2019, 07:06:44 AM

Title: Fosshub download not batchable...
Post by: thomas.besser on August 20, 2019, 07:06:44 AM
Hi,

sorry for posting in this forum, but I found no suitable place elsewhere.

I'm trying to download https://www.fosshub.com/Avidemux.html?dwl=Avidemux_2.7.4VC++64bits.exe within a linux shell script for building automatically a OPSI (https://www.opsi.org/) package for deploying Avidemux on multiple windows systems with no luck.

Fosshub is generating a "proteced link", which only can be used manually in a web browser.

Is there a way I can download Avidemux directly with wget/curl from fosshub or another place?

Regards
Thomas

Title: Re: Fosshub download not batchable...
Post by: eumagga0x2a on August 20, 2019, 07:53:35 AM
Please use Sourceforge:
wget https://downloads.sourceforge.net/project/avidemux/avidemux/2.7.4/Avidemux_2.7.4%20VC%2B%2B%2064bits.exe
Title: Re: Fosshub download not batchable...
Post by: thomas.besser on August 20, 2019, 10:59:02 AM
Thanks for the link. That solves this issue.