https://developer.yahoo.com/yql/Id like to use YQL for a project, but:All of the resources seem about 5 years old.About 50% of the examples on the homepage are broken.Some of the links do not ...
I need to take the feeds of more RSS Feed urls that I have to aggregate and show the news in descending order.Some links don't have an xml tag for <category> so I need to create one: I have to ...
I've got a set of XML files with article content (title, subtitle, content). I've got a Yahoo Pipe that finds the article XML for a specific date and turns it into an RSS feed. This feed is read by ...
So Y!Pipes is shutting down, no real alternatives exist, especially none quite similar to Y!Pipes.WebHookIt, here for the sources, seems like a potentially good alternative, keeping the simplicity ...
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 ...
I am using Yahoo Pipes for some time now, but I have now trouble with the regex function.In particular, I try to get the document and link for "1. Template notes and cash report Master Issuer ...
A similar question was asked a few years ago, but the accepted answer is vague at best and confusing at worst.I'm attempting to pass a number that I've retrieved via Regex from a fetched page as the ...
With all the questions already asked on this topic unfortunately I was unable to combine all the information into a working Regex.I'm trying to use yahoo pipes to substitute the content of an RSS ...
In yahoo pipes I have two rss feeds. Now I want to grab item content from second feed to compare it with item content in first feed.Based on GUIDs. If it matches I want the items from first feed in ...
i have two RSS feeds. First one is a news site rss feed with one IMDB Link in every "item.description".example:item.title: Baymax - Riesiges Robowabohuitem.description:Release Date...: 07.04....
So I need help. I used yahoo YQL to do a text search inside of Flickr and return results, but of course they don't have image or page links.Using the YQL (if anyone knows how to add 'large' images ...
i want to know if everyone is able to see the following URL successfully, because i am able to do so.but then, i try to use the URL above as my feed source in yahoo pipes, they show the following ...
I want to scrape the src of images in a RSS Feed with Yahoo Pipes.This Regex is selecting exactly what I want.src="([^"]*)"Image: <img src="image.jpg" width="300" height="422" alt="urkunde300"...
I'm making a big yahoo pipes project that takes DJ sets from various sources, filters them so the output only contains dj sets from the artists I filtered for and presents them in an RSS feed.Since ...