PRX / Play-Angular

Embed player
MIT License
11 stars 7 forks source link

If an item `guid` tag doesn't exist, fall back to `rp:item-id` #180

Closed binarynate closed 6 years ago

binarynate commented 6 years ago

When RP's Draper service detects that an rss item is missing a guid, it adds an rp:item-id value that's computed using the item's title and pubDate. This PR updates the feed adapter so that if an item doesn't include a guid, it falls back to rp:item-id, allowing guidless feeds to continue to work on RadioPublic.

binarynate commented 6 years ago

@cavis Ha, no need to empty out your wallet for me. This is a good suggestion, because I didn't realize that there's a separate draper.adapter.ts. I just pushed a commit for this update and tested it, so let me know what you think.

cavis commented 6 years ago

:+yes: