Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c1c9d9544 |
@@ -1405,10 +1405,6 @@ class RSS(commands.Cog):
|
|||||||
log.debug(f"New entry found via time and link validation for feed {name} on cid {channel.id}")
|
log.debug(f"New entry found via time and link validation for feed {name} on cid {channel.id}")
|
||||||
feedparser_plus_obj = await self._add_to_feedparser_object(entry, url)
|
feedparser_plus_obj = await self._add_to_feedparser_object(entry, url)
|
||||||
feedparser_plus_objects.append(feedparser_plus_obj)
|
feedparser_plus_objects.append(feedparser_plus_obj)
|
||||||
if (last_title == "" and entry_title == "") and (last_link != entry_link) and (last_time < entry_time):
|
|
||||||
log.debug(f"New entry found via time validation for feed {name} on cid {channel.id} - no title")
|
|
||||||
feedparser_plus_obj = await self._add_to_feedparser_object(entry, url)
|
|
||||||
feedparser_plus_objects.append(feedparser_plus_obj)
|
|
||||||
|
|
||||||
# this is a post that has no time information attached to it and we can only
|
# this is a post that has no time information attached to it and we can only
|
||||||
# verify that the title and link did not match the previously posted entry
|
# verify that the title and link did not match the previously posted entry
|
||||||
|
|||||||
Reference in New Issue
Block a user