Quantcast
Channel: How Do I Select RSS Feed Item Element Using Puppeteer? - Stack Overflow
Browsing index pages (3 articles)

How Do I Select RSS Feed Item Element Using Puppeteer?

I am trying to consume an RSS feed using Puppeteer and output a new feed, but so far every the value of every element in the new feed says "undefined." At first I thought it was due to the elements not...

View Article


Answer by vsemozhebuty for How Do I Select RSS Feed Item Element Using...

If I understand correctly, you are trying to interact with RSS document. RSS is XML, not HTML, so you need API for Node classes, not HTMLElement classes. So instead of HTMLElement.innerText, you can...

View Article


Answer by PostAlmostAnything for How Do I Select RSS Feed Item Element Using...

I ended up going with an RSS parser. This code uses Puppeteer to take a screenshot of images specified by the url attribute of an enclosure element. This is good for scraping sites that do not allow...

View Article
Browsing index pages (3 articles)


Latest Images