February 21, 201412 yr i'ld like to download AVG offline installers via WGETFile name changes often due to version changehttp://free.avg.com/it-it/download.prd-afhFor example now filename is avg_free_x64_all_2014_4335a7045.exeI need to find a wildcard configuration to download every future release file from server using a simple wget scriptReading wget manual i can read :On the other hand, ‘wget -A "zelazny*196[0-9]*"’ will download only files beginning with ‘zelazny’ and containing numbers from 1960 to 1969 anywhere within. i try to usewget -A "avg_free_x*" http://download.avgfree.comI have a big problem to indentify url to download from and a problem with wildcard.Someone can help me?Here avg offlines files links:http://download.avgfree.com/filedir/inst/avg_free_x64_all_2014_4335a7045.exehttp://download.avgfree.com/filedir/inst/avg_free_x86_all_2014_4335a7045.exe
February 22, 201412 yr i'ld like to download AVG offline installers via WGETFile name changes often due to version changehttp://free.avg.com/it-it/download.prd-afhFor example now filename is avg_free_x64_all_2014_4335a7045.exeI need to find a wildcard configuration to download every future release file from server using a simple wget scriptUnless there's a good static redirector link (I don't think there is in this case), you'd have to download the HTML from that main page, scrape it for URLs that match the front part of the file name, and THEN call WGET on those URLs. If there's a way to do it with Script, the folks over here are sure to know.
February 22, 201412 yr NOT what was asked, but related enough:http://forums.avg.com/us-en/avg-forums?sec=thread&act=show&id=236909jaclaz
Create an account or sign in to comment