Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
It appears that since both WWW::Mechanize and LWP::RobotUA are independently derived from LWP::UserAgent. There is, therefore, no copuling between them other than to have a common SUPER class. That doesn't allow Mech to honor robots.txt in any obvious (to me) way.
I think my request would be solved if I could have WWW::Mechanize use LWP::RobotUA instead of use LWP::UserAgent.
Perhaps there's another way to get it to work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to make WWW::Mechanize honor robots.txt (possibly via LWP::RobotUA)
by ikegami (Patriarch) on Nov 12, 2009 at 03:18 UTC | |
|
Re: How to make WWW::Mechanize honor robots.txt (possibly via LWP::RobotUA)
by Anonymous Monk on Nov 12, 2009 at 03:27 UTC |