Bugs: Browse | Submit New | Admin

[#21601] Title in image

Date:
2008-08-19 04:07
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Title in image

Detailed description
I found another title-related problem.

Take this feed: http://www.sneakersbr.com.br/rss/rss-news.php 

There's an <image> tag with an <title> inside. The parser always get the title for the item from the image.

Add A Comment: Notepad

Please login


Followup

Message
Date: 2008-09-19 05:17
Sender: Arthur Zapparoli

So, that's a bug, right?
Date: 2008-08-20 16:28
Sender: Arthur Zapparoli

I'm still getting problem with the latest version of
rFeedParser.

require "rubygems"
require "rfeedparser"

f = FeedParser.parse("http://www.sneakersbr.com.br/rss/rss-n
ews.php")

f.items.collect { |i| i.title} => ["Image",
"Image", "Image", "Image",
"Image", "Image", "Image",
"Image", "Image", "Image"]
Date: 2008-08-19 17:36
Sender: Jeff Hodges

What version of rfp are you using? I can't reproduce with the
current latest, 0.9.951.

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item