I just fixed the problem with it not working with other countries google urls
Line 255 of class_anymedia.php - change:
Code:
} elseif ((strpos(strtolower($text), 'http://video.google.com') === 0) && array_key_exists('google', $this->_typeList)) {
to
Code:
} elseif ((strpos(strtolower($text), 'http://video.google') === 0) && array_key_exists('google', $this->_typeList)) {
and it seems to now work for me...