chore(platforms): update amazon and podcastindex submit urls

This commit is contained in:
Benjamin Bellamy 2022-10-17 15:48:29 +00:00 committed by Yassine Doghri
parent 3a57538572
commit c668f1c151
1 changed files with 5 additions and 5 deletions

View File

@ -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',