RyanHirsch/partytime

Use enclosure URL as the GUID, if there isn't one

vpul opened this issue · 1 comments

vpul commented

There are quite a few podcasts that still don't have guid, I wouldn't want to skip them.
Instead of skipping them altogether, could you instead use enclosure URL as GUID?

// If there is no guid in the item, then skip this item and move on

You're right, sorry I took so long to address this. Should be allowable with parseFeed(xml, { allowMissingGuid: true }) now.