I have a problem. When I activate the "Extract destination data" setting (required to make dailymotion to work), if the title has accentued letters in it, it will be shows in utf-8 encoded form. The mods lacks a utf8_decode() call somewhere.
Example :
http://www.youtube.com/watch?v=DIBGpG1Gy2g
Gives as title :
YouTube - BANDE SON -- Les sous doués passent le Bac
where it should have been
YouTube - BANDE SON -- Les sous dou?s passent le Bac
Fixed by adding utf8_decode() at the two returns in the ame_fetch_www_page function in includes/ame_bbcode.php