podcasts/hammond-data/src
Jordan Petridis 3c7f3ecb56
NewPodcast: Fix Image parsing if Itunes ext is Some(None).
Instead of checking if the itunes img url was Some we were assuming
that if an itunes extension existed, it would have an image. That's
not always the case as it turns out there can be an Itunes Ext but
img still be None resulting to not falling back to the Rss image tag.
2018-03-28 12:08:41 +03:00
..
models NewPodcast: Fix Image parsing if Itunes ext is Some(None). 2018-03-28 12:08:41 +03:00
database.rs Rustfmt. 2018-03-03 16:45:37 +02:00
dbqueries.rs Implement the shared HashSet with the ignored Shows ids 2018-03-26 13:25:39 +03:00
errors.rs Minor rename of DataError::Bail. 2018-02-05 19:05:40 +02:00
feed.rs Cargo clippy and fmt. 2018-02-19 09:58:47 +00:00
lib.rs hammond-data: Deny Unused. 2018-02-05 20:51:34 +02:00
parser.rs Parser: pass an rss::ItunesExtension to instead of an rss::Item. 2018-01-24 15:42:08 +02:00
pipeline.rs Cargo clippy and fmt. 2018-02-19 09:58:47 +00:00
schema.rs hammond_data: Add an EpisodeMinimal Diesel model. 2018-01-17 10:21:16 +02:00
utils.rs Use crono types instead of unsigned integers for time periods. 2018-03-17 01:10:10 +01:00