Giter VIP home page Giter VIP logo

Comments (6)

kou avatar kou commented on August 13, 2024 2

I'll work on it when I can work on it.

from rss.

jabbett avatar jabbett commented on August 13, 2024 2

I ran into this today. Has anyone else found an alternative gem that supports media:content and/or media:thumbnail?

I have changed approaches - I'm using the Nori gem (https://github.com/savonrb/nori) to convert RSS into a hash and just navigate through it that way.

# load your RSS somehow then pass into Nori...
feed = Nori.new.parse(rss)
title = feed["rss"]["channel"]["title"]
description = feed["rss"]["channel"]["description"]
items = feed["rss"]["channel"]["item"]
items.each do |item|
  item_title = item["title"]
  content = item["content:encoded"]
end

from rss.

brentdodell avatar brentdodell commented on August 13, 2024 1

I ran into this today. Has anyone else found an alternative gem that supports media:content and/or media:thumbnail?

from rss.

kou avatar kou commented on August 13, 2024

We need to add support for Media RSS: https://www.rssboard.org/media-rss/

from rss.

onli avatar onli commented on August 13, 2024

Hi kou. Is that Media RSS support something you are planning to add? It would be very helpful!

from rss.

christobh avatar christobh commented on August 13, 2024

I ran into this today. Has anyone else found an alternative gem that supports media:content and/or media:thumbnail?

Same... Seems still can't parse media content

from rss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.