Most voted "wget" questions
GNU Wget is a free program that provides the download of web data. It is part of the GNU project. Its name derives from World Wide Web and get. It supports HTTP, HTTPS and FTP protocols.
Learn more…13 questions
Sort by count of
-
4
votes1
answer442
viewsHow to use acute accent inside a string in a bash script?
I use the script below to download Audios from google translator to use in a personal program that narrates codes and quantities of my stock. The problem is that the high-pitched "oh" accent of the…
-
4
votes1
answer177
viewsHow to calculate the download time of a website using wget?
I am 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.br 2&>…
-
3
votes1
answer1050
viewsHow to download images sequentially from a website using Wget?
I need to know where the error in the command is: wget http://shadowera.com/cards/se{001..200}.jpg I used the "shadowera" website for testing. I need to know how to save multiple images at once, and…
-
3
votes1
answer996
viewsHow to make a program download images from a website, page by page, using id?
I need to download several images from a website, where only the page number changes, but the id of tag img is always the same. I wonder if there is any way to create a program that does this…
-
3
votes2
answers22624
views -
3
votes0
answers418
viewsWhy is PHP’s CURL so slow? compared to wget/Browse?
I’ve been working with the CURL of PHP 5.6, it is extremely slow with respect to other resources like wget/browse/file_get_contents. In a REQUEST POST simple, it has delay of 4-10 seconds compared…
-
2
votes1
answer737
viewsHow to download the file using wget on an authenticated website?
I am trying to download a backup file that is located on an authenticated website using wget. I tracked the http behavior when I log in through my browser and these are the parameters:…
-
1
votes1
answer147
viewsSlow bash script
I use a bash script to translate words from other languages into Portuguese. It always worked very well, but from a few days to here became extremely slow, to the point that I could not use it. some…
-
0
votes2
answers2984
viewsHow to download multiple files using wget?
Guys, I need to download all images from a folder on a server! I mean, there’s a website www.tarararara.com/images And there are 50 images! How do I download these images and put them in a folder of…
-
0
votes0
answers108
viewsProblem with Wget and POST
I’m trying to download all the PDF’s from the Official Gazette of the DF for academic research. The site is in the public domain, obviously, so it’s not something that is incorrect to do. The…
-
0
votes1
answer497
viewsDirect link does not work with wget on ubuntu
I’m trying to download straight from this link https://punchsub.zlx.com.br/download-vip/6262326895623150684821353451533450406/shingeki-no-kyojin-2-7-mp4, even using the command wget --user=usuario…
-
0
votes1
answer232
viewsWget with wildcard in url
Is it possible to use wget with wildcard containing url? for example: wget http://files.www.url.com/pastaDownloads/*.pdf
wgetasked 6 years, 8 months ago Miguel Silva 491 -
-1
votes2
answers331
viewsProblem of wget in python
I’ve come to report a mistake that’s causing me to bump my head. I am trying to make a code to download books (pdf) from a Laotian site because it is almost impossible to download all these books…