Changeset 1784
- Timestamp:
- 10/20/06 02:38:25
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mixi.pm
r1767 r1784 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
