pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
261 stars 21 forks source link

Combine block does not append pubDate per item #25

Closed GJvM-NL closed 6 years ago

GJvM-NL commented 6 years ago

When combining two or more feeds the resulting feed doesn't show a pubDate per item. The sort block strips the date too. Am I missing something?

onli commented 6 years ago

You are not making a mistake, the blocks are simply ignoring the pubDate for now and only setting updated. I will look into adding pubDate to the list.

onli commented 6 years ago

The blocks were indeed simply not looking at the pubDate. I added that now, and it seemed to work fine in my tests. I'd be happy if you could confirm that it works for you now :)

GJvM-NL commented 6 years ago

It works fine. Thank you very much!

onli commented 6 years ago

Thanks for reporting the issue!