Skip to content
Snippets Groups Projects
Commit c668f1c1 authored by Benjamin Bellamy's avatar Benjamin Bellamy :speech_balloon: Committed by Yassine Doghri
Browse files

chore(platforms): update amazon and podcastindex submit urls

parent 3a575385
No related branches found
No related tags found
No related merge requests found
Pipeline #9458 passed
Pipeline: Castopod

#9459

    ...@@ -23,15 +23,15 @@ class PlatformSeeder extends Seeder ...@@ -23,15 +23,15 @@ class PlatformSeeder extends Seeder
    'slug' => 'amazon', 'slug' => 'amazon',
    'type' => 'podcasting', 'type' => 'podcasting',
    'label' => 'Amazon Music and Audible', 'label' => 'Amazon Music and Audible',
    'home_url' => 'https://music.amazon.com/podcasts', 'home_url' => 'https://music.amazon.com/',
    'submit_url' => 'http://amazon.com/podcasters', 'submit_url' => 'https://podcasters.amazon.com/',
    ], ],
    [ [
    'slug' => 'antennapod', 'slug' => 'antennapod',
    'type' => 'podcasting', 'type' => 'podcasting',
    'label' => 'AntennaPod', 'label' => 'AntennaPod',
    'home_url' => 'https://antennapod.org/', 'home_url' => 'https://antennapod.org/',
    'submit_url' => 'https://api.podcastindex.org/signup', 'submit_url' => 'https://podcastindex.org/add',
    ], ],
    [ [
    'slug' => 'apple', 'slug' => 'apple',
    ...@@ -161,7 +161,7 @@ class PlatformSeeder extends Seeder ...@@ -161,7 +161,7 @@ class PlatformSeeder extends Seeder
    'type' => 'podcasting', 'type' => 'podcasting',
    'label' => 'Podcast Index', 'label' => 'Podcast Index',
    'home_url' => 'https://podcastindex.org/', 'home_url' => 'https://podcastindex.org/',
    'submit_url' => 'https://api.podcastindex.org/signup', 'submit_url' => 'https://podcastindex.org/add',
    ], ],
    [ [
    'slug' => 'podchaser', 'slug' => 'podchaser',
    ...@@ -203,7 +203,7 @@ class PlatformSeeder extends Seeder ...@@ -203,7 +203,7 @@ class PlatformSeeder extends Seeder
    'type' => 'podcasting', 'type' => 'podcasting',
    'label' => 'Podfriend', 'label' => 'Podfriend',
    'home_url' => 'https://www.podfriend.com/', 'home_url' => 'https://www.podfriend.com/',
    'submit_url' => 'https://api.podcastindex.org/signup', 'submit_url' => 'https://podcastindex.org/add',
    ], ],
    [ [
    'slug' => 'podverse', 'slug' => 'podverse',
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment