python-feedgen/feedgen/ext
Lars Kiesow 4970dab6d7
Enable Multiple media:content/media:group Elements
One item can have multiple media:content elements which may be located
in multiple media:group element to indicate that content is the same but
for the format.

This patch adds the ability to add multiple content elements and define
the group to which they go belong.

If no group is specified, all elements are located in a `default` group.

If the group is set to None, the content element is directly attached to
the item element.

Part of #58
2017-05-21 23:56:35 +02:00
..
__init__.py Flake8 Compatibility 2017-01-05 00:39:33 +01:00
base.py Flake8 Compatibility 2017-01-05 00:39:33 +01:00
dc.py Extended test Coverage 2017-02-05 22:03:02 +01:00
media.py Enable Multiple media:content/media:group Elements 2017-05-21 23:56:35 +02:00
podcast.py Flake8 Compatibility 2017-01-05 00:39:33 +01:00
podcast_entry.py Extended test Coverage 2017-02-05 22:03:02 +01:00
syndication.py add syndication extension 2015-03-08 18:39:18 +09:00
torrent.py Added Torrent Tests 2017-03-13 20:55:14 +01:00