wget2 icon indicating copy to clipboard operation
wget2 copied to clipboard

The successor of GNU Wget. Contributions preferred at https://gitlab.com/gnuwget/wget2. But accepted here as well 😍

Results 49 wget2 issues
Sort by recently updated
recently updated
newest added

When fetching something with wget2 that is only reachable via IPv4, by default wget tries IPv6 and then fails. I think that it would be good to have an IPv4...

Every month I download the new set of Mame roms from bda.retroroms.info using the following command: `wget -r --level=1 -np -nH -nc --cut-dirs=2 --http-user=myusername --http-password=mypassword -R "index.html*" -R "desktop.ini" https://bda.retroroms.info:82/downloads/mame/mame-0266/`...

If a directory prefix is provided its path components are not normalized correctly, which in turn causes the function mkdir_path to fail. Examples: -P ./downloads works -P ../downloads works -P...

Hello, I'm currently working with an HTTP proxy where the response is hardcoded to HTTP/1.1 200. However, there are cases where the response could be HTTP/1.0 200. How should I...

My quest continues to get this running using ansible. It keeps failing the ansible build because the crawl returns an error: ``` PLAY RECAP ********************************************************************************************************************************************** localhost : ok=1 changed=1 unreachable=0...

- The main issue is #311; I couldn't reopen that issue for some reason. Although this was fixed in 2b6bd2e1903c66d765ecb95a7e274f566d1acc51, it was later broken again in 81cf05e1da1344fac0525569fdc87f4b4bfe005b. I'll investigate what...

`--progress=dot` is not supported, but is supposed to also not trigger an error. However, it does trigger an error with `--progress=dot:giga`. In general, it seems that `--progress=type:param1:param2` is not supported,...

`wget` supports HTTP Basic Access authentication credentials in the URLs but `wget2` does not. Here's an example URL that works elsewhere: ``` wget https://user:[email protected]/foo.tar.gz ``` A "workaround" to this is...

Running wget2 on a .txt file on dropbox does not download the actual file but rather an html page: ``` # wget2 -qO - 'https://www.dropbox.com/scl/fi/uryzfd2i7rgwr5my5lqod/hello.txt?rlkey=guhp9wxm1x8caqtd7a9qbo62d&st=11px7sc4&dl=0' ... ... ``` With wget1...

After using gnutls-3.8.7.1, it can be compiled successfully, but it does not work properly: there is no response during the download process.