Try to use URL as guid in RSS (possible bugfix?)
This commit is contained in:
parent
a4fb72c0e1
commit
1973659923
@ -317,7 +317,8 @@ elif feed_display == "rss":
|
|||||||
print ' <item>'
|
print ' <item>'
|
||||||
print ' <title>' + title + '</title>'
|
print ' <title>' + title + '</title>'
|
||||||
print ' <link>' + blog_url + '?p=' + title + '</link>'
|
print ' <link>' + blog_url + '?p=' + title + '</link>'
|
||||||
print ' <guid>' + title_md5sum + '</guid>'
|
#print ' <guid>' + title_md5sum + '</guid>'
|
||||||
|
print ' <guid>' + blog_url + '?p=' + title + '</guid>'
|
||||||
print ' <pubDate>' + date + '</pubDate>'
|
print ' <pubDate>' + date + '</pubDate>'
|
||||||
content = open(str(entries[i][1]), 'r')
|
content = open(str(entries[i][1]), 'r')
|
||||||
rss_description= ''
|
rss_description= ''
|
||||||
|
Loading…
Reference in New Issue
Block a user