summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorNils Gotzhein <[email protected]>2021-08-17 22:18:46 +0200
committerNils Gotzhein <[email protected]>2021-08-17 22:18:46 +0200
commitb6b6771d8d7dcf13938d1578099074b0123a5d5e (patch)
treeefd9e28718eff791dcaa7ffddbac44c38deedfb8 /plugins
parenta73e3bec45c5523910c711cf882976b71781ac9e (diff)
pull latest readability-php via composer
Diffstat (limited to 'plugins')
-rw-r--r--plugins/af_readability/composer.json2
-rw-r--r--plugins/af_readability/composer.lock25
-rw-r--r--plugins/af_readability/vendor/composer/ClassLoader.php6
-rw-r--r--plugins/af_readability/vendor/composer/InstalledVersions.php511
-rw-r--r--plugins/af_readability/vendor/composer/LICENSE2
-rw-r--r--plugins/af_readability/vendor/composer/autoload_psr4.php2
-rw-r--r--plugins/af_readability/vendor/composer/autoload_static.php2
-rw-r--r--plugins/af_readability/vendor/composer/installed.json27
-rw-r--r--plugins/af_readability/vendor/composer/installed.php12
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/.coveralls.yml (renamed from plugins/af_readability/vendor/andreskrey/readability.php/.coveralls.yml)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/.gitattributes (renamed from plugins/af_readability/vendor/andreskrey/readability.php/.gitattributes)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/.gitignore (renamed from plugins/af_readability/vendor/andreskrey/readability.php/.gitignore)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/.styleci.yml (renamed from plugins/af_readability/vendor/andreskrey/readability.php/.styleci.yml)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/.travis.yml (renamed from plugins/af_readability/vendor/andreskrey/readability.php/.travis.yml)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/AUTHORS.md (renamed from plugins/af_readability/vendor/andreskrey/readability.php/AUTHORS.md)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/CHANGELOG.md (renamed from plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/CONTRIBUTING.md (renamed from plugins/af_readability/vendor/andreskrey/readability.php/CONTRIBUTING.md)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/LICENSE (renamed from plugins/af_readability/vendor/andreskrey/readability.php/LICENSE)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/Makefile (renamed from plugins/af_readability/vendor/andreskrey/readability.php/Makefile)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/README.md (renamed from plugins/af_readability/vendor/andreskrey/readability.php/README.md)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/composer.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/composer.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/docker-compose.yml (renamed from plugins/af_readability/vendor/andreskrey/readability.php/docker-compose.yml)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/docker/php/Dockerfile (renamed from plugins/af_readability/vendor/andreskrey/readability.php/docker/php/Dockerfile)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/phpunit.xml (renamed from plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Configuration.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Configuration.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMAttr.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMAttr.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCdataSection.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMCdataSection.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCharacterData.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMCharacterData.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMComment.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMComment.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocument.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocument.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentFragment.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocumentFragment.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentType.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocumentType.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMElement.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMElement.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntity.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMEntity.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntityReference.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMEntityReference.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNode.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNode.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNodeList.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNodeList.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNotation.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNotation.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMText.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMText.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/NodeTrait.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/NodeTrait.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/NodeUtility.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/NodeUtility.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/ParseException.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/ParseException.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/src/Readability.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/src/Readability.php)2
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/ConfigurationTest.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/ConfigurationTest.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/ReadabilityTest.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/ReadabilityTest.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/TestPage.php (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/config.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/source.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected-images.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected-metadata.json)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected.html)0
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/source.html (renamed from plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/source.html)0
-rw-r--r--plugins/af_readability/vendor/psr/log/Psr/Log/AbstractLogger.php32
-rw-r--r--plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php2
-rw-r--r--plugins/af_readability/vendor/psr/log/composer.json2
415 files changed, 311 insertions, 316 deletions
diff --git a/plugins/af_readability/composer.json b/plugins/af_readability/composer.json
index 71acf9b0f..f23f50db9 100644
--- a/plugins/af_readability/composer.json
+++ b/plugins/af_readability/composer.json
@@ -1,5 +1,5 @@
{
"require": {
- "andreskrey/readability.php": "^2.1"
+ "fivefilters/readability.php": "^2.1"
}
}
diff --git a/plugins/af_readability/composer.lock b/plugins/af_readability/composer.lock
index f8e1237c5..8001f054e 100644
--- a/plugins/af_readability/composer.lock
+++ b/plugins/af_readability/composer.lock
@@ -4,19 +4,19 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "2a37019b27f1590966011df3bf6e135b",
+ "content-hash": "985d4bb2caa672420e280a0b2bbb4715",
"packages": [
{
- "name": "andreskrey/readability.php",
+ "name": "fivefilters/readability.php",
"version": "v2.1.0",
"source": {
"type": "git",
- "url": "https://github.com/andreskrey/readability.php.git",
+ "url": "https://github.com/fivefilters/readability.php.git",
"reference": "7617a912b6c527909168f5d41d263792f171c42a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/andreskrey/readability.php/zipball/7617a912b6c527909168f5d41d263792f171c42a",
+ "url": "https://api.github.com/repos/fivefilters/readability.php/zipball/7617a912b6c527909168f5d41d263792f171c42a",
"reference": "7617a912b6c527909168f5d41d263792f171c42a",
"shasum": ""
},
@@ -58,23 +58,22 @@
"readability"
],
"support": {
- "issues": "https://github.com/andreskrey/readability.php/issues",
- "source": "https://github.com/andreskrey/readability.php/tree/v2.1.0"
+ "source": "https://github.com/fivefilters/readability.php/tree/v2.1.0"
},
"time": "2019-07-22T21:42:25+00:00"
},
{
"name": "psr/log",
- "version": "1.1.3",
+ "version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
@@ -98,7 +97,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
@@ -109,9 +108,9 @@
"psr-3"
],
"support": {
- "source": "https://github.com/php-fig/log/tree/1.1.3"
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
},
- "time": "2020-03-23T09:12:05+00:00"
+ "time": "2021-05-03T11:20:27+00:00"
}
],
"packages-dev": [],
diff --git a/plugins/af_readability/vendor/composer/ClassLoader.php b/plugins/af_readability/vendor/composer/ClassLoader.php
index 247294d66..4d989a212 100644
--- a/plugins/af_readability/vendor/composer/ClassLoader.php
+++ b/plugins/af_readability/vendor/composer/ClassLoader.php
@@ -311,10 +311,8 @@ class ClassLoader
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
if (null === $this->vendorDir) {
- return;
- }
-
- if ($prepend) {
+ //no-op
+ } elseif ($prepend) {
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
} else {
unset(self::$registeredLoaders[$this->vendorDir]);
diff --git a/plugins/af_readability/vendor/composer/InstalledVersions.php b/plugins/af_readability/vendor/composer/InstalledVersions.php
index 5fe76426f..420d2ea9c 100644
--- a/plugins/af_readability/vendor/composer/InstalledVersions.php
+++ b/plugins/af_readability/vendor/composer/InstalledVersions.php
@@ -1,28 +1,28 @@
<?php
-
-
-
-
-
-
-
-
-
+/*
+ * This file is part of Composer.
+ *
+ * (c) Nils Adermann <[email protected]>
+ * Jordi Boggiano <[email protected]>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace Composer;
use Composer\Autoload\ClassLoader;
use Composer\Semver\VersionParser;
-
-
-
-
-
+/**
+ * This class is copied in every Composer installed project and available to all
+ *
+ * To require it's presence, you can require `composer-runtime-api ^2.0`
+ */
class InstalledVersions
{
-private static $installed = array (
+ private static $installed = array (
'root' =>
array (
'pretty_version' => 'dev-master',
@@ -30,7 +30,7 @@ private static $installed = array (
'aliases' =>
array (
),
- 'reference' => '1baf8c521785ab4dc8f474fdd772280737c7e254',
+ 'reference' => 'a73e3bec45c5523910c711cf882976b71781ac9e',
'name' => '__root__',
),
'versions' =>
@@ -42,9 +42,9 @@ private static $installed = array (
'aliases' =>
array (
),
- 'reference' => '1baf8c521785ab4dc8f474fdd772280737c7e254',
+ 'reference' => 'a73e3bec45c5523910c711cf882976b71781ac9e',
),
- 'andreskrey/readability.php' =>
+ 'fivefilters/readability.php' =>
array (
'pretty_version' => 'v2.1.0',
'version' => '2.1.0.0',
@@ -55,247 +55,248 @@ private static $installed = array (
),
'psr/log' =>
array (
- 'pretty_version' => '1.1.3',
- 'version' => '1.1.3.0',
+ 'pretty_version' => '1.1.4',
+ 'version' => '1.1.4.0',
'aliases' =>
array (
),
- 'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc',
+ 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
),
),
);
-private static $canGetVendors;
-private static $installedByVendor = array();
-
-
-
-
-
-
-
-public static function getInstalledPackages()
-{
-$packages = array();
-foreach (self::getInstalled() as $installed) {
-$packages[] = array_keys($installed['versions']);
-}
-
-
-if (1 === \count($packages)) {
-return $packages[0];
-}
-
-return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
-}
-
-
-
-
-
-
-
-
-
-public static function isInstalled($packageName)
-{
-foreach (self::getInstalled() as $installed) {
-if (isset($installed['versions'][$packageName])) {
-return true;
-}
-}
-
-return false;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-public static function satisfies(VersionParser $parser, $packageName, $constraint)
-{
-$constraint = $parser->parseConstraints($constraint);
-$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
-
-return $provided->matches($constraint);
-}
-
-
-
-
-
-
-
-
-
-
-public static function getVersionRanges($packageName)
-{
-foreach (self::getInstalled() as $installed) {
-if (!isset($installed['versions'][$packageName])) {
-continue;
-}
-
-$ranges = array();
-if (isset($installed['versions'][$packageName]['pretty_version'])) {
-$ranges[] = $installed['versions'][$packageName]['pretty_version'];
-}
-if (array_key_exists('aliases', $installed['versions'][$packageName])) {
-$ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
-}
-if (array_key_exists('replaced', $installed['versions'][$packageName])) {
-$ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
-}
-if (array_key_exists('provided', $installed['versions'][$packageName])) {
-$ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
-}
-
-return implode(' || ', $ranges);
-}
-
-throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
-}
-
-
-
-
-
-public static function getVersion($packageName)
-{
-foreach (self::getInstalled() as $installed) {
-if (!isset($installed['versions'][$packageName])) {
-continue;
-}
-
-if (!isset($installed['versions'][$packageName]['version'])) {
-return null;
-}
-
-return $installed['versions'][$packageName]['version'];
-}
-
-throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
-}
-
-
-
-
-
-public static function getPrettyVersion($packageName)
-{
-foreach (self::getInstalled() as $installed) {
-if (!isset($installed['versions'][$packageName])) {
-continue;
-}
-
-if (!isset($installed['versions'][$packageName]['pretty_version'])) {
-return null;
-}
-
-return $installed['versions'][$packageName]['pretty_version'];
-}
-
-throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
-}
-
-
-
-
-
-public static function getReference($packageName)
-{
-foreach (self::getInstalled() as $installed) {
-if (!isset($installed['versions'][$packageName])) {
-continue;
-}
-
-if (!isset($installed['versions'][$packageName]['reference'])) {
-return null;
-}
-
-return $installed['versions'][$packageName]['reference'];
-}
-
-throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
-}
-
-
-
-
-
-public static function getRootPackage()
-{
-$installed = self::getInstalled();
-
-return $installed[0]['root'];
-}
-
-
-
-
-
-
-
-public static function getRawData()
-{
-return self::$installed;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-public static function reload($data)
-{
-self::$installed = $data;
-self::$installedByVendor = array();
-}
-
-
-
-
-private static function getInstalled()
-{
-if (null === self::$canGetVendors) {
-self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
-}
-
-$installed = array();
-
-if (self::$canGetVendors) {
-foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
-if (isset(self::$installedByVendor[$vendorDir])) {
-$installed[] = self::$installedByVendor[$vendorDir];
-} elseif (is_file($vendorDir.'/composer/installed.php')) {
-$installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
-}
-}
-}
-
-$installed[] = self::$installed;
-
-return $installed;
-}
+ private static $canGetVendors;
+ private static $installedByVendor = array();
+
+ /**
+ * Returns a list of all package names which are present, either by being installed, replaced or provided
+ *
+ * @return string[]
+ * @psalm-return list<string>
+ */
+ public static function getInstalledPackages()
+ {
+ $packages = array();
+ foreach (self::getInstalled() as $installed) {
+ $packages[] = array_keys($installed['versions']);
+ }
+
+
+ if (1 === \count($packages)) {
+ return $packages[0];
+ }
+
+ return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
+ }
+
+ /**
+ * Checks whether the given package is installed
+ *
+ * This also returns true if the package name is provided or replaced by another package
+ *
+ * @param string $packageName
+ * @return bool
+ */
+ public static function isInstalled($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (isset($installed['versions'][$packageName])) {
+ return true;
+ }
+ }
+
+ return false;
+ }
+
+ /**
+ * Checks whether the given package satisfies a version constraint
+ *
+ * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
+ *
+ * Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
+ *
+ * @param VersionParser $parser Install composer/semver to have access to this class and functionality
+ * @param string $packageName
+ * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
+ *
+ * @return bool
+ */
+ public static function satisfies(VersionParser $parser, $packageName, $constraint)
+ {
+ $constraint = $parser->parseConstraints($constraint);
+ $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
+
+ return $provided->matches($constraint);
+ }
+
+ /**
+ * Returns a version constraint representing all the range(s) which are installed for a given package
+ *
+ * It is easier to use this via isInstalled() with the $constraint argument if you need to check
+ * whether a given version of a package is installed, and not just whether it exists
+ *
+ * @param string $packageName
+ * @return string Version constraint usable with composer/semver
+ */
+ public static function getVersionRanges($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ $ranges = array();
+ if (isset($installed['versions'][$packageName]['pretty_version'])) {
+ $ranges[] = $installed['versions'][$packageName]['pretty_version'];
+ }
+ if (array_key_exists('aliases', $installed['versions'][$packageName])) {
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
+ }
+ if (array_key_exists('replaced', $installed['versions'][$packageName])) {
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
+ }
+ if (array_key_exists('provided', $installed['versions'][$packageName])) {
+ $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
+ }
+
+ return implode(' || ', $ranges);
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @param string $packageName
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
+ */
+ public static function getVersion($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ if (!isset($installed['versions'][$packageName]['version'])) {
+ return null;
+ }
+
+ return $installed['versions'][$packageName]['version'];
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @param string $packageName
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
+ */
+ public static function getPrettyVersion($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ if (!isset($installed['versions'][$packageName]['pretty_version'])) {
+ return null;
+ }
+
+ return $installed['versions'][$packageName]['pretty_version'];
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @param string $packageName
+ * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
+ */
+ public static function getReference($packageName)
+ {
+ foreach (self::getInstalled() as $installed) {
+ if (!isset($installed['versions'][$packageName])) {
+ continue;
+ }
+
+ if (!isset($installed['versions'][$packageName]['reference'])) {
+ return null;
+ }
+
+ return $installed['versions'][$packageName]['reference'];
+ }
+
+ throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
+ }
+
+ /**
+ * @return array
+ * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[]}
+ */
+ public static function getRootPackage()
+ {
+ $installed = self::getInstalled();
+
+ return $installed[0]['root'];
+ }
+
+ /**
+ * Returns the raw installed.php data for custom implementations
+ *
+ * @return array[]
+ * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[]}, versions: list<string, array{pretty_version: ?string, version: ?string, aliases: ?string[], reference: ?string, replaced: ?string[], provided: ?string[]}>}
+ */
+ public static function getRawData()
+ {
+ return self::$installed;
+ }
+
+ /**
+ * Lets you reload the static array from another file
+ *
+ * This is only useful for complex integrations in which a project needs to use
+ * this class but then also needs to execute another project's autoloader in process,
+ * and wants to ensure both projects have access to their version of installed.php.
+ *
+ * A typical case would be PHPUnit, where it would need to make sure it reads all
+ * the data it needs from this class, then call reload() with
+ * `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
+ * the project in which it runs can then also use this class safely, without
+ * interference between PHPUnit's dependencies and the project's dependencies.
+ *
+ * @param array[] $data A vendor/composer/installed.php data set
+ * @return void
+ *
+ * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[]}, versions: list<string, array{pretty_version: ?string, version: ?string, aliases: ?string[], reference: ?string, replaced: ?string[], provided: ?string[]}>} $data
+ */
+ public static function reload($data)
+ {
+ self::$installed = $data;
+ self::$installedByVendor = array();
+ }
+
+ /**
+ * @return array[]
+ */
+ private static function getInstalled()
+ {
+ if (null === self::$canGetVendors) {
+ self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
+ }
+
+ $installed = array();
+
+ if (self::$canGetVendors) {
+ // @phpstan-ignore-next-line
+ foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
+ if (isset(self::$installedByVendor[$vendorDir])) {
+ $installed[] = self::$installedByVendor[$vendorDir];
+ } elseif (is_file($vendorDir.'/composer/installed.php')) {
+ $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
+ }
+ }
+ }
+
+ $installed[] = self::$installed;
+
+ return $installed;
+ }
}
diff --git a/plugins/af_readability/vendor/composer/LICENSE b/plugins/af_readability/vendor/composer/LICENSE
index f27399a04..62ecfd8d0 100644
--- a/plugins/af_readability/vendor/composer/LICENSE
+++ b/plugins/af_readability/vendor/composer/LICENSE
@@ -1,4 +1,3 @@
-
Copyright (c) Nils Adermann, Jordi Boggiano
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -18,4 +17,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-
diff --git a/plugins/af_readability/vendor/composer/autoload_psr4.php b/plugins/af_readability/vendor/composer/autoload_psr4.php
index ea111d957..3efe88013 100644
--- a/plugins/af_readability/vendor/composer/autoload_psr4.php
+++ b/plugins/af_readability/vendor/composer/autoload_psr4.php
@@ -6,6 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
- 'andreskrey\\Readability\\' => array($vendorDir . '/andreskrey/readability.php/src'),
+ 'andreskrey\\Readability\\' => array($vendorDir . '/fivefilters/readability.php/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
);
diff --git a/plugins/af_readability/vendor/composer/autoload_static.php b/plugins/af_readability/vendor/composer/autoload_static.php
index 3c6721045..0f4e7a4b9 100644
--- a/plugins/af_readability/vendor/composer/autoload_static.php
+++ b/plugins/af_readability/vendor/composer/autoload_static.php
@@ -20,7 +20,7 @@ class ComposerStaticInitb44cc79a0eaef9cd9c2f2ac697cbe9c0
public static $prefixDirsPsr4 = array (
'andreskrey\\Readability\\' =>
array (
- 0 => __DIR__ . '/..' . '/andreskrey/readability.php/src',
+ 0 => __DIR__ . '/..' . '/fivefilters/readability.php/src',
),
'Psr\\Log\\' =>
array (
diff --git a/plugins/af_readability/vendor/composer/installed.json b/plugins/af_readability/vendor/composer/installed.json
index 32d088d27..916a0b1d9 100644
--- a/plugins/af_readability/vendor/composer/installed.json
+++ b/plugins/af_readability/vendor/composer/installed.json
@@ -1,17 +1,17 @@
{
"packages": [
{
- "name": "andreskrey/readability.php",
+ "name": "fivefilters/readability.php",
"version": "v2.1.0",
"version_normalized": "2.1.0.0",
"source": {
"type": "git",
- "url": "https://github.com/andreskrey/readability.php.git",
+ "url": "https://github.com/fivefilters/readability.php.git",
"reference": "7617a912b6c527909168f5d41d263792f171c42a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/andreskrey/readability.php/zipball/7617a912b6c527909168f5d41d263792f171c42a",
+ "url": "https://api.github.com/repos/fivefilters/readability.php/zipball/7617a912b6c527909168f5d41d263792f171c42a",
"reference": "7617a912b6c527909168f5d41d263792f171c42a",
"shasum": ""
},
@@ -55,30 +55,29 @@
"readability"
],
"support": {
- "issues": "https://github.com/andreskrey/readability.php/issues",
- "source": "https://github.com/andreskrey/readability.php/tree/v2.1.0"
+ "source": "https://github.com/fivefilters/readability.php/tree/v2.1.0"
},
- "install-path": "../andreskrey/readability.php"
+ "install-path": "../fivefilters/readability.php"
},
{
"name": "psr/log",
- "version": "1.1.3",
- "version_normalized": "1.1.3.0",
+ "version": "1.1.4",
+ "version_normalized": "1.1.4.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
- "time": "2020-03-23T09:12:05+00:00",
+ "time": "2021-05-03T11:20:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -98,7 +97,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
@@ -109,7 +108,7 @@
"psr-3"
],
"support": {
- "source": "https://github.com/php-fig/log/tree/1.1.3"
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
},
"install-path": "../psr/log"
}
diff --git a/plugins/af_readability/vendor/composer/installed.php b/plugins/af_readability/vendor/composer/installed.php
index 4e25c896e..64d46147e 100644
--- a/plugins/af_readability/vendor/composer/installed.php
+++ b/plugins/af_readability/vendor/composer/installed.php
@@ -6,7 +6,7 @@
'aliases' =>
array (
),
- 'reference' => '1baf8c521785ab4dc8f474fdd772280737c7e254',
+ 'reference' => 'a73e3bec45c5523910c711cf882976b71781ac9e',
'name' => '__root__',
),
'versions' =>
@@ -18,9 +18,9 @@
'aliases' =>
array (
),
- 'reference' => '1baf8c521785ab4dc8f474fdd772280737c7e254',
+ 'reference' => 'a73e3bec45c5523910c711cf882976b71781ac9e',
),
- 'andreskrey/readability.php' =>
+ 'fivefilters/readability.php' =>
array (
'pretty_version' => 'v2.1.0',
'version' => '2.1.0.0',
@@ -31,12 +31,12 @@
),
'psr/log' =>
array (
- 'pretty_version' => '1.1.3',
- 'version' => '1.1.3.0',
+ 'pretty_version' => '1.1.4',
+ 'version' => '1.1.4.0',
'aliases' =>
array (
),
- 'reference' => '0f73288fd15629204f9d42b7055f72dacbe811fc',
+ 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
),
),
);
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/.coveralls.yml b/plugins/af_readability/vendor/fivefilters/readability.php/.coveralls.yml
index 18e6b2054..18e6b2054 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/.coveralls.yml
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/.coveralls.yml
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/.gitattributes b/plugins/af_readability/vendor/fivefilters/readability.php/.gitattributes
index ea4dd8899..ea4dd8899 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/.gitattributes
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/.gitattributes
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/.gitignore b/plugins/af_readability/vendor/fivefilters/readability.php/.gitignore
index 5608600f8..5608600f8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/.gitignore
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/.gitignore
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/.styleci.yml b/plugins/af_readability/vendor/fivefilters/readability.php/.styleci.yml
index f5ddf3ed9..f5ddf3ed9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/.styleci.yml
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/.styleci.yml
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/.travis.yml b/plugins/af_readability/vendor/fivefilters/readability.php/.travis.yml
index 5c3bdd198..5c3bdd198 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/.travis.yml
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/.travis.yml
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/AUTHORS.md b/plugins/af_readability/vendor/fivefilters/readability.php/AUTHORS.md
index cc420e3a8..cc420e3a8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/AUTHORS.md
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/AUTHORS.md
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md b/plugins/af_readability/vendor/fivefilters/readability.php/CHANGELOG.md
index 20aef9e3a..20aef9e3a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/CHANGELOG.md
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/CHANGELOG.md
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/CONTRIBUTING.md b/plugins/af_readability/vendor/fivefilters/readability.php/CONTRIBUTING.md
index 345f71565..345f71565 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/CONTRIBUTING.md
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/CONTRIBUTING.md
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/LICENSE b/plugins/af_readability/vendor/fivefilters/readability.php/LICENSE
index 261eeb9e9..261eeb9e9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/LICENSE
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/LICENSE
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/Makefile b/plugins/af_readability/vendor/fivefilters/readability.php/Makefile
index b3bf15040..b3bf15040 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/Makefile
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/Makefile
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/README.md b/plugins/af_readability/vendor/fivefilters/readability.php/README.md
index b6b1e2922..b6b1e2922 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/README.md
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/README.md
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/composer.json b/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
index bf515682c..bf515682c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/composer.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/docker-compose.yml b/plugins/af_readability/vendor/fivefilters/readability.php/docker-compose.yml
index e58b1b0bf..e58b1b0bf 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/docker-compose.yml
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/docker-compose.yml
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/docker/php/Dockerfile b/plugins/af_readability/vendor/fivefilters/readability.php/docker/php/Dockerfile
index 8971d1f1b..8971d1f1b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/docker/php/Dockerfile
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/docker/php/Dockerfile
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml b/plugins/af_readability/vendor/fivefilters/readability.php/phpunit.xml
index 291085a71..291085a71 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/phpunit.xml
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/phpunit.xml
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Configuration.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Configuration.php
index 0632399c6..0632399c6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Configuration.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Configuration.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMAttr.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMAttr.php
index 91729f3b1..91729f3b1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMAttr.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMAttr.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMCdataSection.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCdataSection.php
index 4535e4e99..4535e4e99 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMCdataSection.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCdataSection.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMCharacterData.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCharacterData.php
index e4db11a06..e4db11a06 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMCharacterData.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMCharacterData.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMComment.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMComment.php
index 13b004aff..13b004aff 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMComment.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMComment.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocument.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocument.php
index 81e9c7de6..81e9c7de6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocument.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocument.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocumentFragment.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentFragment.php
index bcb89468d..bcb89468d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocumentFragment.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentFragment.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocumentType.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentType.php
index 18705a7a7..18705a7a7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMDocumentType.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMDocumentType.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMElement.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMElement.php
index c07670bf7..c07670bf7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMElement.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMElement.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMEntity.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntity.php
index 8493e7319..8493e7319 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMEntity.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntity.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMEntityReference.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntityReference.php
index 32cecb75c..32cecb75c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMEntityReference.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMEntityReference.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNode.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNode.php
index 7c3c4f3a2..7c3c4f3a2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNode.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNode.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNodeList.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNodeList.php
index 5149c0b98..5149c0b98 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNodeList.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNodeList.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNotation.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNotation.php
index 2e888ce00..2e888ce00 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMNotation.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMNotation.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php
index 9dd4c5c70..9dd4c5c70 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMProcessingInstruction.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMText.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMText.php
index 42c575b49..42c575b49 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/DOM/DOMText.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/DOM/DOMText.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/NodeTrait.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/NodeTrait.php
index 5198bbb5f..5198bbb5f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/NodeTrait.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/NodeTrait.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/NodeUtility.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/NodeUtility.php
index cbf78bae0..cbf78bae0 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Nodes/NodeUtility.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Nodes/NodeUtility.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/ParseException.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/ParseException.php
index 646c04a37..646c04a37 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/ParseException.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/ParseException.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/src/Readability.php b/plugins/af_readability/vendor/fivefilters/readability.php/src/Readability.php
index 332c96288..6bcbf78d7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/src/Readability.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/src/Readability.php
@@ -195,7 +195,7 @@ class Readability
// No luck after removing flags, just return the longest text we found during the different loops
usort($this->attempts, function ($a, $b) {
- return $b['textLength'] - $a['textLength'];
+ return $a['textLength'] < $b['textLength'];
});
// But first check if we actually have something
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/ConfigurationTest.php b/plugins/af_readability/vendor/fivefilters/readability.php/test/ConfigurationTest.php
index b3810ed73..b3810ed73 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/ConfigurationTest.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/ConfigurationTest.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/ReadabilityTest.php b/plugins/af_readability/vendor/fivefilters/readability.php/test/ReadabilityTest.php
index ca208e894..ca208e894 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/ReadabilityTest.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/ReadabilityTest.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php b/plugins/af_readability/vendor/fivefilters/readability.php/test/TestPage.php
index ed6f92e7c..ed6f92e7c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/TestPage.php
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/TestPage.php
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/config.json
index 0ac6816ed..0ac6816ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json
index 5bed34dc9..5bed34dc9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json
index 52dafa149..52dafa149 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected.html
index e05810ff7..e05810ff7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/source.html
index 951e8745d..951e8745d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/001/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/001/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json
index 74c3859ed..74c3859ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected.html
index 0525100d6..0525100d6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/source.html
index 48befba5d..48befba5d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/002/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/002/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json
index 7c31c2296..7c31c2296 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html
index 6b03dd384..6b03dd384 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html
index c7275b3b2..c7275b3b2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/003-metadata-preferred/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/003-metadata-preferred/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json
index 3a4190bfc..3a4190bfc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json
index a30d0971b..a30d0971b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html
index 6b03dd384..6b03dd384 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html
index dd9dc87b6..dd9dc87b6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/004-metadata-space-separated-properties/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json
index 0ac6816ed..0ac6816ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json
index 5a24660bb..5a24660bb 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json
index 9b2070388..9b2070388 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html
index 15801438e..15801438e 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html
index d8e99bbb1..d8e99bbb1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/aclu/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/aclu/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json
index 0ac6816ed..0ac6816ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json
index b55555167..b55555167 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json
index 0594bf203..0594bf203 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html
index 0aecf6e9f..0aecf6e9f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html
index cd6aed112..cd6aed112 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ars-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ars-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json
index 5e3fa4120..5e3fa4120 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json
index e58519c37..e58519c37 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html
index 14d23f672..14d23f672 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html
index bb0f7df01..bb0f7df01 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element-relative/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element-relative/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json
index c4a597eea..c4a597eea 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json
index e7a86a752..e7a86a752 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html
index 5037eb265..5037eb265 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html
index 4b3c63c8e..4b3c63c8e 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url-base-element/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url-base-element/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json
index 1c28ae60c..1c28ae60c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json
index 291ff94bc..291ff94bc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html
index 36981e1e7..36981e1e7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html
index 748b8be7d..748b8be7d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/base-url/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/base-url/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json
index a31ae0ba7..a31ae0ba7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html
index c66b95c70..c66b95c70 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html
index d00f4cc27..d00f4cc27 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/basic-tags-cleaning/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/basic-tags-cleaning/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json
index 44bca8dce..44bca8dce 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json
index 6af682f84..6af682f84 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html
index ca646fe80..ca646fe80 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html
index 876c893f6..876c893f6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bbc-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bbc-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json
index 1b254aaf2..1b254aaf2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json
index a081c8829..a081c8829 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html
index ec3a02a43..ec3a02a43 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html
index 0c23844f6..0c23844f6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/blogger/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/blogger/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json
index 0ac6816ed..0ac6816ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json
index 77ab1dbc1..77ab1dbc1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json
index f04451323..f04451323 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html
index e2f04c74b..e2f04c74b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html
index 61ae0aa91..61ae0aa91 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/breitbart/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/breitbart/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json
index 7da4a8f99..7da4a8f99 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json
index b2b0d8659..b2b0d8659 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html
index c281eef90..c281eef90 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html
index 08840dc24..08840dc24 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/bug-1255978/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/bug-1255978/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json
index f44cbe4a1..f44cbe4a1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json
index c332ef4f0..c332ef4f0 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html
index 46a3f3212..46a3f3212 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html
index f51556a34..f51556a34 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/buzzfeed-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/buzzfeed-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json
index c9eb0acac..c9eb0acac 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json
index 363110945..363110945 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html
index 195bdd271..195bdd271 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html
index b6f0267e8..b6f0267e8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/challenges/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/challenges/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json
index be86a5838..be86a5838 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json
index c5166f58c..c5166f58c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html
index 8c1b8b121..8c1b8b121 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html
index 775023e7c..775023e7c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/clean-links/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/clean-links/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json
index f83aea18c..f83aea18c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json
index be68e3164..be68e3164 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html
index 1b6351245..1b6351245 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html
index c71419fe9..c71419fe9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet-svg-classes/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet-svg-classes/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json
index e8bdae4fb..e8bdae4fb 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json
index 773cbb9f0..773cbb9f0 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html
index 4f401dad0..4f401dad0 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html
index 410bf3cc8..410bf3cc8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnet/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnet/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json
index 93a8c3360..93a8c3360 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json
index 46a71fa8d..46a71fa8d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html
index 552455fe8..552455fe8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html
index a4950a147..a4950a147 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/cnn/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/cnn/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json
index b1c1035b5..b1c1035b5 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html
index 57c50c6f3..57c50c6f3 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html
index 59b7a02ca..59b7a02ca 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/comment-inside-script-parsing/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/comment-inside-script-parsing/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json
index 888aa8524..888aa8524 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json
index 1dbda03bd..1dbda03bd 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html
index 6c3f15447..6c3f15447 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html
index c68f39009..c68f39009 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/daringfireball-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/daringfireball-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json
index 12cfc8c63..12cfc8c63 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json
index c442d503c..c442d503c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html
index 93f4c92fe..93f4c92fe 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html
index 8727af66d..8727af66d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/different-sources-for-images/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/different-sources-for-images/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json
index 4bb89904f..4bb89904f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json
index d0e64966f..d0e64966f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json
index 4de144894..4de144894 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html
index 397322e20..397322e20 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html
index f5c9afe19..f5c9afe19 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json
index a6dcad5dc..a6dcad5dc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json
index 756b8c1b7..756b8c1b7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html
index ea7d138e1..ea7d138e1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html
index 6976de340..6976de340 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ehow-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ehow-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json
index e0e885940..e0e885940 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html
index 327e6503c..327e6503c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html
index ff43acfa3..ff43acfa3 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/embedded-videos/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/embedded-videos/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json
index f3993407b..f3993407b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json
index 3eb49bef2..3eb49bef2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html
index 44a2afe0d..44a2afe0d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html
index 2bed80809..2bed80809 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/engadget/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/engadget/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json
index 0ac6816ed..0ac6816ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json
index 5f0cd4927..5f0cd4927 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json
index 8405f6763..8405f6763 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html
index 5dc679145..5dc679145 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html
index af8f61a2b..af8f61a2b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/fortressofsolitude/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/fortressofsolitude/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json
index 79181b26b..79181b26b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json
index 65cd6ab1b..65cd6ab1b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html
index 1b69754ff..1b69754ff 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html
index 048d101c3..048d101c3 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/gmw/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/gmw/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json
index 07cba8ba0..07cba8ba0 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json
index bb8e4c47f..bb8e4c47f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html
index 95ab304b5..95ab304b5 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/source.html
index 5ac581f07..5ac581f07 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/heise/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/heise/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json
index a26021c34..a26021c34 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json
index 102413240..102413240 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html
index 6896eedab..6896eedab 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html
index 050bed449..050bed449 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/herald-sun-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/herald-sun-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json
index 332533a12..332533a12 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html
index 431532997..431532997 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html
index e0699a003..e0699a003 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hidden-nodes/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hidden-nodes/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json
index 88d2990ee..88d2990ee 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json
index b16149a42..b16149a42 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html
index defbcc10c..defbcc10c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html
index 7cbaacd6f..7cbaacd6f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/hukumusume/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/hukumusume/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json
index f548bd9b2..f548bd9b2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json
index a8d6766bd..a8d6766bd 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html
index dd4faf3b4..dd4faf3b4 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html
index a8c36b957..a8c36b957 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/iab-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/iab-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json
index ddf0094b9..ddf0094b9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html
index ff46f7a1d..ff46f7a1d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html
index ded744e77..ded744e77 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/ietf-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/ietf-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json
index 785f18284..785f18284 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json
index b6d25979e..b6d25979e 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html
index e575c7beb..e575c7beb 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html
index 8d6832e6f..8d6832e6f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/infobae/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/infobae/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json
index d5b5affb7..d5b5affb7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json
index 3b705f98a..3b705f98a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html
index d3696f7d1..d3696f7d1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html
index 6d2b2821c..6d2b2821c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/keep-images/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/keep-images/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json
index 1ff254f29..1ff254f29 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json
index d2e56b0f8..d2e56b0f8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html
index 5640699c1..5640699c1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html
index 2c0a8c72a..2c0a8c72a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/la-nacion/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/la-nacion/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json
index e32833b65..e32833b65 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json
index a45fcaf97..a45fcaf97 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html
index dd91ed502..dd91ed502 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html
index 093b02e52..093b02e52 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json
index 8492ce450..8492ce450 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json
index c402d3e27..c402d3e27 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html
index af69efe32..af69efe32 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html
index b47799962..b47799962 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lemonde-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lemonde-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json
index 4b8e9a8b4..4b8e9a8b4 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json
index 5f2b7b5ee..5f2b7b5ee 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html
index 889c2b928..889c2b928 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html
index 609df40d6..609df40d6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/liberation-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/liberation-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json
index b46843d47..b46843d47 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json
index fa13f9e3b..fa13f9e3b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html
index 2f862a91c..2f862a91c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html
index fb7f522f6..fb7f522f6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-post-comment-load/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-post-comment-load/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json
index b46843d47..b46843d47 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json
index fa13f9e3b..fa13f9e3b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html
index 2f862a91c..2f862a91c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html
index 9256059f8..9256059f8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lifehacker-working/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lifehacker-working/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json
index c4caaa1ed..c4caaa1ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json
index d6b1330af..d6b1330af 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html
index 05e072336..05e072336 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html
index b9ca816ee..b9ca816ee 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/links-in-tables/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/links-in-tables/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json
index 0ac6816ed..0ac6816ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json
index 3f6b61062..3f6b61062 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json
index 584887a46..584887a46 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html
index 358f95655..358f95655 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html
index 85eea11d8..85eea11d8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/lwn-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/lwn-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json
index 958972e20..958972e20 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json
index cfe75d030..cfe75d030 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json
index 94f36a271..94f36a271 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html
index bd81ab3d7..bd81ab3d7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html
index 080f03dd8..080f03dd8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/marketwatch/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/marketwatch/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json
index 9a2422037..9a2422037 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json
index a974b4361..a974b4361 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html
index 679d8b75b..679d8b75b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html
index 63be92077..63be92077 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json
index e52ea6ff1..e52ea6ff1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json
index 71804a0dc..71804a0dc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html
index 222b09dbc..222b09dbc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html
index da62885b7..da62885b7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json
index 54ac86669..54ac86669 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json
index 59ef2043d..59ef2043d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html
index f1c311e75..f1c311e75 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html
index 37c246419..37c246419 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/medium-3/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/medium-3/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json
index b0ef9465b..b0ef9465b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html
index 39e027e47..39e027e47 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html
index f5f8ca6c2..f5f8ca6c2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/missing-paragraphs/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/missing-paragraphs/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json
index 8ee13b8e5..8ee13b8e5 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json
index 1b17f9b16..1b17f9b16 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html
index ba1896ea7..ba1896ea7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html
index b8ff3df17..b8ff3df17 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json
index 365d4c229..365d4c229 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json
index 7336ada27..7336ada27 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html
index 8ce4c0703..8ce4c0703 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html
index 31f30a6b6..31f30a6b6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/mozilla-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/mozilla-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json
index 176afee89..176afee89 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json
index 673d99512..673d99512 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html
index 3ed4d696c..3ed4d696c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/source.html
index be55bf3fa..be55bf3fa 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/msn/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/msn/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json
index c89c43ca2..c89c43ca2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json
index 36da83868..36da83868 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html
index 60f7148bc..60f7148bc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html
index d8d12436b..d8d12436b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json
index e4b49d00e..e4b49d00e 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json
index 7fbcf29ee..7fbcf29ee 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html
index 1584ca437..1584ca437 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html
index 07dd7484d..07dd7484d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/nytimes-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/nytimes-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json
index d36dedeb1..d36dedeb1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json
index dafb56b44..dafb56b44 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html
index ffa81c794..ffa81c794 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html
index e1849a93d..e1849a93d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/pixnet/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/pixnet/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json
index 9a7e3d102..9a7e3d102 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html
index e064a49ee..e064a49ee 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html
index ac6ffc793..ac6ffc793 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-brs/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-brs/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json
index 2e6f722f5..2e6f722f5 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html
index a7c631809..a7c631809 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html
index 339d84b3f..339d84b3f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-extra-paragraphs/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-extra-paragraphs/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json
index 13cd351c7..13cd351c7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html
index 769cc0629..769cc0629 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html
index cacb3df7a..cacb3df7a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/remove-script-tags/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/remove-script-tags/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json
index 4878f5da1..4878f5da1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html
index 4a46dd585..4a46dd585 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html
index d081a9436..d081a9436 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/reordering-paragraphs/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/reordering-paragraphs/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json
index 2f31b060c..2f31b060c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html
index 56e36a4bc..56e36a4bc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html
index 2283d6542..2283d6542 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-brs/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-brs/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json
index 18f46ddb8..18f46ddb8 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html
index a36b1a252..a36b1a252 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html
index 5789e5676..5789e5676 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/replace-font-tags/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/replace-font-tags/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json
index f9613b2bf..f9613b2bf 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html
index eba1686e9..eba1686e9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html
index 597c427ac..597c427ac 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json
index f9613b2bf..f9613b2bf 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html
index eba1686e9..eba1686e9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html
index c888309eb..c888309eb 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json
index f9613b2bf..f9613b2bf 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html
index 75448882b..75448882b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html
index ac68451c7..ac68451c7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-3/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-3/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json
index c8358d561..c8358d561 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html
index 14724e72d..14724e72d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html
index 677bca906..677bca906 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/rtl-4/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/rtl-4/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json
index f2c796a72..f2c796a72 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json
index 63cf935cf..63cf935cf 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html
index d1cb60ef1..d1cb60ef1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html
index 3bfa3fe31..3bfa3fe31 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/salon-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/salon-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json
index 469dde59f..469dde59f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json
index b024aa854..b024aa854 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html
index 55b74a98c..55b74a98c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html
index f2e26ac95..f2e26ac95 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/simplyfound-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/simplyfound-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json
index 7a80654bf..7a80654bf 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html
index 6d135be2c..6d135be2c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html
index ee9d660c5..ee9d660c5 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/social-buttons/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/social-buttons/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json
index 47039a9a9..47039a9a9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html
index d3a8806b4..d3a8806b4 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html
index 687ca39be..687ca39be 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/style-tags-removal/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/style-tags-removal/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json
index 321414f8b..321414f8b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html
index 1cc45591b..1cc45591b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html
index e4fb905f1..e4fb905f1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/svg-parsing/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/svg-parsing/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json
index c2a1ea915..c2a1ea915 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json
index cdb8fc396..cdb8fc396 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html
index 77c083b21..77c083b21 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html
index 0e20275b6..0e20275b6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/table-style-attributes/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/table-style-attributes/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json
index c52fd8c66..c52fd8c66 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json
index be19af16d..be19af16d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html
index 23a2a74ed..23a2a74ed 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html
index 3aad2a179..3aad2a179 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/telegraph/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/telegraph/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json
index 0637a088a..0637a088a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json
index 07338d0a7..07338d0a7 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html
index e4fa77ae9..e4fa77ae9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html
index d91b65844..d91b65844 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/title-and-h1-discrepancy/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/title-and-h1-discrepancy/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json
index fa74f0b81..fa74f0b81 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json
index 63d67965b..63d67965b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html
index 6eb48b97d..6eb48b97d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html
index c2b19f0e0..c2b19f0e0 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tmz-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tmz-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json
index bce09c696..bce09c696 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json
index 225236c98..225236c98 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html
index 56df59658..56df59658 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html
index 14069d241..14069d241 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/tumblr/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/tumblr/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json
index c2be6de58..c2be6de58 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json
index 416d55e4c..416d55e4c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html
index 21644834f..21644834f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html
index e4b2d4ac9..e4b2d4ac9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/uses-getfirstelementchild-function/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json
index cc41335ab..cc41335ab 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json
index d3aad6507..d3aad6507 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html
index ed051e882..ed051e882 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html
index 047505981..047505981 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json
index a8602d503..a8602d503 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json
index 57f81c1dc..57f81c1dc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html
index cb2a8ceda..cb2a8ceda 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html
index 1d4dd7bdb..1d4dd7bdb 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wapo-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wapo-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/config.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json
index 4bb89904f..4bb89904f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/config.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/config.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json
index 2b266e478..2b266e478 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json
index 2a7bced70..2a7bced70 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html
index ddbe3d84c..ddbe3d84c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html
index 0b50ccc54..0b50ccc54 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json
index 2b266e478..2b266e478 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json
index 9fee7bc3c..9fee7bc3c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html
index d9e181691..d9e181691 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html
index d7b374b7c..d7b374b7c 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/webmd-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/webmd-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json
index 2ad255671..2ad255671 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json
index ec9aa476f..ec9aa476f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html
index de18ee3f3..de18ee3f3 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html
index aa1d77164..aa1d77164 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikia/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikia/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json
index 81d1c9d4d..81d1c9d4d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json
index b6e3d76fd..b6e3d76fd 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html
index 8de3ffabc..8de3ffabc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html
index 1a1338dfb..1a1338dfb 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wikipedia/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wikipedia/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json
index e0c78e6ce..e0c78e6ce 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json
index 9154ef04d..9154ef04d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html
index 1f47d8fe1..1f47d8fe1 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html
index f5984508e..f5984508e 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/wordpress/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/wordpress/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json
index 4c0fc4c25..4c0fc4c25 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json
index cfd3a6943..cfd3a6943 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html
index deea6c82f..deea6c82f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html
index b13bd1d8d..b13bd1d8d 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-1/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-1/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json
index 6ece996a2..6ece996a2 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json
index 8ca33da76..8ca33da76 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html
index 9bc5f6f5f..9bc5f6f5f 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html
index 2ab343fc9..2ab343fc9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-2/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-2/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json
index 36f5f0612..36f5f0612 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json
index 8af68c02b..8af68c02b 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html
index c5d7e33dc..c5d7e33dc 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html
index caf60e4e9..caf60e4e9 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-3/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-3/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json
index 36a35281a..36a35281a 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json
index c8459ad79..c8459ad79 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html
index db7694ab3..db7694ab3 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html
index 8d3510886..8d3510886 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/yahoo-4/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/yahoo-4/source.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected-images.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json
index 72627e0ec..72627e0ec 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected-images.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected-images.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected-metadata.json b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json
index f84c6ecd6..f84c6ecd6 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected-metadata.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected-metadata.json
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html
index f4ae9daac..f4ae9daac 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/expected.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/expected.html
diff --git a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/source.html b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/source.html
index 22a3bb571..22a3bb571 100644
--- a/plugins/af_readability/vendor/andreskrey/readability.php/test/test-pages/youth/source.html
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/test/test-pages/youth/source.html
diff --git a/plugins/af_readability/vendor/psr/log/Psr/Log/AbstractLogger.php b/plugins/af_readability/vendor/psr/log/Psr/Log/AbstractLogger.php
index 90e721af2..e02f9daf3 100644
--- a/plugins/af_readability/vendor/psr/log/Psr/Log/AbstractLogger.php
+++ b/plugins/af_readability/vendor/psr/log/Psr/Log/AbstractLogger.php
@@ -14,8 +14,8 @@ abstract class AbstractLogger implements LoggerInterface
/**
* System is unusable.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
@@ -30,8 +30,8 @@ abstract class AbstractLogger implements LoggerInterface
* Example: Entire website down, database unavailable, etc. This should
* trigger the SMS alerts and wake you up.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
@@ -45,8 +45,8 @@ abstract class AbstractLogger implements LoggerInterface
*
* Example: Application component unavailable, unexpected exception.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
@@ -59,8 +59,8 @@ abstract class AbstractLogger implements LoggerInterface
* Runtime errors that do not require immediate action but should typically
* be logged and monitored.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
@@ -75,8 +75,8 @@ abstract class AbstractLogger implements LoggerInterface
* Example: Use of deprecated APIs, poor use of an API, undesirable things
* that are not necessarily wrong.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
@@ -88,8 +88,8 @@ abstract class AbstractLogger implements LoggerInterface
/**
* Normal but significant events.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
@@ -103,8 +103,8 @@ abstract class AbstractLogger implements LoggerInterface
*
* Example: User logs in, SQL logs.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
@@ -116,8 +116,8 @@ abstract class AbstractLogger implements LoggerInterface
/**
* Detailed debug information.
*
- * @param string $message
- * @param array $context
+ * @param string $message
+ * @param mixed[] $context
*
* @return void
*/
diff --git a/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php b/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
index 639f79bda..82bf45c89 100644
--- a/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
+++ b/plugins/af_readability/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
@@ -10,7 +10,7 @@ trait LoggerAwareTrait
/**
* The logger instance.
*
- * @var LoggerInterface
+ * @var LoggerInterface|null
*/
protected $logger;
diff --git a/plugins/af_readability/vendor/psr/log/composer.json b/plugins/af_readability/vendor/psr/log/composer.json
index 3f6d4eea4..ca0569537 100644
--- a/plugins/af_readability/vendor/psr/log/composer.json
+++ b/plugins/af_readability/vendor/psr/log/composer.json
@@ -7,7 +7,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"require": {