Use smarter order for RSS.dict
parent
3d78cfb638
commit
ec55f5e856
|
@ -408,7 +408,7 @@ class FeedParserAtom(FeedParser):
|
||||||
|
|
||||||
class FeedItem(FeedBase):
|
class FeedItem(FeedBase):
|
||||||
timeFormat = ''
|
timeFormat = ''
|
||||||
dic = ('title', 'link', 'isPermaLink', 'desc', 'content', 'id', 'time', 'updated')
|
dic = ('title', 'link', 'desc', 'content', 'id', 'isPermaLink', 'time', 'updated')
|
||||||
|
|
||||||
def __init__(self, xml=None, tag='atom:feed'):
|
def __init__(self, xml=None, tag='atom:feed'):
|
||||||
if xml is None:
|
if xml is None:
|
||||||
|
|
Loading…
Reference in New Issue