yahoo-pipes

is yahoo pipes output HTTP Conditional Get-aware, or can it be made so

So it seems a yahoo pipe cache is fixed at 30 minutes. Considering it is dynamically generated (no flat file), is the software that generates the feed configured to produce HTTPCG-aware feeds, can it be setup when buidling a pipe? If not can it somehow (third party cache) hacked into being so ? ...

Yahoopipes Picasa feed <media:thumbnail> accessing at runtime results

Hi, I am using YahooPipes code to parse a cross domain picasa feed in its minimal form. I would like to know how to read the media:group - media:thumbnail tag in the xml retrieved at Runtime. for (var i=0; i<feed.value.items.length; i++){tmp+='<a href="'+feed.value.items[i].link+'">';tmp+=feed.value.items[i].title+'</a><br>';if (feed.v...

Regular expression in Yahoo Pipes

Hi, I want to know what regular expression should be applied to replace 1 - 55 of 55 to only get 55 in Regex module of yahoo pipes. Thanks ...

Invert match with RegExp

Hi, I'm currently working on a pipe on Yahoo! Pipes. I got a RegExp to match an URL. Now, I need to match the unmatched in order to delete it, so that there is only my URL. My RegExp is: [A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+ How do I invert the matching? (It has to be done via another RegExp, YPipes doesn't support an...

Adding results from two 'Count' modules in Yahoo Pipes

Hi, How to add (sum up) results from two 'count' modules in Yahoo pipes ? Suppose one 'count' module displays 4 and other one displays 5, now how can I add these results 4+5 Thanks ...

Remove content from a wordpress.com feed using yahoo pipes

Hello, I am using yahoo pipes to get content matching a certian category from my WordPress.com Blog. Everything is working fine but WordPress adds "share" links to the bottom of the feed that I would like to remove. Here is what's being added: <a rel="nofollow" target="_blank" href="http://feeds.wordpress.com/1.0/gocomments/bandonran...

Aggregating from various sources

It could be a project well beyond my skills right now but I've got around one full month to spend on it so I think I can do it. What I want to build is this: Gather news about a specific subject from various sources. Easy, right? Just get the rss feeds and display them on a page. Well, I want something more advanced: Duplicates removed a...

Filter feed by keywords with Yahoo pipes

I want to create a filter based on a couple of keywords. Let's say we have two keywords, water and sand then I like to create a filter that searches for both keywords in the description. So both water and sand should exist in the description. Can anyone guide me in the right direction here? ...

Change the language on a SmartCast podcast using yahoo pipes?

The SmartCast function in FeedBurner is powerful and easy to use, I can do a quick podcast using any blog platform, instead of using other software. But, it's so dumb to put in the generated XML, without asking, this: </item> <language>en-us</language> So, iTunes and others podcast indexers thinks that my podcast is in english languag...

Problem get full contents of boygj.com in feed using Yahoo Pipes

I've tried many times to get full contents of boygj.com in feed using Yahoo Pipes In the pipes is: Fetch feed http://boygj.com/rss.xml Cut content from <div class="content"> to <div class="service-links"> ...all those contents assigned to item.description.content But the pipes always showing wrong cutting. What happened and what i...

Problem get full contents of heroturko.org in feed using Yahoo Pipes

I've tried many times to get full contents of heroturko.org in feed using Yahoo Pipes In the pipes is: Fetch feed http://www.heroturko.org/wallpapers/rss.xml From feed, fetch item.link Cut content from <div class="article"> to <div align="center"> ...all those contents lastly assigned to description This is link to the pipe:http://...

Simple Yahoo Pipe not working

All I want to do is mix three rss feeds into one, remove duplicates (based on the title) and sort the items by date of publish. So I built this pipe (http://pipes.yahoo.com/nerdvanagr/olympiacosbc) which is just refusing to work: As you can see, for example, the 4th and the 7th iteam have almost exactly the same title so one of them shou...

Merge Item descriptions in to one item

I have item descriptions from three different items. I would like to merge them into one item. Here is my pipe link, http://pipes.yahoo.com/pipes/pipe.edit?_id=70729b8ece3922e621dfae5243f02916 I currently have output in items 0,1,2. I want the item description from 1 and 2 to be added into 0. Can someone give me some ideas how to do t...

How to make a pipe capture the whole page, not just the RSS snippet

I have just started learning Yahoo Pipes and I am trying to build a Formula 1 RSS feed. I want to make a mash-up of RSS feeds from F1 sites and sites with Formula 1 content. I am trying to take an existing RSS feed(s), go to the page referred to by the link, captures the main body or full text of the content of the page referred to in ...

display only todays feeds

i put out a daily media monitor that combines content from multiple sources each day. is there a way to do this in ypipes? when i run my pipe i only want to see feeds from today only. i am not a programmer ...

Fixing yahoo pipes infinite loop

Just started playing with yahoo pipes with twitter for an auto-retweet. For some reason I keep getting an infinite loop. Does anyone know what I am doing wrong? Here is my pipe: http://pipes.yahoo.com/pipes/pipe.info?_id=ef6d2f2022a9e560484dc69b12fd4a22 ...