0
votes
3answers
36 views
How to use Regex to Find & Replace html table tags?
I have blocks of code that look like this:
<table border="0"><tr><td><img src='http://profile.ak.fbcdn.net/object3/686/9/q142163634919_249.jpg'/>  …
1
vote
1answer
22 views
is there a way to import/export a pipes source in text/xml format?
I'd like to save a copy of some of my pipes offline before I go to edit them, and possibly reload them from an external source again in future.
Can this be done?
0
votes
0answers
38 views
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 (<img>) tag onwards. I thought a loop with string regex of <img[.]* replaced by …
0
votes
0answers
18 views
How do I use Regex in Yahoo Pipes?
I am not Yahoo Pipes user but I do not know anything about programming.
I use Yahoo Pipes to generate RSS feeds from several websites that allow me to use their feeds on my site. W …
2
votes
5answers
373 views
can’t add yahoo pipes to google reader
for some reason the feed won't load anything when I add it to google reader.
The pipe is very simple, consists of 2 filters only. Runs fine in yahoo pipes itself, just will not b …
0
votes
2answers
160 views
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?%5Fid=85a288a1517e615b765df9603fd604bd
I am trying to modify all url's as …
0
votes
2answers
350 views
post forms with yahoo pipes?
is it possible to submit forms with yahoo pipes?
i basically need to log in somewhere, and get some stuff from the members area of a website into a feed.
1
vote
0answers
47 views
Fetching plain text in Yahoo Pipes
I have a Yahoo pipe taking the Atom feed from a Google group, and I want to do some processing on the message's full text (running various regular expressions to extract data). I c …
1
vote
1answer
58 views
How can I insert into Yahoo! Pipes feed titles?
This query concerns Yahoo Pipes only.
I want to search for a series of characters in a feed title, and when I've found it, I want to insert some text. Yahoo Pipe's regex module a …
0
votes
1answer
151 views
Google Calendar Feed - Only Show Today’s Events
Hi Everyone,
This is my first post here at stackoverflow. My question is how to change the google calendar feed so that it only shows events for the current day automatically?
B …
0
votes
0answers
52 views
Using Yahoo Pipes to Convert an RSS feed into iCal
I'm looking at the Yahoo Pipe http://pipes.yahoo.com/pipes/pipe.info?%5Fid=tI17l5t63hGwcq4a0EypaA as the basis for converting RSS feeds into iCal format. Looking at the Pipe desig …
1
vote
4answers
78 views
Simple Regex Programming Problem
I am using Yahoo Pipes to take a twitter feed and filter information out. Pipes' regex function is a replace ______ with ____ iteration.
My example is:
Testbedots: happy "twin …
1
vote
2answers
79 views
yahoo pipes - “i + 1” at the end of a title
For this pipe...
Pipes: 0070c images into a feed (English Russia)
link
...I want to make the titles
image 1
image 2
image 3
image 4
etc.
In a programming language I could gr …
0
votes
2answers
86 views
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 …
0
votes
0answers
18 views
Yahoo pipes - Datebuilder and filter out unwanted days
I have a ypipe I am trying to make. I have used a CSV file for the ypipe to get information from then I want to filter out the days before and after todays date. Which means I w …
