diff --git a/package.json b/package.json index c39c9d9..ce6f5bf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "x-crawl", "version": "0.0.1", - "author": "coderhxl", + "author": "CoderHxl", "description": "XCrawl is a Nodejs multifunctional crawler library.", "license": "MIT", "main": "src/index.ts", diff --git a/publish/package.json b/publish/package.json index ffd03e5..d162108 100644 --- a/publish/package.json +++ b/publish/package.json @@ -1,7 +1,7 @@ { "name": "x-crawl", "version": "0.0.1", - "author": "coderhxl", + "author": "CoderHxl", "description": "XCrawl is a Nodejs multifunctional crawler library.", "license": "MIT", "keywords": [ diff --git a/test/start/index.ts b/test/start/index.ts index b8142ff..52c7ec1 100644 --- a/test/start/index.ts +++ b/test/start/index.ts @@ -64,19 +64,3 @@ async function githubDocs() { } // githubDocs() - -// https://docs.github.com/assets/cb-262/images/octicons/search-16.svg - -githubDocsXCrawl - .fetchFile({ - requestConifg: { - url: 'https://docs.github.com/assets/cb-262/images/octicons/search-16.svg', - method: 'GET' - }, - fileConfig: { - storeDir: path.resolve(__dirname, './upload') - } - }) - .then((fileInfos) => { - console.log(fileInfos) - })