podbringer/src
Paul van Tilburg f7a5477804
Check and lint using Cargo / Check and lint (push) Successful in 6m42s Details
Differentiate between publish and update time
The `pubDate` field of an item in the feed is meant to be time the item
was published. It should not be bumped if the item is updated in the
backend.

* Introduce a new `published_at` field on `Item`
* Update the Mixcloud and YouTube backends to fill this field
* Use the `published_at` field on `Item` for the `<pubData>` item
  subelement
2023-06-08 10:10:34 +02:00
..
backends Differentiate between publish and update time 2023-06-08 10:10:34 +02:00
backends.rs Differentiate between publish and update time 2023-06-08 10:10:34 +02:00
feed.rs Differentiate between publish and update time 2023-06-08 10:10:34 +02:00
lib.rs Add first version of the YouTube back-end 2022-12-23 22:17:52 +01:00
main.rs Add more lints 2022-10-17 20:10:06 +02:00