You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to handle if a class is not found or not exists?
I tried
if($dom->find(.a_class)){
echo ("class a_class exists");
}
but it's not working.
Hello,
The bug is right here:
$loadMoreStories = $dom->find('.load-more-wrapper')[0];
You can find this on any Picuki page, like https://www.picuki.com/profile/ironmaiden or https://www.picuki.com/profile/fedez
My theory is that it fails to find any class that is at the bottom of the HTML. The class load-more-wrapper is clearly there.
The text was updated successfully, but these errors were encountered: