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>.
Get or set the itunes:complete value of the podcast. This tag can be
+used to indicate the completion of a podcast.
+
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
+the podcast.
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”.
+
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.
+
+
+
+
+
Parameters:
itunes_explicit – If the podcast contains explicit material.
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.
+
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.
+
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.
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
+
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
+the directory with the new feed URL.
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
+displayed.
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
+displays best if it is only a few words long.
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
+are used.
Get or set the itunes:author of the podcast episode. 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>.
Get or set the duration of the podcast episode. The content of this
+tag is shown in the Time column in iTunes.
+
The tag can be formatted HH:MM:SS, H:MM:SS, MM:SS, or M:SS (H = hours,
+M = minutes, S = seconds). If an integer is provided (no colon present),
+the value is assumed to be in seconds. If one colon is present, the
+number to the left is assumed to be minutes, and the number to the right
+is assumed to be seconds. If more than two colons are present, the
+numbers farthest to the right are ignored.
+
+
+
+
+
Parameters:
itunes_duration – Duration of the podcast episode.
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 “clean”.
+
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.
+
+
+
+
+
Parameters:
itunes_explicit – If the podcast episode contains explicit material.
+
+
Returns:
If the podcast episode contains explicit material.
Get or set the image for the podcast episode. 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.
+
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.
+
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.
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 “yes” and
+“no”.
+
+
+
+
+
Parameters:
is_closed_captioned – If the episode has closed captioning support.
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.
+
This tag is used at an <item> level by populating with the number value
+in which you would like the episode to appear on the store. For example,
+if you would like an <item> to appear as the first episode in the
+podcast, you would populate the <itunes:order> tag with “1”. If
+conflicting order values are present in multiple episodes, the store will
+use default ordering (pubDate).
+
To remove the order from the episode set the order to a value below zero.
Get or set the itunes:subtitle value for the podcast episode. The
+contents of this tag are shown in the Description column in iTunes. The
+subtitle displays best if it is only a few words long.
+
+
+
+
+
Parameters:
itunes_subtitle – Subtitle of the podcast episode.
Get or set the itunes:summary value for the podcast episode. 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
+are used.