RIP Mixer

This commit is contained in:
Calvin Montgomery 2020-07-26 10:24:36 -07:00
parent 99af92ed2c
commit f081bc782a
9 changed files with 9 additions and 49 deletions

View file

@ -1409,6 +1409,7 @@ function parseMediaLink(url) {
};
}
// Deprecated as of December 2017
if ((m = url.match(/vid\.me\/embedded\/([\w-]+)/)) ||
(m = url.match(/vid\.me\/([\w-]+)/))) {
return {
@ -1431,6 +1432,7 @@ function parseMediaLink(url) {
};
}
// Deprecated as of July 2020
if ((m = url.match(/\bmixer\.com\/([\w-]+)/))) {
return {
id: m[1],