PRX / feeder.prx.org

Dovetail podcast content management system
https://podcasts.dovetail.prx.org
GNU Affero General Public License v3.0
5 stars 0 forks source link

Handle invalid urls on import, if all they lack is a scheme #1007

Open kookster opened 3 months ago

kookster commented 3 months ago

Had an import fail b/c the <link/> was a url, but missing the "https://" protocol

cavis commented 3 months ago

We should probably be catching all validation errors in the RSS import. Setting the podcast/episode-import status to "invalid" or something, and giving enough info that the user can manually fix.