enginkizil / FeedEk

FeedEk jQuery RSS/ATOM Feed Plugin
https://jquery-plugins.net/FeedEk/FeedEk.html
MIT License
206 stars 107 forks source link

Dates as 1-1-1 #70

Closed TheDutchJewel closed 3 years ago

TheDutchJewel commented 4 years ago

I tried FeedEk with 4 different sources. With one of them (20 Newest Free Software Downloads - Freeware Files.com) FeedEk has a problem with showing the correct date: it shows 1-1-1.

Can this be fixed?

enginkizil commented 3 years ago

Hi, Because your feeds don't have pubDate in source. Here is an example item from your feed. Your feed source must be valid for rss - atom standarts.

<item>
<title>Mozilla Firefox 84.0.2</title>
<description>A fast browser that includes tabbed browsing, content blocking, plugins, private browsing, more. 2021-01-06</description>
<link>https://www.freewarefiles.com/Mozilla-Firefox_program_25387.html</link>
<category>web browser, mozilla, firefox, browser, internet, web, tabbed, popup, blocker, search</category>
</item>