Add (scraper)

Update (ai): integrate scraper
This commit is contained in:
2023-09-25 19:39:13 +08:00
parent b6f36e3ccd
commit c53918d03b
7 changed files with 262 additions and 45 deletions

53
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6befdc23980f16c166f9c783aa9cabf5",
"content-hash": "b6f2e806cb687a1b5a4a3872968a2157",
"packages": [
{
"name": "artesaos/seotools",
@@ -720,6 +720,57 @@
],
"time": "2023-01-14T14:17:03+00:00"
},
{
"name": "fivefilters/readability.php",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/fivefilters/readability.php.git",
"reference": "0d02e2916d1659bb79426969c5d48848ff402598"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fivefilters/readability.php/zipball/0d02e2916d1659bb79426969c5d48848ff402598",
"reference": "0d02e2916d1659bb79426969c5d48848ff402598",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"andreskrey\\Readability\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Andres Rey",
"email": "andreskrey@gmail.com",
"role": "Lead Developer"
}
],
"description": "A PHP port of Readability.js",
"homepage": "https://github.com/andreskrey/readability",
"keywords": [
"html",
"readability"
],
"support": {
"source": "https://github.com/fivefilters/readability.php/tree/v1.0.0"
},
"time": "2017-12-03T12:24:28+00:00"
},
{
"name": "fruitcake/php-cors",
"version": "v1.2.0",