implement media pipelines and url rewriting
This commit is contained in:
parent
0c3a7fe7fe
commit
dc4e79c130
14 changed files with 1079 additions and 124 deletions
|
|
@ -28,7 +28,7 @@ class RssExporter(BaseItemExporter):
|
|||
self.flush_buffer()
|
||||
return
|
||||
|
||||
if not self.channel:
|
||||
if self.channel is None:
|
||||
self.item_buffer.append(item)
|
||||
else:
|
||||
self.export_rss_item(item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue