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

YQL XML Output with custom namespace

I am attempting to parse a JSON feed from Yahoo Pipes to turn it into XML, using YQL. My query is: "select * from json where url='http://pipes.yahoo.com/pipes/pipe.run?_id=[pipe-id]&_render=json'" The problem is that the original Pipe was parsing an…
JB Lesage
  • 81
  • 1
  • 9
0
votes
1 answer

How can I add a single space in Yahoo Pipes, that will not be removed?

I'm learning to create a Twitter bot using Yahoo pipes, and here's my pipe. The pipe is working, but I have a problem when I run it. This is a sample of the result: Follow kami untuk mendapatkan cerita renungan kristen RT @InggrianiVeeTiap…
nencor
  • 1,621
  • 3
  • 14
  • 15
0
votes
3 answers

How to get the direct link from a twitter short link

twitter rss feed links comes short (like http://t.co/rwkYrSPD) I want to get the direct link with using yahoo pipes How to do it?
snjflame
  • 41
  • 1
  • 1
  • 7
0
votes
2 answers

Regex: Change all words before a certain one into uppercase

I'm looking to take a string of the form: Article Title Of Unknown Length by Author Name: some.url And simply change it to: ARTICLE TITLE OF UNKNOWN LENGTH by Author Name: some.url I have tried various options that will successfully pick out the…
0
votes
2 answers

Get value between tag using regex in Yahoo Pipes

I have searched up and down trying to find an answer that will work for me but haven't been able to figure this out. I'm using Yahoo Pipes for this. Lake Harmony Estates Sleeps: 16 What I need to do is extract the Sleeps: 16 out from the B…
jbwharris
  • 710
  • 1
  • 10
  • 30
0
votes
1 answer

How embed a Youtube video in an Yahoo Map description box - Yahoo!Pipes

How embed a Youtube video in an Yahoo Map description box (location extractor output) - Yahoo!Pipes thanxs
0
votes
1 answer

Using Yahoo Pipes to remove a table

I'm importing RSS Newsfeeds using Yahoo Pipes and it works really well. My problem is that it sometimes imports Social Bookmarks. However these are encapsulated in a table. My question then is how to remove a table (thus removing the links it…
0
votes
1 answer

Yahoo Pipes: Missing Filter Rules

I am trying to build a simple RSS filter in Yahoo Pipes for the first time.I would like to filter by date. I have a bunch of RSS feeds from a "fetch feed" data source and I connect them to a filter. I am now supposed to get a item.y:published.utime…
Wigster
  • 101
0
votes
1 answer

Using category feeds for Yahoo Pipes

I am using Yahoo Pipes API to create an application where i am picking up feeds from different websites. These feeds initially were the main rss feed of the blog. However, i need to take only those feeds which are a part of category. So suppose…
CodeMonkey
  • 2,265
  • 9
  • 48
  • 94
-1
votes
1 answer

Remove content from a wordpress.com feed using yahoo pipes

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:
Brooke.
  • 3,691
  • 13
  • 49
  • 80
-1
votes
1 answer

yahoo pipes regex extract hyperlink

I am using Yahoo pipes to take an RSS feed from Reddit to later combine with other feeds. The link for the item redirects back to Reddit. I would like it to redirect to the actual content. In order for me to do so, I need to extract a hyperlink from…
ron_g
  • 1,474
  • 2
  • 21
  • 39
-1
votes
2 answers

Filter the RSS links based on keywords in their content in Yahoo Pipes

I'm creating an RSS feed with Yahoo Pipes and I'm trying to filter the links based on the keywords used in the page. How Can I do this? Note that I only have the link in the data. An example is that I have the link :…
-1
votes
1 answer

Is it possible to build a URL with Yahoo Pipes by using a feed title? (item.title)

Using Yahoo Pipes, I know that there are many ways to take something from a string and insert it into a feed. I am wondering if it is possible the otherway around. So far I have been unsuccessful in taking something for instance an title…
-1
votes
2 answers

Yahoo Pipes - How Do I Truncate the last 5 Characters

I am using Yahoo Pipes to rewrite a URL. Everything is fine but the last 6 characters of the URL need to be removed from all the links. Ex. http://www.mysite.com/blahblah/34567 needs to be rewritten to http://www.mysite.com/blahblah The number at…
1 2 3
21
22