Add Discogs and regular YouTube known links.
This commit is contained in:
parent
a63900f0cf
commit
316cb1b156
|
@ -19,6 +19,10 @@
|
||||||
"regex": "deezer\\.com$",
|
"regex": "deezer\\.com$",
|
||||||
"text": "Deezer"
|
"text": "Deezer"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"regex": "discogs\\.com$",
|
||||||
|
"text": "Discogs"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"regex": "qobuz\\.com$",
|
"regex": "qobuz\\.com$",
|
||||||
"text": "Qobuz"
|
"text": "Qobuz"
|
||||||
|
@ -38,5 +42,10 @@
|
||||||
{
|
{
|
||||||
"regex": "music\\.youtube\\.com$",
|
"regex": "music\\.youtube\\.com$",
|
||||||
"text": "YouTube Music"
|
"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