1
Fork 0

Add Discogs and regular YouTube known links.

This commit is contained in:
Bauke 2022-01-03 13:13:49 +01:00
parent a63900f0cf
commit 316cb1b156
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 10 additions and 1 deletions

View File

@ -19,6 +19,10 @@
"regex": "deezer\\.com$",
"text": "Deezer"
},
{
"regex": "discogs\\.com$",
"text": "Discogs"
},
{
"regex": "qobuz\\.com$",
"text": "Qobuz"
@ -38,5 +42,10 @@
{
"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"
}
]