rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
419 stars 52 forks source link

Add itunes season tag #100

Closed mindreader closed 4 years ago

mindreader commented 4 years ago

I don't think this tag has been around for long. In any case using this library there's no way to get at the itunes:season tag if it does happen exist.

I left it as a string because everything else is a string and I didn't want to rock the boat.

Description of the tag can be found at https://help.apple.com/itc/podcasts_connect/#/itcb54353390

codecov[bot] commented 4 years ago

Codecov Report

Merging #100 into master will increase coverage by 0.03%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage   79.52%   79.56%   +0.03%     
==========================================
  Files          24       24              
  Lines        1724     1732       +8     
==========================================
+ Hits         1371     1378       +7     
- Misses        353      354       +1     
Impacted Files Coverage Δ
src/extension/itunes/itunes_item_extension.rs 85.33% <83.33%> (-0.18%) :arrow_down:
tests/read.rs 95.32% <100.00%> (+0.02%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b515b9b...11bfe9b. Read the comment docs.

andy128k commented 4 years ago

LGTM