Skip to content

Commit

Permalink
vendor: Update PHP Simple HTML DOM Parser to 1.8.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
logmanoriginal committed Jan 13, 2019
1 parent 2def7a0 commit bcd7bcc
Show file tree
Hide file tree
Showing 2 changed files with 1,320 additions and 683 deletions.
1 change: 1 addition & 0 deletions lib/rssbridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
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';

Expand Down
Loading

0 comments on commit bcd7bcc

Please sign in to comment.