File tree 3 files changed +2
-18
lines changed
3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"name" : " x-crawl" ,
4
4
"version" : " 0.0.1" ,
5
- "author" : " coderhxl " ,
5
+ "author" : " CoderHxl " ,
6
6
"description" : " XCrawl is a Nodejs multifunctional crawler library." ,
7
7
"license" : " MIT" ,
8
8
"main" : " src/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " x-crawl" ,
3
3
"version" : " 0.0.1" ,
4
- "author" : " coderhxl " ,
4
+ "author" : " CoderHxl " ,
5
5
"description" : " XCrawl is a Nodejs multifunctional crawler library." ,
6
6
"license" : " MIT" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change @@ -64,19 +64,3 @@ async function githubDocs() {
64
64
}
65
65
66
66
// githubDocs()
67
-
68
- // https://docs.github.com/assets/cb-262/images/octicons/search-16.svg
69
-
70
- githubDocsXCrawl
71
- . fetchFile ( {
72
- requestConifg : {
73
- url : 'https://docs.github.com/assets/cb-262/images/octicons/search-16.svg' ,
74
- method : 'GET'
75
- } ,
76
- fileConfig : {
77
- storeDir : path . resolve ( __dirname , './upload' )
78
- }
79
- } )
80
- . then ( ( fileInfos ) => {
81
- console . log ( fileInfos )
82
- } )
You can’t perform that action at this time.
0 commit comments