Skip to content

Instantly share code, notes, and snippets.

@weaselnerd
weaselnerd / 700X700_thebugle.jpg
Last active January 8, 2022 17:55 — forked from kallam/bugle-rss.xml
Modified version of the original Bugle RSS feed with all links replaced with episodes hosted on http://gamesplusone.com/thebugle/
700X700_thebugle.jpg
@kallam
kallam / bugle-rss.xml
Last active October 13, 2022 03:13
Modified version of the original Bugle RSS feed with broken links replaced with episodes hosted on http://gamesplusone.com/thebugle/
<?xml version="1.0"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<title>The Bugle - Audio Newspaper For A Visual World</title>
<description> John Oliver and Andy Zaltzman, fully-qualified Grand Masters of Satirical Jabber, bridge the watery rift through the healing medium of topical podcastery.</description>
<itunes:subtitle> John Oliver and Andy Zaltzman, fully-qualified Grand Masters of Satirical Jabber, bridge the watery rift through the healing medium of topical podcastery.</itunes:subtitle>
<itunes:category text=""/>
<itunes:author>Times Online</itunes:author>
<itunes:image href="http://extras.thetimes.co.uk/public/podcastimages/700X700_thebugle.jpg"/>
<itunes:owner>
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';