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?
Line 39 in d2dbc8f
RyanHirsch commented
You're right, sorry I took so long to address this. Should be allowable with parseFeed(xml, { allowMissingGuid: true })
now.