Questions tagged [yahoo-pipes]

Yahoo! Pipes was a web service which allows user to aggregate, filter, and combine web data sources such as RSS feeds and web pages into an output feed. It closed on 30 September 2015.

According to Yahoo!, the service will be closed on August 31, 2015.

Pipe definitions may be downloaded by calling http://pipes.yahoo.com/pipes/pipe.info?_id=PIPE_ID&_out=json where PIPE_ID is the pipe's unique identifier.

317 questions
0
votes
1 answer

Regulate image sizes in Yahoo Pipes output

When combining multiple blog feeds into one using Yahoo Pipes, is it possible to control the image sizes in the output? I've seen the existing operators and filters offered, but there doesn't seem to be an option that e.g. rejects a post from my…
strangerpixel
  • 798
  • 1
  • 11
  • 27
0
votes
1 answer

Filter out RSS items with description less than 3 characters using Yahoo Pipes

I am trying to filter out items that has empty description or description shorter than 3 characters using this Yahoo Pipe: http://pipes.yahoo.com/pipes/pipe.edit?_id=966d5a5006cad6b2825d4f744b1ebb50#eefd469cf1c28d4d6cb6bd6c6c1ab6b8 Here is the…
user1833760
  • 51
  • 1
  • 1
  • 4
0
votes
2 answers

Rewrite image url in the RSS feed using Yahoo Pipes

I am trying to display full-sized images in Pinterest RSS feed instead of thumbnails using this Yahoo Pipe: http://pipes.yahoo.com/pipes/pipe.info?_id=4cc22a300ac57e4a88f908f0548ff79e In order to display large images I need to rewrite image URL for…
user1833760
  • 51
  • 1
  • 1
  • 4
0
votes
1 answer

Sorting Yahoo Pipes entry by last word via RegEx

I'm trying to sort items generated by Yahoo Pipes from a CSV file by the last word of one of the entries of the generated items: Example JSON item generated by this Pipe: "items": [ { "name": "Prof. Dr.-Ing. Richard Bamler", "link":…
Jens Habegger
  • 5,266
  • 41
  • 57
0
votes
1 answer

Regex to remove ' from media:credit in yahoo pipes

I hope this is really simple - but I haven't been able to find the answer. I'm using Yahoo Pipes to output an instagram RSS feed as JSON. Everything works fine except when the photographer's name (in the item [media:credit].content field) ends…
sideroxylon
  • 4,338
  • 1
  • 22
  • 40
0
votes
2 answers

Regex and Yahoo Pipes: How to replace end of url

Here's the Pipe though you may not need it to answer the question: http://pipes.yahoo.com/pipes/pipe.info?_id=85a288a1517e615b765df9603fd604bd I am trying to modify all url's as…
Adam
  • 405
  • 1
  • 5
  • 22
0
votes
1 answer

Find all Delicious posts using Yahoo! Pipes from ALL users

I'd like to try to create a Yahoo Pipe that will return ALL of the articles, urls, and # of saves on Delicious which are tagged with the category, for instance, 'sushi'. Is that possible? (I know I can do it with my own tags, or with those in my…
MrPaladin
  • 5
  • 1
0
votes
3 answers

Yahoo Pipes Keep Old RSS Feeds From Publishing

I have a Yahoo Pipe, were I am trying to prevent old RSS feeds from getting published. I've tried it with a Filter and if a have a look at the preview it seems to be working just as expected. But if I subscribe to the feed, I still receive old…
amannn
  • 53
  • 4
0
votes
2 answers

Yahoo Pipes: More complex RSS output?

I've been working with pipes for a while now, I am trying to output more than the basic structure of: Item title link description guid pubDate I want to publish more data in the RSS feed under different fields but cannot…
Kevin
0
votes
2 answers

Yahoo! Pipes - update all sub-items?

I have tried for hours and found no solution for this problem. There is a Pipe I'm designing that pulls data from different RSS feeds. URLs for these feeds are located in a CSV file, so I'm able to parametrize this Pipe in the future. Everything…
Zathrus Writer
  • 4,311
  • 5
  • 27
  • 50
0
votes
1 answer

Return regex match in Yahoo Pipes

I want to take my 'item.title' string and store a match from a regular expression into 'item.myRegexMatch'. However, it's unclear to me how to achieve this, as all the Regex modules in YP require a "replacement" string. I don't want to replace…
Derek
  • 759
  • 1
  • 11
  • 20
0
votes
1 answer

Combine RSS Items Into a Single Item

I'm working on building an app which will take multiple RSS feeds and combine them into a single feed. So far so good, I'm able to do this via Yahoo Pipes easily enough. What I'm having problems figuring out how to do, is to take the items from the…
mrdenny
  • 4,990
  • 2
  • 21
  • 28
0
votes
1 answer

Remove non-breaking space in Yahoo! Pipes

I used the XPath Fetch Page module to fetch a page and convert it to a bunch of nodes. One of the nodes has "2012-07-28 00:00", but the   appears as a space ("") in Yahoo! Pipes. I also entered the string here and it considers it a regular…
Gary
  • 3,891
  • 8
  • 38
  • 60
0
votes
2 answers

Replace item.title in yahoo pipes with regex

In Yahoo Pipes, titles of feed'items : some words 23 january 2012 some words some words 3 february 2012 some words some words 04 july 2012 some words I want to replace them by 23 january 2012 3 february 2012 04 july 2012 I use regex replace…
ALM
  • 3
  • 1
0
votes
1 answer

How to concatenate, format and then split again strings in Yahoo Pipes

I am trying to fetch a feed and then add one field to every entry using Yahoo Pipes. In order to get content of fields I'd like to add, I have to fetch some data from my server using Fetch Data (http://www.myserver.com/?get=author) However I would…
Gury Max
  • 161
  • 2
  • 14