Skip to content

Commit 935dc07

Browse files
committed
domains: fix regex for apple music, posts are not covered by oEmbed
1 parent 7f092df commit 935dc07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugins/domains/itunes.apple.com/apple.music.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as URL from 'url';
33
export default {
44

55
re: [
6-
/^https?:\/\/music\.apple\.com\/\w{2}\/(album|playlist|post|)/i
6+
/^https?:\/\/music\.apple\.com\/\w{2}\/(album|playlist|music\-video)/i
77
],
88

99
highestPriority: true,
@@ -54,8 +54,6 @@ export default {
5454
'https://itunes.apple.com/us/album/eartha/1450438412?i=1450438420',
5555
'https://music.apple.com/jp/album/back-to-the-80s/1458246986',
5656
'https://music.apple.com/us/album/gypsy-woman-shes-homeless-basement-boy-strip-to-the-bone-mix/1434891258?i=1434891369',
57-
'https://music.apple.com/fr/post/sa.01cb7f20-f25e-11e6-b1a9-afb0a09d5237',
58-
'https://music.apple.com/it/post/sa.82ca58c0-41d5-11ea-a9de-158fbdf307c6',
5957
'https://geo.itunes.apple.com/us/album/reaching-for-indigo/id1264016548?app=music',
6058
'https://geo.itunes.apple.com/us/album/call-me-by-your-name-original-motion-picture-soundtrack/id1300430864?app=music',
6159
'https://music.apple.com/es/music-video/just-the-way-you-are/576670472'

0 commit comments

Comments
 (0)