php-html-parser icon indicating copy to clipboard operation
php-html-parser copied to clipboard

An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.

Results 75 php-html-parser issues
Sort by recently updated
recently updated
newest added

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...

We needed to change tag names during dom manipulations, so we added the setName function for this.

Reproduction: ```php >>> use PHPHtmlParser\Dom; >>> $dom = new Dom; >>> $dom->loadFromUrl("https://casper.com/gifts/?clickid=T02U6OVQYxyLUbdwUx0Mo36dUkB1HNWwiSMnwQ0"); ``` Throws: ``` PHP Warning: mb_eregi_replace(): mbregex search failure in php_mbereg_replace_exec(): retry-limit-in-match over in /paquettg/php-html-parser/src/PHPHtmlParser/Dom/Cleaner.php on line 81...

This PR should solve a lot of the open issues with this library, mostly not compatible with newer libraries that requiring higher versions of what are locked in composer.json. The...

Or should we just migrate to a new fork? Yes or no answer would be greatly appreciated. Thank you.