html-get 2.21.16 → 2.21.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -2
- package/scripts/postinstall +1 -1
- package/src/auto-domains.json +278 -1
- package/src/util.js +2 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "html-get",
|
|
3
3
|
"description": "Get the HTML from any website, fine-tuned for correction & speed",
|
|
4
4
|
"homepage": "https://nicedoc.com/microlinkhq/html-get",
|
|
5
|
-
"version": "2.21.
|
|
5
|
+
"version": "2.21.18",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"html-get": "bin/index.js"
|
|
@@ -12,7 +12,12 @@
|
|
|
12
12
|
"name": "Kiko Beats",
|
|
13
13
|
"url": "https://kikobeats.com"
|
|
14
14
|
},
|
|
15
|
-
"contributors": [
|
|
15
|
+
"contributors": [
|
|
16
|
+
{
|
|
17
|
+
"name": "Divyansh Singh",
|
|
18
|
+
"email": "40380293+brc-dd@users.noreply.github.com"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
16
21
|
"repository": {
|
|
17
22
|
"type": "git",
|
|
18
23
|
"url": "git+https://github.com/microlinkhq/html-get.git"
|
package/scripts/postinstall
CHANGED
|
@@ -77,6 +77,6 @@ const { top, rest } = reduce(
|
|
|
77
77
|
{ top: new Array(topsites.length), rest: [] }
|
|
78
78
|
)
|
|
79
79
|
|
|
80
|
-
writeFile('./src/auto-domains.json', JSON.stringify(compact(top).concat(rest)
|
|
80
|
+
writeFile('./src/auto-domains.json', JSON.stringify(compact(top).concat(rest), null, 2)).catch(
|
|
81
81
|
error => console.log(error)
|
|
82
82
|
)
|
package/src/auto-domains.json
CHANGED
|
@@ -1 +1,278 @@
|
|
|
1
|
-
[
|
|
1
|
+
[
|
|
2
|
+
[
|
|
3
|
+
[
|
|
4
|
+
"domainWithoutSuffix",
|
|
5
|
+
"google"
|
|
6
|
+
]
|
|
7
|
+
],
|
|
8
|
+
[
|
|
9
|
+
[
|
|
10
|
+
"domainWithoutSuffix",
|
|
11
|
+
"youtube"
|
|
12
|
+
]
|
|
13
|
+
],
|
|
14
|
+
[
|
|
15
|
+
[
|
|
16
|
+
"domainWithoutSuffix",
|
|
17
|
+
"microsoft"
|
|
18
|
+
]
|
|
19
|
+
],
|
|
20
|
+
[
|
|
21
|
+
[
|
|
22
|
+
"domainWithoutSuffix",
|
|
23
|
+
"apple"
|
|
24
|
+
]
|
|
25
|
+
],
|
|
26
|
+
[
|
|
27
|
+
[
|
|
28
|
+
"domainWithoutSuffix",
|
|
29
|
+
"wordpress"
|
|
30
|
+
]
|
|
31
|
+
],
|
|
32
|
+
[
|
|
33
|
+
[
|
|
34
|
+
"domainWithoutSuffix",
|
|
35
|
+
"wikipedia"
|
|
36
|
+
]
|
|
37
|
+
],
|
|
38
|
+
[
|
|
39
|
+
[
|
|
40
|
+
"domainWithoutSuffix",
|
|
41
|
+
"blogspot"
|
|
42
|
+
]
|
|
43
|
+
],
|
|
44
|
+
[
|
|
45
|
+
[
|
|
46
|
+
"domainWithoutSuffix",
|
|
47
|
+
"github"
|
|
48
|
+
]
|
|
49
|
+
],
|
|
50
|
+
[
|
|
51
|
+
[
|
|
52
|
+
"domainWithoutSuffix",
|
|
53
|
+
"vimeo"
|
|
54
|
+
]
|
|
55
|
+
],
|
|
56
|
+
[
|
|
57
|
+
[
|
|
58
|
+
"domainWithoutSuffix",
|
|
59
|
+
"nytimes"
|
|
60
|
+
]
|
|
61
|
+
],
|
|
62
|
+
[
|
|
63
|
+
[
|
|
64
|
+
"domainWithoutSuffix",
|
|
65
|
+
"bbc"
|
|
66
|
+
]
|
|
67
|
+
],
|
|
68
|
+
[
|
|
69
|
+
[
|
|
70
|
+
"domainWithoutSuffix",
|
|
71
|
+
"imdb"
|
|
72
|
+
]
|
|
73
|
+
],
|
|
74
|
+
[
|
|
75
|
+
[
|
|
76
|
+
"domainWithoutSuffix",
|
|
77
|
+
"slideshare"
|
|
78
|
+
]
|
|
79
|
+
],
|
|
80
|
+
[
|
|
81
|
+
[
|
|
82
|
+
"domainWithoutSuffix",
|
|
83
|
+
"theguardian"
|
|
84
|
+
]
|
|
85
|
+
],
|
|
86
|
+
[
|
|
87
|
+
[
|
|
88
|
+
"domainWithoutSuffix",
|
|
89
|
+
"spotify"
|
|
90
|
+
]
|
|
91
|
+
],
|
|
92
|
+
[
|
|
93
|
+
[
|
|
94
|
+
"domainWithoutSuffix",
|
|
95
|
+
"huffingtonpost"
|
|
96
|
+
]
|
|
97
|
+
],
|
|
98
|
+
[
|
|
99
|
+
[
|
|
100
|
+
"domainWithoutSuffix",
|
|
101
|
+
"pinterest"
|
|
102
|
+
]
|
|
103
|
+
],
|
|
104
|
+
[
|
|
105
|
+
[
|
|
106
|
+
"domainWithoutSuffix",
|
|
107
|
+
"telegraph"
|
|
108
|
+
]
|
|
109
|
+
],
|
|
110
|
+
[
|
|
111
|
+
[
|
|
112
|
+
"domainWithoutSuffix",
|
|
113
|
+
"instagram"
|
|
114
|
+
]
|
|
115
|
+
],
|
|
116
|
+
[
|
|
117
|
+
[
|
|
118
|
+
"domainWithoutSuffix",
|
|
119
|
+
"soundcloud"
|
|
120
|
+
]
|
|
121
|
+
],
|
|
122
|
+
[
|
|
123
|
+
[
|
|
124
|
+
"domainWithoutSuffix",
|
|
125
|
+
"techcrunch"
|
|
126
|
+
]
|
|
127
|
+
],
|
|
128
|
+
[
|
|
129
|
+
[
|
|
130
|
+
"domainWithoutSuffix",
|
|
131
|
+
"zoom"
|
|
132
|
+
]
|
|
133
|
+
],
|
|
134
|
+
[
|
|
135
|
+
[
|
|
136
|
+
"domainWithoutSuffix",
|
|
137
|
+
"engadget"
|
|
138
|
+
]
|
|
139
|
+
],
|
|
140
|
+
[
|
|
141
|
+
[
|
|
142
|
+
"domain",
|
|
143
|
+
"abc.net.au"
|
|
144
|
+
]
|
|
145
|
+
],
|
|
146
|
+
[
|
|
147
|
+
[
|
|
148
|
+
"domainWithoutSuffix",
|
|
149
|
+
"eventbrite"
|
|
150
|
+
]
|
|
151
|
+
],
|
|
152
|
+
[
|
|
153
|
+
[
|
|
154
|
+
"domainWithoutSuffix",
|
|
155
|
+
"yelp"
|
|
156
|
+
]
|
|
157
|
+
],
|
|
158
|
+
[
|
|
159
|
+
[
|
|
160
|
+
"domainWithoutSuffix",
|
|
161
|
+
"theverge"
|
|
162
|
+
]
|
|
163
|
+
],
|
|
164
|
+
[
|
|
165
|
+
[
|
|
166
|
+
"domainWithoutSuffix",
|
|
167
|
+
"arxiv"
|
|
168
|
+
]
|
|
169
|
+
],
|
|
170
|
+
[
|
|
171
|
+
[
|
|
172
|
+
"domainWithoutSuffix",
|
|
173
|
+
"imgur"
|
|
174
|
+
]
|
|
175
|
+
],
|
|
176
|
+
[
|
|
177
|
+
[
|
|
178
|
+
"domainWithoutSuffix",
|
|
179
|
+
"reddit"
|
|
180
|
+
]
|
|
181
|
+
],
|
|
182
|
+
[
|
|
183
|
+
[
|
|
184
|
+
"domainWithoutSuffix",
|
|
185
|
+
"stackoverflow"
|
|
186
|
+
]
|
|
187
|
+
],
|
|
188
|
+
[
|
|
189
|
+
[
|
|
190
|
+
"domainWithoutSuffix",
|
|
191
|
+
"flickr"
|
|
192
|
+
]
|
|
193
|
+
],
|
|
194
|
+
[
|
|
195
|
+
[
|
|
196
|
+
"domainWithoutSuffix",
|
|
197
|
+
"sourceforge"
|
|
198
|
+
]
|
|
199
|
+
],
|
|
200
|
+
[
|
|
201
|
+
[
|
|
202
|
+
"domainWithoutSuffix",
|
|
203
|
+
"dribbble"
|
|
204
|
+
]
|
|
205
|
+
],
|
|
206
|
+
[
|
|
207
|
+
[
|
|
208
|
+
"domainWithoutSuffix",
|
|
209
|
+
"csdn"
|
|
210
|
+
]
|
|
211
|
+
],
|
|
212
|
+
[
|
|
213
|
+
[
|
|
214
|
+
"domainWithoutSuffix",
|
|
215
|
+
"deviantart"
|
|
216
|
+
]
|
|
217
|
+
],
|
|
218
|
+
[
|
|
219
|
+
[
|
|
220
|
+
"domainWithoutSuffix",
|
|
221
|
+
"digg"
|
|
222
|
+
]
|
|
223
|
+
],
|
|
224
|
+
[
|
|
225
|
+
[
|
|
226
|
+
"domainWithoutSuffix",
|
|
227
|
+
"etsy"
|
|
228
|
+
]
|
|
229
|
+
],
|
|
230
|
+
[
|
|
231
|
+
[
|
|
232
|
+
"domainWithoutSuffix",
|
|
233
|
+
"ghost"
|
|
234
|
+
]
|
|
235
|
+
],
|
|
236
|
+
[
|
|
237
|
+
[
|
|
238
|
+
"domainWithoutSuffix",
|
|
239
|
+
"giphy"
|
|
240
|
+
]
|
|
241
|
+
],
|
|
242
|
+
[
|
|
243
|
+
[
|
|
244
|
+
"domainWithoutSuffix",
|
|
245
|
+
"gitlab"
|
|
246
|
+
]
|
|
247
|
+
],
|
|
248
|
+
[
|
|
249
|
+
[
|
|
250
|
+
"domainWithoutSuffix",
|
|
251
|
+
"meetup"
|
|
252
|
+
]
|
|
253
|
+
],
|
|
254
|
+
[
|
|
255
|
+
[
|
|
256
|
+
"domainWithoutSuffix",
|
|
257
|
+
"producthunt"
|
|
258
|
+
]
|
|
259
|
+
],
|
|
260
|
+
[
|
|
261
|
+
[
|
|
262
|
+
"domainWithoutSuffix",
|
|
263
|
+
"substack"
|
|
264
|
+
]
|
|
265
|
+
],
|
|
266
|
+
[
|
|
267
|
+
[
|
|
268
|
+
"domainWithoutSuffix",
|
|
269
|
+
"tumblr"
|
|
270
|
+
]
|
|
271
|
+
],
|
|
272
|
+
[
|
|
273
|
+
[
|
|
274
|
+
"domainWithoutSuffix",
|
|
275
|
+
"ycombinator"
|
|
276
|
+
]
|
|
277
|
+
]
|
|
278
|
+
]
|
package/src/util.js
CHANGED
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
const NullProtoObj = require('null-prototype-object')
|
|
4
4
|
const { parse } = require('content-type')
|
|
5
|
+
const { EOL } = require('node:os')
|
|
5
6
|
|
|
6
7
|
const CACHE = new NullProtoObj()
|
|
7
8
|
|
|
8
9
|
const parseContentType = contentType =>
|
|
9
10
|
typeof contentType === 'string'
|
|
10
|
-
? parse(contentType)
|
|
11
|
+
? parse(contentType.split(EOL)[0])
|
|
11
12
|
: { type: undefined, parameters: {} }
|
|
12
13
|
|
|
13
14
|
const contentType = headers => {
|