↧
Answer by Sibin for Extracting images from RSS/Atom feeds
You can also try this.let str = `<description><![CDATA[<img src="https://i.kinja-img.com/gawker-media/image/upload/s--E93LuLOd--/c_fit,fl_progressive,q_80,w_636/hd6cujrvf1d72sbxsbnr.jpg"...
View ArticleAnswer by Ed. for Extracting images from RSS/Atom feeds
Using these sources:parse html inside cdata using jquery or javascriptjQuery.parseXMLhttps://www.w3schools.com/xml/dom_cdatasection.aspIt is essential that you get your content correctly as XML, by...
View ArticleExtracting images from RSS/Atom feeds
I'm wondering how to extract images from RSS and Atom feeds so I can use them as a thumbnail when display the feed in a container with it's relative Title, Description and Link. So far my code, (shown...
View Article