diff --git a/tasks/fetch_feed.js b/tasks/fetch_feed.js index 69ffa552bf8..1f6bc979d6a 100644 --- a/tasks/fetch_feed.js +++ b/tasks/fetch_feed.js @@ -55,7 +55,7 @@ const parseEpisode = e => { const duration = e['itunes:duration'] const enclosure = e.enclosure.__attr const [, participantsString, additionalString] = - firstLine.match(/[-–—]\s?(?:(?:(?:von\sund\s)?mit\s)|(?:gelesen\svon\s))([^.]*)/i) || [] + firstLine.match(/[-–—]\s?(?:(?:(?:von\sund\s)?mit\s)|(?:gelesen\svon\s))([^$]*)/i) || [] const participants = participantsString ? participantsString .replace(/(\s*,\s*|\s*und\s*|\s*sowie\s*|\s*&\s*)/gi, '%')