Changeset 2017
- Timestamp:
- 02/11/08 20:50:23
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Frepa.pm
r1712 r2017 131 131 return unless $self->{mech}->success; 132 132 133 if ($self->{mech}->content =~ /login side/) {133 if ($self->{mech}->content =~ /loginContent/) { 134 134 unless ($args{livedoor_id} && $args{password}) { 135 135 Plagger->context->log(error => "Error logging in using existent Cookies. Your User-Agent (" . $self->{mech}->agent . ") should strictly match with the UA used with the Cookies.");
