<trclass="field-odd field"><thclass="field-name">copyright:</th><tdclass="field-body">2013, Lars Kiesow <<aclass="reference external"href="mailto:lkiesow%40uos.de">lkiesow<span>@</span>uos<span>.</span>de</a>></td>
</tr>
<trclass="field-even field"><thclass="field-name">license:</th><tdclass="field-body">FreeBSD and LGPL, see license.* for more details.</td>
</tr>
</tbody>
</table>
<dlclass="class">
<dtid="feedgen.ext.podcast.PodcastExtension">
<emclass="property">class </em><ttclass="descclassname">feedgen.ext.podcast.</tt><ttclass="descname">PodcastExtension</tt><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension"title="Permalink to this definition">¶</a></dt>
<ttclass="descname">extend_rss</tt><big>(</big><em>rss_feed</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.extend_rss"title="Permalink to this definition">¶</a></dt>
<dd><p>Create an RSS feed xml structure containing all previously set fields.</p>
<ttclass="descname">itunes_author</tt><big>(</big><em>itunes_author=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_author"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the itunes:author. The content of this tag is shown in the
Artist column in iTunes. If the tag is not present, iTunes uses the
contents of the <author> tag. If <itunes:author> is not present at the
feed level, iTunes will use the contents of <managingEditor>.</p>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_author</strong>– The author of the podcast.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">The author of the podcast.</td>
<ttclass="descname">itunes_block</tt><big>(</big><em>itunes_block=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_block"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the ITunes block attribute. Use this to prevent the entire
podcast from appearing in the iTunes podcast directory.</p>
<ttclass="descname">itunes_category</tt><big>(</big><em>itunes_category=None</em>, <em>itunes_subcategory=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_category"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the ITunes category which appears in the category column
and in iTunes Store Browser.</p>
<p>The (sub-)category has to be one from the values defined at
<ttclass="descname">itunes_complete</tt><big>(</big><em>itunes_complete=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_complete"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the itunes:complete value of the podcast. This tag can be
used to indicate the completion of a podcast.</p>
<p>If you populate this tag with “yes”, you are indicating that no more
episodes will be added to the podcast. If the <itunes:complete> tag is
present and has any other value (e.g. “no”), it will have no effect on
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_complete</strong>– If the podcast is complete.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">If the podcast is complete.</td>
<ttclass="descname">itunes_explicit</tt><big>(</big><em>itunes_explicit=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_explicit"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or the the itunes:explicit value of the podcast. This tag should
be used to indicate whether your podcast contains explicit material. The
three values for this tag are “yes”, “no”, and “clean”.</p>
<p>If you populate this tag with “yes”, an “explicit” parental advisory
graphic will appear next to your podcast artwork on the iTunes Store and
in the Name column in iTunes. If the value is “clean”, the parental
advisory type is considered Clean, meaning that no explicit language or
adult content is included anywhere in the episodes, and a “clean” graphic
will appear. If the explicit tag is present and has any other value
(e.g., “no”), you see no indicator — blank is the default advisory type.</p>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_explicit</strong>– If the podcast contains explicit material.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">If the podcast contains explicit material.</td>
<ttclass="descname">itunes_image</tt><big>(</big><em>itunes_image=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_image"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the image for the podcast. This tag specifies the artwork
for your podcast. Put the URL to the image in the href attribute. iTunes
prefers square .jpg images that are at least 1400x1400 pixels, which is
different from what is specified for the standard RSS image tag. In order
for a podcast to be eligible for an iTunes Store feature, the
accompanying image must be at least 1400x1400 pixels.</p>
<p>iTunes supports images in JPEG and PNG formats with an RGB color space
(CMYK is not supported). The URL must end in ”.jpg” or ”.png”. If the
<itunes:image> tag is not present, iTunes will use the contents of the
RSS image tag.</p>
<p>If you change your podcast’s image, also change the file’s name. iTunes
may not change the image if it checks your feed and the image URL is the
same. The server hosting your cover art image must allow HTTP head
requests for iTS to be able to automatically update your cover art.</p>
<ttclass="descname">itunes_new_feed_url</tt><big>(</big><em>itunes_new_feed_url=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_new_feed_url"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the new-feed-url property of the podcast. This tag allows
you to change the URL where the podcast feed is located</p>
<p>After adding the tag to your old feed, you should maintain the old feed
for 48 hours before retiring it. At that point, iTunes will have updated
<ttclass="descname">itunes_owner</tt><big>(</big><em>name=None</em>, <em>email=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_owner"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the itunes:owner of the podcast. This tag contains
information that will be used to contact the owner of the podcast for
communication specifically about the podcast. It will not be publicly
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_owner</strong>– The owner of the feed.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">Data of the owner of the feed.</td>
<ttclass="descname">itunes_subtitle</tt><big>(</big><em>itunes_subtitle=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_subtitle"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the itunes:subtitle value for the podcast. The contents of
this tag are shown in the Description column in iTunes. The subtitle
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_subtitle</strong>– Subtitle of the podcast.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">Subtitle of the podcast.</td>
<ttclass="descname">itunes_summary</tt><big>(</big><em>itunes_summary=None</em><big>)</big><aclass="headerlink"href="#feedgen.ext.podcast.PodcastExtension.itunes_summary"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the itunes:summary value for the podcast. The contents of
this tag are shown in a separate window that appears when the “circled i”
in the Description column is clicked. It also appears on the iTunes page
for your podcast. This field can be up to 4000 characters. If
<itunes:summary> is not included, the contents of the <description> tag
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_summary</strong>– Summary of the podcast.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">Summary of the podcast.</td>