Questions tagged as 'wget'

1
answer

How to use acute accent inside a string in a bash script?

I use the script below to download audios from google translator for use in a personal program that tracks codes and quantities from my stock. The problem is that the acute "oh" accent of the word code is bringing a faulty audio, as if it were e...
asked by 31.03.2015 / 13:50
1
answer

How to calculate the download time of a website using wget?

I'm working on a project where I need to calculate the loading time of a webpage for optimization purposes. I'm using this command:    $ time wget -H -p --delete-after melga.com 2 & / dev / null But I'm not sure if the access time...
asked by 29.04.2016 / 16:32
2
answers

How to download from the command prompt?

I've seen several videos, but I do not want to download that one from Wget . Is there no other way?     
asked by 20.08.2015 / 18:02
1
answer

How to make a program download images of a site, page by page, using id?

I need to download several images from a site, where only the page number changes, but the id of the tag img is always the same. I would like to know if you can create a program that does this download and page exchange, au...
asked by 16.05.2015 / 16:27
0
answers

What reason for PHP's CURL to be so slow? comparing to wget / browse? [closed]

I've been working with CURL of PHP 5.6 , it's extremely slow compared to other features like wget/browse/file_get_contents . In a% simple%, it has a delay of 4-10 seconds compared to other resources, I have already researched...
asked by 20.01.2017 / 21:37
1
answer

How to download images sequentially from a website using WGet?

I need to know where the error is in the command: wget http://shadowera.com/cards/se{001..200}.jpg I used the site "shadowera" for testing. I need to know how to save multiple images at once, so it is not working.     
asked by 25.04.2014 / 03:54
1
answer

How to download the file using wget on an authenticated website?

I am trying to download a backup file that is located on an authenticated site using wget. I crawled http behavior when I login through my browser and these are the parameters: https://quire.io/login continue: s_password: fakepass s_rememberM...
asked by 01.06.2017 / 20:23
1
answer

Slow bash script

I use a bash script to translate words from other languages into Portuguese. It always worked very well, but for a few days it got extremely slow, to the point that I could not use it. Home some people informed me that the problem could be in th...
asked by 16.09.2017 / 02:49
2
answers

How to download multiple files using wget? [closed]

Well, I need to download all the images from a folder on a server! That is, there is a site www.tarararara.com/images And there are 50 images! How do I download these images and put them in a folder on my server using the command...
asked by 15.10.2016 / 01:44
1
answer

Direct link does not work with wget on ubuntu [closed]

I'm trying to download direct from this https://punchsub.zlx.com.br/download-vip/6262326895623150684821353451533450406/shingeki-no-kyojin-2-7-mp4 link, but even using the wget --user=usuario --password=senha https://punchsub.zlx.com.br...
asked by 13.05.2017 / 17:26