<emclass="property">class </em><codeclass="descclassname">feedgen.ext.podcast_entry.</code><codeclass="descname">PodcastEntryExtension</code><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">extend_rss</code><spanclass="sig-paren">(</span><em>entry</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.extend_rss"title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>feed</strong>– The RSS item XML element to use.</td>
<codeclass="descname">itunes_author</code><spanclass="sig-paren">(</span><em>itunes_author=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_author"title="Permalink to this definition">¶</a></dt>
<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>
<codeclass="descname">itunes_block</code><spanclass="sig-paren">(</span><em>itunes_block=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_block"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">itunes_duration</code><spanclass="sig-paren">(</span><em>itunes_duration=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_duration"title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_duration</strong>– Duration of the podcast episode.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">Duration of the podcast episode.</td>
<codeclass="descname">itunes_explicit</code><spanclass="sig-paren">(</span><em>itunes_explicit=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_explicit"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or the the itunes:explicit value of the podcast episode. This
tag should be used to indicate whether your podcast episode contains
explicit material. The three values for this tag are “yes”, “no”, and
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_explicit</strong>– If the podcast episode contains explicit
<codeclass="descname">itunes_image</code><spanclass="sig-paren">(</span><em>itunes_image=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_image"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">itunes_is_closed_captioned</code><spanclass="sig-paren">(</span><em>itunes_is_closed_captioned=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_is_closed_captioned"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the is_closed_captioned value of the podcast episode.
This tag should be used if your podcast includes a video episode with
embedded closed captioning support. The two values for this tag are
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>is_closed_captioned</strong>– If the episode has closed captioning
<codeclass="descname">itunes_order</code><spanclass="sig-paren">(</span><em>itunes_order=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_order"title="Permalink to this definition">¶</a></dt>
<dd><p>Get or set the itunes:order value of the podcast episode. This tag
can be used to override the default ordering of episodes on the store.</p>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_order</strong>– The order of the episode.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">The order of the episode.</td>
<codeclass="descname">itunes_subtitle</code><spanclass="sig-paren">(</span><em>itunes_subtitle=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_subtitle"title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_subtitle</strong>– Subtitle of the podcast episode.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">Subtitle of the podcast episode.</td>
<codeclass="descname">itunes_summary</code><spanclass="sig-paren">(</span><em>itunes_summary=None</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#feedgen.ext.podcast_entry.PodcastEntryExtension.itunes_summary"title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>itunes_summary</strong>– Summary of the podcast episode.</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body">Summary of the podcast episode.</td>