Skip to content

Commit

Permalink
Merge pull request #9678 from bbc/podcast-external-links-arabic-marathi
Browse files Browse the repository at this point in the history
Update podcast external links for Arabic and Marathi
  • Loading branch information
amoore108 authored Nov 16, 2021
2 parents 50ddec8 + 9c9c885 commit 2293d16
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ const externalLinks = {
},
],
p09m6x31: [
{
linkText: 'Spotify',
linkUrl: 'https://open.spotify.com/show/3VsAmuPq7qHIRofC5biK8c',
},
{
linkText: 'Apple',
linkUrl:
Expand All @@ -66,6 +70,22 @@ const externalLinks = {
linkText: 'Spotify',
linkUrl: 'https://open.spotify.com/show/0dyrgq9nQMdZ5b7Hfcz6q6',
},
{
linkText: 'Apple',
linkUrl:
'https://podcasts.apple.com/gb/podcast/%D8%A5%D9%83%D8%B3%D8%AA%D8%B1%D8%A7-%D9%84%D9%8A%D9%81%D9%84%D8%B2-xtra-levels/id1586351356',
},
],
p0b3xdrj: [
{
linkText: 'Spotify',
linkUrl: 'https://open.spotify.com/show/4Hftvi6T6kjQRogRL1yBVx',
},
{
linkText: 'Apple',
linkUrl:
'https://podcasts.apple.com/us/podcast/%D9%85%D8%B1%D8%A7%D9%87%D9%82%D8%AA%D9%8A/id1595160361',
},
],
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ const externalLinks = {
linkText: 'Spotify',
linkUrl: 'https://open.spotify.com/show/2HlWdNCZ3DpwUMXL4FlHs6',
},
{
linkText: 'Apple',
linkUrl:
'https://podcasts.apple.com/gb/podcast/%E0%A4%97-%E0%A4%B7-%E0%A4%9F-%E0%A4%A6-%E0%A4%A8-%E0%A4%AF-%E0%A4%9A/id1595097031',
},
],
},
};
Expand Down

0 comments on commit 2293d16

Please sign in to comment.