jeremyevans / aqualung

Advanced music player
http://aqualung.jeremyevans.net
GNU General Public License v2.0
49 stars 15 forks source link

Podcasts feed doesn't update. #21

Closed khadegd closed 4 years ago

khadegd commented 4 years ago

I get the following error. podcast_generic_download: httpc_init failed, ret = -1

jeremyevans commented 4 years ago

-1 is HTTPC_URL_ERROR, which indicates your podcast URL isn't a URL or is misformed. What URL are you using?

khadegd commented 4 years ago
  1. Hidden Brain from NPR - https://feeds.npr.org/510308/podcast.xml
  2. Psychotactics - https://psychotactics.libsyn.com/rss
jeremyevans commented 4 years ago

I can reproduce this issue. Looks like the podcast support is currently only for http and not https. Aqualung doesn't link to an SSL library, so that kind of makes sense. I'll make sure this is documented.