Skip to content

issues Search Results · repo:ruby/rss language:Ruby

Filter by

27 results
 (81 ms)

27 results

inruby/rss (press backspace or delete to remove)

This fits pretty solidly into the WorksAsDesigned category, but I came across a feed that is not parseable by the RSS gem due to the feed not using RFC822 dates: https://travel.state.gov/_res/rss/TAsTWs.xml ...
  • jdblack
  • 2
  • Opened 
    25 days ago
  • #58

Eg. those = [ {link: a , title: b }, {link: c , title: d }, ] maker.items.new_item { |item| those.shift } # Alt. A maker.items.from(those) # Alt. B maker.items = those # Alt. C maker.channel = ...
  • forthrin
  • 2
  • Opened 
    on Jan 19
  • #57

Hi, Thanks so much for your work maintaining the rss gem! It is central to the open-source RSS feed reader I build and maintain (https://github.com/havenweb/haven) I m using the rss gem to parse RSS ...
  • mawise
  • 3
  • Opened 
    on Aug 21, 2024
  • #56

https://github.com/ruby/ruby/actions/runs/10211279098/job/28252311558#step:13:290 Error: test_parse(RSS::TestParser): RSS::NotWellFormedError: This is not well formed XML Malformed XML: Content ...
  • hsbt
  • 4
  • Opened 
    on Aug 2, 2024
  • #54

I am also running into the issue brought up in https://github.com/ruby/rss/pull/48. Speciically, I am working with a partner whose rss feed contains item [...] itunes:episodeType full ...
  • ozydingo
  • 5
  • Opened 
    on Apr 23, 2024
  • #51

I have the following code MINDSCAPE_FEED= https://rss.art19.com/sean-carrolls-mindscape URI.open(MINDSCAPE_FEED) do |rss| feed = RSS::Parser.parse(rss, ignore_unknown_element=true) puts Title: ...
question
  • timuckun
  • 3
  • Opened 
    on Aug 10, 2023
  • #45

RSS::Parser.parse(open( foo.xml )) on a feed that lacks the elements marked NULL gives: rss-0.2.9/lib/rss/rss.rb:1180:in block in _validate : tag title is missing in tag image (RSS::MissingTagError) ...
  • forthrin
  • 2
  • Opened 
    on Mar 19, 2023
  • #43

When I validate an atom feed produced by this gem I get a warning: Missing atom:link with rel= self https://validator.w3.org/feed/docs/warning/MissingSelf.html I don t know if this is something which ...
  • dgmstuart
  • 2
  • Opened 
    on Apr 8, 2022
  • #39

Is it possible to add namespace content such as snf:logo ? RSS::Maker.make( 2.0 ) do |maker| maker.channel.title = Hello World! # snf:logo # url http://times.smartnews.co.jp/snlogo.png /url ...
  • ysksn
  • 1
  • Opened 
    on Dec 3, 2021
  • #38

Ruby version: 3.0.0 In the README example on how to read an RSS feed the open method is used but it looks like it s trying to open a file Errno::ENOENT (No such file or directory @ rb_sysopen - rss-feed ...
  • wildeng
  • 1
  • Opened 
    on May 22, 2021
  • #33
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub