Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
2 answers
839 views

Bookmarklet to go to YouTube channel RSS feed

I've written a simple bookmarklet to go to the YouTube channel RSS feed URL from at least any video or channel page: ...
l0b0's user avatar
  • 9,107
2 votes
0 answers
391 views

XSS Sanitization of RSS Feeds using JS

I need to pull an rss feed with links, headlines, and descriptions onto the front page of a website, and while I would like to think the source is trustworthy, you can never rule out malicious actors. ...
Emmett R.'s user avatar
  • 129
5 votes
1 answer
1k views

RSS parser for Node.JS

I would like someone to review this code and tell if it can be done better, or if the code is elegant and simple enough for the task at hand. I used code climate and I got 4/4 and my test coverage is ...
Andres Osorio's user avatar
6 votes
1 answer
155 views

Refreshing / Cycling through a parsed RSS feed every 5 mins

I am working on a monitor signage display and have a "welcome to RSS" feed with just a title and description. I have code from feedEk that's been tweaked a bit to parse the feed and cycle it ...
MrScott101's user avatar
7 votes
2 answers
1k views

Feed API to display RSS feeds Ted talk

I am trying to create a webpage that will read RSS feeds from the TED talk website and display it on a page. I am using Google's Feed API for this. Here is the link to view the code online. Could ...
darkknight's user avatar
2 votes
1 answer
215 views

RSS Feed Calendar Plugin

This plugin is initialized like so: ...
Jonny Sooter's user avatar
  • 1,385
16 votes
3 answers
827 views

Displaying RSS feeds from Google Feed API as HTML list

What it does is: Reads from a RSS feed using Google Feed API Shows the list in an unordered list How good/bad is the code snippet? ...
Shahriar's user avatar
  • 313