Re: [Bug-wget] request for help with wget (crawling search results of a website)

2013-11-03 Thread Tony Lewis
Altug Tekin wrote: > To achieve this I created the following wget-command: > > wget --reject=js,txt,gif,jpeg,jpg \ > --accept=html \ > --user-agent=My-Browser \ > --recursive --level=2 \ > www.voanews.com/search/?st=article&k=germany&df=08%2F21%2F2013&dt=09%2F20%2F 2013&ob=dt#articl

[Bug-wget] Keep copyright year always update.

2013-11-03 Thread Trần Ngọc Quân
Hello, In order to automatic update copyright year, please: 1. In configure.ac, add: # Defines AC_DEFINE([COPYRIGHT_YEAR], [m4_esyscmd([date +%Y])], [Current year use in copyright message]) 2. #: src/main.c:959 if (fputs (_("\ Copyright (C) 2011 Free Software Foundation, Inc.\n"), stdout) < 0)

Re: [Bug-wget] request for help with wget (crawling search results of a website)

2013-11-03 Thread Dagobert Michelsen
Hi, Am 03.11.2013 um 09:13 schrieb Altug Tekin : > I am trying to crawl the search results of a news website using *wget*. > > The name of the website is *www.voanews.com *. > > After typing in my *search keyword* and clicking search on the website, it > proceeds to the r

Re: [Bug-wget] wget alpha release 1.14.96-38327

2013-11-03 Thread Darshit Shah
Simply need to add those to the EXTRA_DIST variable in Makefile.am. I've attached a patch for this. On Sun, Nov 3, 2013 at 9:21 PM, Andrea Urbani wrote: > Hi Giuseppe, > > the following files are missing: > tests/Test-ftp-list-Multinet.px > tests/Test-ftp-list-Unknown.px > tests/Test-ftp

Re: [Bug-wget] Suggestion

2013-11-03 Thread Darshit Shah
Maybe you want to use the --no-verbose flag? On Sun, Nov 3, 2013 at 8:43 PM, Mike Gold wrote: > I can't really find the way to set the wget to not show any warnings or any > other texts at all, just the progress bar. > My file is on the dropbox, and every time it's being downloaded wget wants >

[Bug-wget] Suggestion

2013-11-03 Thread Mike Gold
I can't really find the way to set the wget to not show any warnings or any other texts at all, just the progress bar. My file is on the dropbox, and every time it's being downloaded wget wants to inform me that it could not get the right certificate. I'd like it to be all quiet, but show the progr

[Bug-wget] request for help with wget (crawling search results of a website)

2013-11-03 Thread Altug Tekin
Dear mailing List members, According to the website http://www.gnu.org/software/wget/ it is ok to write emails with help requests to this mailing list. I have the following problem: I am trying to crawl the search results of a news website using *wget*. The name of the website is *www.voanews.co