[fix] bad title detection

This commit is contained in:
Knah Tsaeb 2015-05-19 11:22:39 +02:00
parent 7494ae80a5
commit ad22b450f8
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ function getVideoInfo($file, $dir, $fullListFile) {
$info = array(
'hash' => $file,
'title' => $postInfo['title'],
'originalTitle' => htmlentities($jsonInfo -> stitle, ENT_QUOTES, "UTF-8"),
'originalTitle' => htmlentities($jsonInfo -> title, ENT_QUOTES, "UTF-8"),
'url' => $postInfo['url'],
'desc' => $postInfo['desc'],
'originalDesc' => htmlentities($jsonInfo -> description, ENT_QUOTES, "UTF-8"),