1. Pipes CE: A free version of Pipes

    If you ever wanted to run Pipes locally or look at the source code, now you can. Pipes CE is an AGPL licensed version of Pipes. Right now it is almost equal to what is run on pipes.digital, minus stuff like billing code and with a slightly different color scheme.

    /blog/upload/pipesce.png

    That’s a big step! It moves Pipes away from being a closed project to it being free software, software that can survive even without the involvement of this site. If you are a developer, have a look at the Github repository, and if you have want to see some new code merged into the core you now have the option to send in a pull request.

    onli,
  2. How to get notified of new YouTube videos in your feed reader

    This is part 6 in a series explaining how pipes works and what you can do with it. The article before this showed how to embed tweets into RSS feeds created by pipes.

    Some sites have working RSS feeds that can be used to easily feed them into pipes, but they hide them. Regular discovery can’t work when the feed is not linked in the head of a page, which is exactly what happens sometimes. The biggest offender here is probably YouTube. But since the feeds do exist and their url follows a known scheme, pipes can access them anyway.

    Let’s say I want to see all new videos added to the T90Official Age of Empires 2 channel. Load that page:

    /blog/upload/youtube_t90.jpg

    All we need is the url of the channel, https://www.youtube.com/channel/UCZUT79WUUpZlZ-XMF7l4CFg. Some channels also have a nicer to look at user url, like https://www.youtube.com/user/GamersNexus. That would also work.

    Create a new pipe, drag a feed block from the left toolbar into the editor area and connect it to the pipe output to the right:

    /blog/upload/youtube_feedblock.png

    Now the created feed contains items with links to all new uploaded videos:

    /blog/upload/youtube_t90_feed.png

    The second YouTube element that can be accessed are playlists. For example the game rating discussions by GamersGlobal:

    /blog/upload/youtube_gg_playlist.png

    Set the url https://www.youtube.com/playlist?list=PLK9Cx_P99XLIBMkdW48UMA8OCnwBXUEVZ as target of a feed block. And the feed will now contain the videos in the playlist:

    /blog/upload/youtube_playlist_feed.png

    Both type of feeds get updated as one would expect when new videos get added.

    Having those feeds is useful to filter out videos you don’t like, combine multiple channels into one or just to be notified about new videos of your favorite channel not on the YouTube website or app, but in your feed reader.