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

Hello I saw there are 10 error codes in wget2 could one be added for a timeout? eg if this --timeout=3 occurs https://manpages.debian.org/testing/wget2/wget2.1.en.html

I try to crawl a website with wget2 v2.1.0. According to the log, lots of files get "Added", but only for a small percentage of them a "Downloading" thread starts....

This could help when an file's content has not changed but the timestamp has since changed and as such it downloads a existing file unnecessarily but how could this be...

Original page http://localhost:7000/Empresa/EmFoco/Noticias/Pages/default.aspx had a link to http://localhost:7000/EMPRESA/TOMENOTA/Pages/default.aspx wget2 for some reason, when adapting links with -k, generated the following link, containing the original page link : http://localhost:7000/EMPRESA/EMFOhttp://ept.telecom.pt/Empresa/EmFoco/Noticias/Pages/CO/TOMENOTA/Pages/default.aspx

I am trying to understand why wget2 fails to connect when being run through proxychains-ng. Prior versions of wget2 (& current versions of curl & wget) work as expected. Running...

`./wget2: error while loading shared libraries: libwolfssl.so.32: cannot open shared object file: No such file or directory` I've tried the `./configure --enable-static --disable-shared`, `./configure --enable-static --disable-shared CFLAGS="-static -static-libgcc"` and more...

OK between this and the poll fixes in gnulib I am unable to recreate any deadlocks or faults even with a dozen+ transfers with concurrency. The big thing here is...

in #280 you mentioned these additions be gated to _WIN32 but I haven't quite done so. Mainly because if you include a gnulib header accidentally you can end up getting...

From what I understand, based on the [source code](https://github.com/rockdaboot/wget2/blob/master/src/wget.c#L143-L149), the parser doesn't extract embedded URLs from JavaScript files. Is there any particular reason for not supporting this? Maybe because wget...