Add Discogs and regular YouTube known links.
This commit is contained in:
parent
a63900f0cf
commit
316cb1b156
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue