Skip to main content

Generate Apple Podcasts-compatible syndication feeds.

Project description

Extra attributes or methods to set on PodcastFeed:

  • subtitle

  • artwork_link

  • itunes_category

  • explicit

  • owner_name

  • owner_email

  • item_duration

For example:

MyPodcastFeed(podcast_feed.PodcastFeed):
    artwork_link = static('artwork.png')

    def get_items(self):
        Episode.objects.all()

    def item_duration(self, item):
        return item.duration_field

A more involved usage can be found in jeffbr13/br-rss’s views.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-podcast-feed-0.0.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

django_podcast_feed-0.0.3-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page