google-code-export / feedparser

Automatically exported from code.google.com/p/feedparser
Other
1 stars 0 forks source link

Add support for "Simple Chapters" #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is an extension of the Atom Syndication and RSS 2.0 file format with 
simple chapter information described in this specification:
http://podlove.org/simple-chapters/

I implemented this feature and created a pull request on github (including some 
tests):
https://github.com/kurtmckee/feedparser/pull/6

Original issue reported on code.google.com by schla...@gmail.com on 7 Sep 2012 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by kurtmckee on 19 Nov 2012 at 3:41

GoogleCodeExporter commented 9 years ago
My path/pull request implements v1.0
But there is a new version since 2012-11-18 with the following changes
- Add option to link external file in feed.
- XML namespace prefix changed to psc:
- Added optional image attribute

The switch from sc to psc should be easy, also the optional image attribute. 
But I'm not sure if it's easy to read the external linked file. Should 
feedparser only read the link or should it really read and parse the data of 
the linked file?

Original comment by schla...@gmail.com on 19 Nov 2012 at 6:50

GoogleCodeExporter commented 9 years ago
It should only capture the link. No additional resources should be retrieved.

Original comment by kurtmckee on 20 Nov 2012 at 3:23

GoogleCodeExporter commented 9 years ago
Ok, I will try to also include the version 1.1 in the next days if I find the 
time :-)

Original comment by schla...@gmail.com on 21 Nov 2012 at 10:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c2d3bf1517eb.

Original comment by kurtmckee on 13 Jan 2013 at 11:36