shantanuraj / podcst-web

Podcast app written in TypeScript using React
https://podcst.app
MIT License
17 stars 2 forks source link

Suggestions #79

Open LaganYT opened 2 years ago

LaganYT commented 2 years ago

Add the ability to download episodes Add the ability to input a new podcast via RSS feed.

Also what api do you use to get the podcast's info?

shantanuraj commented 2 years ago

@LaganYT hi!

Add the ability to download episodes

Thanks for the suggestion, feel free to work on it if you are able to I'll try to get to it asap. I would like to implement a solution where you can download/cache episodes locally and play them back without network connection

Add the ability to input a new podcast via RSS feed.

You can paste a RSS url in the search bar and it should load it, let me know if that doesn't work for you.

Also what api do you use to get the podcast's info?

I use the iTunes API to get the top podcasts list.

LaganYT commented 2 years ago

I will try to work on it, i am still kind of new to typescript so i will do what i can! Ok thank you that worked! Ok thanks again!

LaganYT commented 2 years ago

What api for the search bar? Is it the same?