diff --git a/share/js/apps.js b/share/js/apps.js index 9a4671fe6..da1999240 100644 --- a/share/js/apps.js +++ b/share/js/apps.js @@ -320,11 +320,11 @@ 'YaBB': { cats: { 1: 2 }, html: /Powered by ]+yabbforum/i }, 'Yahoo! Web Analytics': { cats: { 1: 10 }, script: /d\.yimg\.com\/mi\/ywa\.js/ }, 'Yandex.Metrika': { cats: { 1: 10 }, script: /mc\.yandex\.ru\/metrika\/watch\.js/ }, - 'YouTube': { cats: { 1: 14 }, html: /<(param|embed)[^>]+youtube\.com\/v/i }, + 'YouTube': { cats: { 1: 14 }, html: /<(param|embed|iframe)[^>]+youtube(-nocookie)?\.com\/v/i }, 'YUI Doc': { cats: { 1: 4 }, html: /]* yuilibrary\.com\/rdf\/[0-9.]+\/yui\.rdf/i }, 'YUI': { cats: { 1: 12 }, script: /\/yui\/|yui\.yahooapis\.com/, env: /^YAHOO$/ }, 'Zen Cart': { cats: { 1: 6 }, meta: { 'generator': /Zen Cart/i } }, 'Zend': { cats: { 1: 22 }, headers: { 'X-Powered-By': /Zend/ } }, 'Zepto': { cats: { 1: 12 }, script: /zepto.*.js/, env: /^Zepto$/ } }; -})(); +})(); \ No newline at end of file