Changeset 606

Show
Ignore:
Timestamp:
04/16/06 17:13:38
Author:
manabou
Message:

BBC,NYTimes fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/assets/plugins/Filter-EntryFullText/bbc.yaml

    r605 r606  
    22author: Manabu Ishii 
    33handle: http://news\.bbc\.co\.uk/ 
    4 extract: <div class="sh">(.*?)</div>.*?<!-- S SF -->(.*?)<!-- E BO --> 
     4extract: <div class="sh">(.*?)</div>.*?<!-- S BO -->(.*?)<!-- E BO --> 
    55extract_capture: title body 
  • trunk/plagger/assets/plugins/Filter-EntryFullText/nytimes.yaml

    r605 r606  
    22author: Manabu Ishii 
    33handle: http://www\.nytimes\.com/ 
    4 extract: <h1>.*?<NYT_HEADLINE.*?>(.*?)</NYT_HEADLINE>.*?</h1>.*?(<NYT_BYLINE.*?)<!--related blogs promo end --> 
     4extract: <div id="article">[^<]*?<h1>[^<]*?<NYT_HEADLINE[^>]*?>(.*?)</NYT_HEADLINE>[^<]*?</h1>.*?(<NYT_BYLINE.*?)<!--related blogs promo end --> 
    55extract_capture: title body