Skip to content

Commit

Permalink
Update creators.php
Browse files Browse the repository at this point in the history
Bug fixed.
  • Loading branch information
gloireTR authored Oct 22, 2020
1 parent 9b66e83 commit 420b870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/creators/creators.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public function getAnimes(){
if ($td->getAttribute('class') == 'thumb' || $td->getAttribute('class') == 'thumb image'){
if ($td->childNodes->item(1)->nodeName == 'a' && $td->childNodes->item(1)->childNodes->item(0)->nodeName != 'span'){
$arr_c['image'] = $td->childNodes->item(1)->childNodes->item(1)->childNodes->item(0)->getAttribute('src');
echo $arr_c['image'] . '<br>';
}else{
$arr_c['image'] = 'null';
}
Expand Down

0 comments on commit 420b870

Please sign in to comment.