Skip to content

podcasts: move to reqwest async and stop using hyper directly.

nee requested to merge nemuii/podcasts:285-use-reqwest-for-fetching-feeds into master

Stop using reqwest::blocking which was interfering with the async tokio runtime. Remove rayon and crossbeam, since they can be replaced by tokio which is already required by reqwest.

Using reqwest everywhere, means that redirects will be followed.

Closes #285 (closed)

Edited by nee

Merge request reports