feeds: add .torss()

master
pictuga 2020-03-19 09:47:58 +01:00
parent aa2b56b266
commit 13ea52ef80
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ class ParserBase(object):
# to output in sth fancy (json, csv, html), change class type
pass
def torss(self):
return self.convert(FeedXML).tostring()
def tojson(self):
return self.convert(FeedJSON).tostring()