Changeset 38868 for lang

Show
Ignore:
Timestamp:
03/01/11 21:18:49 (2 years ago)
Author:
sweetpotato
Message:

レーベル名をタイトルから除外するよう修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/plagger/assets/plugins/CustomFeed-Script/comiclist_jp.pl

    r38817 r38868  
    2525            part => ['text', sub { s!^.*?/!!; $_ } ]; 
    2626        process '/tr/td[2]', publisher => 'text'; 
    27         process '/tr/td[3]', title => 'text'; 
     27        process '/tr/td[3]', 
     28            title => ['html', sub { s!.*?<br.*?>!!i; s/<.*?>//g; $_ } ], 
    2829        process '/tr/td[4]', author => 'text'; 
    2930        process '/tr/td[5]', price => 'text';