xiel / rsshandler

Automatically exported from code.google.com/p/rsshandler
1 stars 0 forks source link

implement support for youtube subscriptions #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the only change required is as following:

  protected String getRssUrl(HttpServletRequest request) {
        return String.format("http://gdata.youtube.com/feeds/base/users/%s/newsubscriptionvideos", request.getParameter("id"));
  }

attached is HG bundle with changeset that add this support. Note that UI is 
shifted since I have no experience in MIG layout.

Original issue reported on code.google.com by mponomar...@gmail.com on 2 Jul 2011 at 8:06

Attachments:

GoogleCodeExporter commented 8 years ago
same changeset but as .patch

Original comment by mponomar...@gmail.com on 2 Jul 2011 at 8:09

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by jeromeku...@gmail.com on 14 Aug 2011 at 10:10

GoogleCodeExporter commented 8 years ago

Original comment by jeromeku...@gmail.com on 14 Aug 2011 at 10:10

GoogleCodeExporter commented 8 years ago

Original comment by jeromeku...@gmail.com on 14 Aug 2011 at 9:23