1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel Neto 2023-04-24 15:06:57 -03:00
parent 7ecc6d6fc1
commit 04065e2d6c

View file

@ -2278,6 +2278,7 @@ function isMediaSiteURL(url) {
url.match(/streamable/i) ||
url.match(/twitch/i) ||
url.match(/evideoEmbed/i) ||
url.match(/videoEmbed/i) ||
url.match(/videoEmbeded/i)) {
return true;
}