podverse / podverse-web

Podverse web app written with React and Next.js
https://podverse.fm/about
GNU Affero General Public License v3.0
84 stars 30 forks source link

Attempt to load media urls using https, and fallback to http if https is unavailable #1272

Open mitchdowney opened 7 months ago

mitchdowney commented 7 months ago

We have https preferred behavior in the mobile app already. Sometimes podcasters have https enabled, but they put http as the protocol for their media files in their RSS feed. This feature work would attempt to load via https, and fallback to http if unavailable.