Quantcast
Channel: YQL: data>RSS feed - with images only - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Alex Aza for YQL: data>RSS feed - with images only

select * from xml where url in( 'http://rss.news.yahoo.com/rss/us', 'http://rss.news.yahoo.com/rss/world' ) and itemPath="//item" and content.type = 'image/jpeg'

View Article



YQL: data>RSS feed - with images only

I'm using this to retrieve RSS news feeds from Yahoo (JSON): select * from xml where url in( 'http://rss.news.yahoo.com/rss/us', 'http://rss.news.yahoo.com/rss/world' ) Is it possible to limit...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images