Changeset 214

Show
Ignore:
Timestamp:
03/01/06 15:02:51
Author:
miyagawa
Message:

Yahoo360JP: fetch_blast as option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/CustomFeed/Yahoo360JP.pm

    r213 r214  
    113113    ; 
    114114 
    115     if ($link) { 
     115    if ($link && $self->conf->{fetch_blast}) { 
    116116        $mech->get($link->url); 
    117117        my $content = decode('utf-8', $mech->content); 
     
    189189      password: xxxxxxxx 
    190190      fetch_body: 1 
     191      fetch_blast: 1 
    191192 
    192193=head1 DESCRIPTION 
     
    195196Yahoo! JAPAN 360 and make a custom feed off of them. 
    196197 
     198=head1 CONFIG 
     199 
     200=over 4 
     201 
     202=item username, password 
     203 
     204Your Yahoo! ID and password to login. 
     205 
     206=item fetch_body 
     207 
     208Specifies whether this plugin fetches body of your friends' blog 
     209entry. Defaults to 0. 
     210 
     211=item fetch_blast 
     212 
     213Specifies whether this plugin fetches a list of your friends' 
     214blasts. Defaults to 0. 
     215 
     216=back 
     217 
    197218=head1 AUTHOR 
    198219