Open t2y opened 9 years ago
I found tags handles multiple category values. We have a workaround.
>>> data.feed.get('tags')
[{'label': None,
'scheme': u'http://www.validome.org/cat1/',
'term': u'category/subcategory/subcategory2'},
{'label': None,
'scheme': u'http://www.validome.org/cat2',
'term': u'category/subcategory/subcategory3'}]
According to RSS 2.0 Specification, category item may include multiple values.
There's a sample including multiple category values as below.
Is this a bug?