brokkr / poca

A fast, multithreaded and highly customizable command line podcast client, written in Python 3
GNU General Public License v3.0
23 stars 4 forks source link

poca-subscribe says Invalid feed but feedparser seems to digest it ok #146

Closed brokkr closed 3 years ago

brokkr commented 3 years ago

url: https://www.spreaker.com/show/4346650/episodes/feed

brokkr commented 3 years ago

Problem: the encoding declaration says "UTF-8", not "utf-8".

https://feedparser.readthedocs.io/en/latest/character-encoding.html#advanced-encoding

brokkr commented 3 years ago

Since the only criterion at showtime is whether there are entries in the list, I have changed that to be the criteroin here, as well.