Skip to content

Generate Apple Podcasts-compatible syndication feeds.

Notifications You must be signed in to change notification settings

jatsu/django-podcast-feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-podcast-feed

This version is only usable for Python 2.X versions.

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.

About

Generate Apple Podcasts-compatible syndication feeds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%