master
Bel LaPointe 2019-03-16 09:47:41 -06:00
parent ccc9ea86f3
commit ba3487852c
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ func (ex *Exchange) handlerPodcast(item *rss.Item) {
}
for i := range item.Enclosures {
link := item.Enclosures[i]
link = strings.TrimSpace(link)
if !strings.Contains(link, ".mp3") {
continue
}