Changeset 1958
- Timestamp:
- 09/24/07 18:11:11
- Files:
-
- trunk/plagger (modified) (previous)
- trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mixi.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mixi.pm
r1827 r1958 97 97 my $next_url = URI->new($start_url)->path; 98 98 99 if ($response->content =~ /action=" login\.pl"/) {99 if ($response->content =~ /action="\/login\.pl"/) { 100 100 $context->log(debug => "Cookie not found. Logging in"); 101 101 … … 110 110 sticky => 'on', 111 111 }); 112 if (!$response->is_success || $response->content =~ /action= login\.pl/) {112 if (!$response->is_success || $response->content =~ /action=\/login\.pl/) { 113 113 $context->log(error => "Login failed."); 114 114 return;
