vendor: Update PHP Simple HTML DOM Parser to 1.8.1
https://sourceforge.net/projects/simplehtmldom/files/simplehtmldom/1.8.1/ Note: Some bridges may need fixes in their CSS queries if they don't follow the specification.
This commit is contained in:
parent
2def7a04a3
commit
bcd7bccc46
2 changed files with 1319 additions and 682 deletions
|
@ -65,6 +65,7 @@ require_once PATH_LIB . 'error.php';
|
|||
require_once PATH_LIB . 'contents.php';
|
||||
|
||||
// Vendor
|
||||
define('MAX_FILE_SIZE', 10000000); /* Allow larger files for simple_html_dom */
|
||||
require_once PATH_LIB_VENDOR . 'simplehtmldom/simple_html_dom.php';
|
||||
require_once PATH_LIB_VENDOR . 'php-urljoin/src/urljoin.php';
|
||||
|
||||
|
|
1758
vendor/simplehtmldom/simple_html_dom.php
vendored
1758
vendor/simplehtmldom/simple_html_dom.php
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue