Generate Apple Podcasts-compatible syndication feeds.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-podcast-feed-py2-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8571254fff8c6e6a6d904d2aa29ad3a7eb07887865e134642fce5ceb52cc334d |
|
MD5 | d3549e1fe60f5a60796a02662711e823 |
|
BLAKE2b-256 | cfad3ac6e64dc9638eafa5b427792383bd7c5dda2c7e4a9343ca461940a1a5a2 |