On 1/17/08, Brianna Laugher brianna.laugher@gmail.com wrote:
It runs this command: wget -erobots=off -q -O - http://commons.wikimedia.org/w/index.php?title=Commons:Picture_of_the_day/To...
When I visit http://commons.wikimedia.org/w/index.php?title=Commons:Picture_of_the_day/Today in my browser I get the right day, today's one.
I can't reproduce, or at least I don't think I can (maybe I'm misinterpreting):
aryeh@aryeh-desktop:~$ wget -qO - 'http://commons.wikimedia.org/w/index.php?title=Commons:Picture_of_the_day/To...' | grep 2008-01-17 | head -n 1 |width="100%" dir="ltr"|[[Template:Potd/2008-01-17|change image]] aryeh@aryeh-desktop:~$ man wget aryeh@aryeh-desktop:~$ wget -erobots=off -qO - 'http://commons.wikimedia.org/w/index.php?title=Commons:Picture_of_the_day/To...' | grep 2008-01-17 | head -n 1 |width="100%" dir="ltr"|[[Template:Potd/2008-01-17|change image]]
If the problem is still occurring, try posting the headers, from wget -S.