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

Using Yahoo Pipes, how can I do the equivalent of "Loop: assign first two"?

The Loop operator in Yahoo pipes has two choices for its output: Emit (first/all) results, and Assign (first/all) results to _. What I really need is a Loop that will Assign the first TWO results to an element. Is there any way to accomplish…
andi
  • 6,442
  • 1
  • 18
  • 43
0
votes
3 answers

How to use Regex to Find & Replace html table tags?

I have blocks of code that look like this:
  Gift of Life Marathon Blood Drive - "the group stood before a sea of 1,000 Long…
Adam
  • 405
  • 1
  • 5
  • 22
0
votes
1 answer

Delete all the content between in Yahoo Pipes feed

I'm pulling a feed from GMA, don't ask why. I'm using yahoo pipes because I can filter out certain articles based on their title. Then I run the feed through feedenlarger.com so I can get the full text pretty easily. The problem I'm having is that…
0
votes
1 answer

regex for all characters on yahoo pipes

I have an apparently simple regex query for pipes - I need to truncate each item from it's () tag onwards. I thought a loop with string regex of
citronic
  • 9,868
  • 14
  • 51
  • 74
0
votes
1 answer

XPath query returns no results in Yahoo Pipes

Trying to get all titles from http://www.112.ru/services/wanted/people/index.shtml?roztype=1 using Yahoo Pipes Xfetch module. My query //span[@class='uchbold'] select all titles in Firepath successfully. But in Yahoo Pipes and Hpple there is no…
Shmidt
  • 16,436
  • 18
  • 88
  • 136
0
votes
1 answer

How do I pick a sub-element in Yahoo Pipes?

Below is an example of the type of RSS structure I am trying to parse (it is not complete for ease of explanation): test test 2
user1464409
  • 1,032
  • 5
  • 18
  • 31
0
votes
1 answer

Yahoo Pipes RSS: Copy link to looped results from Twitter search

I am using Yahoo pipes to make automated Twitter Searches using terms from the description fields of an RSS feed. Pipes makes one search from each item in the feed. Each search returns a set of results which are assigned as item.twitloop (all…
Meggy
  • 1,491
  • 3
  • 28
  • 63
0
votes
1 answer

Match first URL in string via regex for yahoo pipes

I am using Yahoo Pipes and trying to manipulate a link from an RSS feed. The feed has the URL format like this: http://domainone.com?blahblahblah?url=http://otherdomain.com/the_rest_of_the_link Using the pipes regex module I would like to search…
Kevin
  • 3,690
  • 5
  • 35
  • 38
0
votes
1 answer

How to get only the URL using regex on Yahoo Pipes?

for example, I have some feed, with an item title like this Some text is better than one text http://t.co/blablabla #hashtag then I want to get only the URL using regex like this http://t.co/blablabla how do i do that ?
0
votes
1 answer

Ypipes and wookmark jquery plugin

I am trying to combine yahoo pipes with wookmark jquery. The issue I am having is some of the images are not resizing correctly. I have it up at http://justawebbie.com/wookmark-ypipe/. The page is real clean just has the code for the wookmark and…
Uaf Fairbanks
  • 63
  • 1
  • 1
  • 7
0
votes
1 answer

How to update item's title with Yahoo Pipes?

I use the feed with items like below: 2013-02-04T10:13:51.616+04:00 2013-02-04T10:13:51.616+04:00
LA_
  • 19,823
  • 58
  • 172
  • 308
0
votes
1 answer

Feedburner - Limit items displayed?

I want to put a feed (which I do not own) through feedburner. Somewhere along the lines, I want to have it limited to, for example, 10 feed items. The feed usually contains 1,000 items which, is far too many. I have considered Yahoo! pipes, and that…
pingu2k4
  • 956
  • 2
  • 15
  • 31
0
votes
1 answer

yahoo pipes and custom rss

I've created a custom yahoo pipe to extract specific events from a web site that I want to deliver by email as a reminder. I've created duplicate the item.content in different custom fields that are parsed and stripped out of unnecessary things, and…
Andrea Moro
  • 676
  • 2
  • 9
  • 20
0
votes
1 answer

Yahoo Pipes: String tokenizer won't accept {

I am trying to parse some JSON output from a web service using yahoo pipes and whenever I try to use a { in the string tokenizer it breaks the pipe. Is it a protected/special character or something?
John S
  • 464
  • 1
  • 8
  • 23
0
votes
2 answers

extract and log a value from JSON data using jquery

I have searched and searched but being unsure how to phrase my queries I have been unable to achieve what i believe is a simple goal. I have an RSS feed from Deviant Art that is run through Yahoo Pipes this is the…