youtube redirect fixes

This commit is contained in:
Friendika
2011-08-30 23:09:39 -07:00
parent b11a0efff1
commit f0c3a75ff3
3 changed files with 5 additions and 5 deletions

View File

@@ -80,8 +80,6 @@ function localize_item(&$item){
}
// fix bad embeds
$item['body'] = str_replace('http://www.youtube.com/embed/http:','http:',$item['body']);
}