52 lines
875 B
JSON
52 lines
875 B
JSON
[
|
|
{
|
|
"regex": "amazon\\.com$",
|
|
"text": "Amazon"
|
|
},
|
|
{
|
|
"regex": "(itunes|music)\\.apple\\.com$",
|
|
"text": "Apple Music"
|
|
},
|
|
{
|
|
"regex": "bandcamp\\.com$",
|
|
"text": "Bandcamp"
|
|
},
|
|
{
|
|
"regex": "beatport\\.com$",
|
|
"text": "Beatport"
|
|
},
|
|
{
|
|
"regex": "deezer\\.com$",
|
|
"text": "Deezer"
|
|
},
|
|
{
|
|
"regex": "discogs\\.com$",
|
|
"text": "Discogs"
|
|
},
|
|
{
|
|
"regex": "qobuz\\.com$",
|
|
"text": "Qobuz"
|
|
},
|
|
{
|
|
"regex": "soundcloud\\.com$",
|
|
"text": "SoundCloud"
|
|
},
|
|
{
|
|
"regex": "spotify\\.com$",
|
|
"text": "Spotify"
|
|
},
|
|
{
|
|
"regex": "tidal\\.com$",
|
|
"text": "Tidal"
|
|
},
|
|
{
|
|
"regex": "music\\.youtube\\.com$",
|
|
"text": "YouTube Music"
|
|
},
|
|
{
|
|
"__comment": "Make sure we don't match the YouTube Music sub-domain",
|
|
"regex": "^(www\\.)?(youtu\\.be|youtube\\.com)$",
|
|
"text": "YouTube"
|
|
}
|
|
]
|