|
@@ -135,7 +135,7 @@ if (!$debug && $Cache->get_value('jav_fill_json_'.$cn)) {
|
135
|
135
|
$year = substr($jdb->query("//b[contains(., 'Release Date:')]")[0]->nextSibling->nodeValue, 1, 4);
|
136
|
136
|
}
|
137
|
137
|
if (!$image) {
|
138
|
|
- $image = $jdb->query("//img[contains(@alt, ' download or stream.')]")->item(0)->getAttribute('src');
|
|
138
|
+ $image = $jdb->query("//img[@alt='" . $cn . "']")->item(0)->getAttribute('src');
|
139
|
139
|
}
|
140
|
140
|
if (substr($image, 0, 2) == '//') {
|
141
|
141
|
$image = 'https:'.$image;
|