XF 2.3 RSS feed importer by date

javakhir

Well-known member
Good day to you!

RSS feed importer imports the same conent again

can this be 'cause of missing <pubDate></pubDate> on source rss page?
how importer finds out which post already imported?

Cheers!
 
I have got strange error.

I have set 2 rss import. first one works as should be, as source has this <pubDate>Fri, 29 Nov 2024</pubDate> data,
but the second one not works properly, it imports the same posts several times,
source has <pubDate>Fri, 29 Nov 2024 14:36:39 +0000</pubDate> data,

is there any info on how rss importer should check the data to compare which one imported or not?
 
Last edited:
I can't reproduce that. Ensure you only have one feed set up in the control panel. Note that deleting and recreating a feed will also cause this.
 
I meant the same feed multiple times. In any case, it seems like that feed may have bad locale handling where it can serve the same items in different locales (and different GUIDs) even though you're explicitly specifying English (en), so it's still ultimately an issue with the source.
 
Back
Top Bottom