mirror of
https://github.com/taroved/pol
synced 2025-05-31 21:40:09 -07:00
rss guid
This commit is contained in:
parent
fbfb6c8638
commit
8bad52dd0a
1
feed.py
1
feed.py
@ -138,6 +138,7 @@ def buildFeed(response, feed_config):
|
|||||||
feed.add_item(
|
feed.add_item(
|
||||||
title = title,
|
title = title,
|
||||||
link = link,
|
link = link,
|
||||||
|
unique_id = link,
|
||||||
description = desc,
|
description = desc,
|
||||||
#enclosure=Enclosure(fields[4], "32000", "image/jpeg") if 4 in fields else None, #"Image"
|
#enclosure=Enclosure(fields[4], "32000", "image/jpeg") if 4 in fields else None, #"Image"
|
||||||
pubdate = time
|
pubdate = time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user