Ticket #381 (feature)

Opened 2 years ago

Last modified 2 years ago

split out Feed parser and Auto Discovery from Agg::Simple

Status: closed (fixed)

Reported by: miyagawa Assigned to: miyagawa
Priority: major Milestone:
Component: Plagger Version:
Keywords: Cc:

Change History

08/20/06 17:36:23: Modified by miyagawa

  • status changed from new to closed.
  • resolution set to fixed.

(In [1492]) Refactored XML::Feed and Aggregator::Simple to split out the parser and discover functionality to a separate module: Plagger::FeedParser?, and new methods to UserAgent?: $ua->find_parse($url) and $ua->fetch_parse($url). Fixes #381