maciek134 / podphoenix

A podcast player for Ubuntu Touch — Podbird reborn
GNU General Public License v3.0
5 stars 6 forks source link

fix episode fetch crashing on redirects #24

Closed maciek134 closed 1 year ago

maciek134 commented 1 year ago

For some reason a 302 will also include anything that was returned in the original redirect in the body, breaking XML. This re-launches the request with the new url to avoid that.

Fixes #20 (for sure this time :D)

sergiusens commented 1 year ago

this fix works great!