Some examples of (sfeed) connector scripts using sfeed_update           [09/17]

The helper shellscript sfeed_update supports custom connector scripts by
overriding the fetch() and parse() function.

So any script that can fetch from some API and convert to the sfeed(5) or
RSS/Atom format can be integrated into the feeds.

* github API: get a list of issues or follow comments from an issue.
https://git.codemadness.org/randomcrap/file/config/sfeed/connectors/github.html
gopher://codemadness.org/1/git/randomcrap/file/config/sfeed/connectors/github.gph

* youtube-videos-with-duration: get videos from an Atom feed and scrape video
  information by scraping and combine the data.
  I use this to add the video duration to the title and filter away Youtube
  shorts and filter away upcoming announcements.

  https://codemadness.org/yt-chan/UCrbvoMC0zUvPL8vjswhLOSw.xml
  gopher://codemadness.org/0/feed.cgi/UCrbvoMC0zUvPL8vjswhLOSw.xml

  This gateway/proxy supports other output formats too by changing the file
  extension.  Supported extensions are: atom, gph, html, json, tsv (sfeed), txt.

