in reply to How to extract data from rss feed using XML::Feed
The piece of data I want is the duration '00:20:00'. How do I get that in my script? Thanks!
Well , I would ditch XML::Feed for plain XML::LibXML and use //item to find each item, then use ./itunes:duration to get duration
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to extract data from rss feed using XML::Feed
by Anonymous Monk on Feb 09, 2014 at 03:51 UTC |