Yahoo Pipes - two RSS feeds - Compare item contents based on IMDB Link -
Yahoo Pipes - two RSS feeds - Compare item contents based on IMDB Link -
i have 2 rss feeds. first 1 news site rss feed 1 imdb link in every "item.description". example:
item.title: baymax - riesiges robowabohu
item.description:
release date...: 07.04.2015
imdb...........: http://www.imdb.com/title/tt2245084
second 1 imbd watchlist. example:
<item> <pubdate>wed, 08 apr 2015 08:26:05 gmt</pubdate> <title>big hero 6 (2014)</title> <link>http://www.imdb.com/title/tt2245084/</link>; <guid>http://www.imdb.com/title/tt2245084/</guid>; <description></description> </item>
as u can see can not compare/link title because 1 title in german, other 1 original title. thought compare based on imdb link.
now want output when new film appears in first rss feed (news site) compares mit imdb watchlist rss feed based on imdb link.
how can implement yahoo pipes?
solved yql module next query: select * rss url='feed1' , guid in (select guid rss url='feed2')
rss compare yahoo-pipes imdb
Comments
Post a Comment