From c668f1c151562713a339ea5e4f2039a65fa17977 Mon Sep 17 00:00:00 2001 From: Benjamin Bellamy Date: Mon, 17 Oct 2022 15:48:29 +0000 Subject: [PATCH] chore(platforms): update amazon and podcastindex submit urls --- app/Database/Seeds/PlatformSeeder.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Database/Seeds/PlatformSeeder.php b/app/Database/Seeds/PlatformSeeder.php index dbfcd2e2..a008a4b6 100644 --- a/app/Database/Seeds/PlatformSeeder.php +++ b/app/Database/Seeds/PlatformSeeder.php @@ -23,15 +23,15 @@ class PlatformSeeder extends Seeder 'slug' => 'amazon', 'type' => 'podcasting', 'label' => 'Amazon Music and Audible', - 'home_url' => 'https://music.amazon.com/podcasts', - 'submit_url' => 'http://amazon.com/podcasters', + 'home_url' => 'https://music.amazon.com/', + 'submit_url' => 'https://podcasters.amazon.com/', ], [ 'slug' => 'antennapod', 'type' => 'podcasting', 'label' => 'AntennaPod', 'home_url' => 'https://antennapod.org/', - 'submit_url' => 'https://api.podcastindex.org/signup', + 'submit_url' => 'https://podcastindex.org/add', ], [ 'slug' => 'apple', @@ -161,7 +161,7 @@ class PlatformSeeder extends Seeder 'type' => 'podcasting', 'label' => 'Podcast Index', 'home_url' => 'https://podcastindex.org/', - 'submit_url' => 'https://api.podcastindex.org/signup', + 'submit_url' => 'https://podcastindex.org/add', ], [ 'slug' => 'podchaser', @@ -203,7 +203,7 @@ class PlatformSeeder extends Seeder 'type' => 'podcasting', 'label' => 'Podfriend', 'home_url' => 'https://www.podfriend.com/', - 'submit_url' => 'https://api.podcastindex.org/signup', + 'submit_url' => 'https://podcastindex.org/add', ], [ 'slug' => 'podverse',