html-get 2.13.0 → 2.13.2

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "html-get",
3
3
  "description": "Get the HTML from any website, using prerendering when is necessary.",
4
4
  "homepage": "https://nicedoc.com/microlinkhq/html-get",
5
- "version": "2.13.0",
5
+ "version": "2.13.2",
6
6
  "main": "src/index.js",
7
7
  "bin": {
8
8
  "html-get": "bin/index.js"
@@ -29,7 +29,7 @@
29
29
  "request"
30
30
  ],
31
31
  "dependencies": {
32
- "@metascraper/helpers": "~5.34.7",
32
+ "@metascraper/helpers": "~5.36.0",
33
33
  "cheerio": "~1.0.0-rc.12",
34
34
  "css-url-regex": "~4.0.0",
35
35
  "debug-logfmt": "~1.0.4",
@@ -1,10 +1,4 @@
1
1
  [
2
- [
3
- [
4
- "domainWithoutSuffix",
5
- "google"
6
- ]
7
- ],
8
2
  [
9
3
  [
10
4
  "domainWithoutSuffix",
@@ -14,7 +8,7 @@
14
8
  [
15
9
  [
16
10
  "domainWithoutSuffix",
17
- "apple"
11
+ "google"
18
12
  ]
19
13
  ],
20
14
  [
@@ -26,7 +20,7 @@
26
20
  [
27
21
  [
28
22
  "domainWithoutSuffix",
29
- "microsoft"
23
+ "apple"
30
24
  ]
31
25
  ],
32
26
  [
@@ -38,13 +32,13 @@
38
32
  [
39
33
  [
40
34
  "domainWithoutSuffix",
41
- "blogspot"
35
+ "microsoft"
42
36
  ]
43
37
  ],
44
38
  [
45
39
  [
46
40
  "domainWithoutSuffix",
47
- "github"
41
+ "blogspot"
48
42
  ]
49
43
  ],
50
44
  [
@@ -56,43 +50,43 @@
56
50
  [
57
51
  [
58
52
  "domainWithoutSuffix",
59
- "slideshare"
53
+ "github"
60
54
  ]
61
55
  ],
62
56
  [
63
57
  [
64
58
  "domainWithoutSuffix",
65
- "imdb"
59
+ "nytimes"
66
60
  ]
67
61
  ],
68
62
  [
69
63
  [
70
64
  "domainWithoutSuffix",
71
- "nytimes"
65
+ "imdb"
72
66
  ]
73
67
  ],
74
68
  [
75
69
  [
76
70
  "domainWithoutSuffix",
77
- "bbc"
71
+ "theguardian"
78
72
  ]
79
73
  ],
80
74
  [
81
75
  [
82
76
  "domainWithoutSuffix",
83
- "theguardian"
77
+ "bbc"
84
78
  ]
85
79
  ],
86
80
  [
87
81
  [
88
82
  "domainWithoutSuffix",
89
- "telegraph"
83
+ "slideshare"
90
84
  ]
91
85
  ],
92
86
  [
93
87
  [
94
88
  "domainWithoutSuffix",
95
- "pinterest"
89
+ "soundcloud"
96
90
  ]
97
91
  ],
98
92
  [
@@ -104,73 +98,73 @@
104
98
  [
105
99
  [
106
100
  "domainWithoutSuffix",
107
- "soundcloud"
101
+ "telegraph"
108
102
  ]
109
103
  ],
110
104
  [
111
105
  [
112
106
  "domainWithoutSuffix",
113
- "spotify"
107
+ "pinterest"
114
108
  ]
115
109
  ],
116
110
  [
117
111
  [
118
112
  "domainWithoutSuffix",
119
- "eventbrite"
113
+ "spotify"
120
114
  ]
121
115
  ],
122
116
  [
123
117
  [
124
118
  "domainWithoutSuffix",
125
- "yelp"
119
+ "techcrunch"
126
120
  ]
127
121
  ],
128
122
  [
129
123
  [
130
124
  "domainWithoutSuffix",
131
- "engadget"
125
+ "zoom"
132
126
  ]
133
127
  ],
134
128
  [
135
129
  [
136
130
  "domainWithoutSuffix",
137
- "techcrunch"
131
+ "yelp"
138
132
  ]
139
133
  ],
140
134
  [
141
135
  [
142
- "domainWithoutSuffix",
143
- "zoom"
136
+ "domain",
137
+ "abc.net.au"
144
138
  ]
145
139
  ],
146
140
  [
147
141
  [
148
142
  "domainWithoutSuffix",
149
- "theverge"
143
+ "eventbrite"
150
144
  ]
151
145
  ],
152
146
  [
153
147
  [
154
- "domain",
155
- "abc.net.au"
148
+ "domainWithoutSuffix",
149
+ "engadget"
156
150
  ]
157
151
  ],
158
152
  [
159
153
  [
160
154
  "domainWithoutSuffix",
161
- "etsy"
155
+ "theverge"
162
156
  ]
163
157
  ],
164
158
  [
165
159
  [
166
160
  "domainWithoutSuffix",
167
- "stackoverflow"
161
+ "giphy"
168
162
  ]
169
163
  ],
170
164
  [
171
165
  [
172
166
  "domainWithoutSuffix",
173
- "flickr"
167
+ "dribbble"
174
168
  ]
175
169
  ],
176
170
  [
@@ -194,19 +188,19 @@
194
188
  [
195
189
  [
196
190
  "domainWithoutSuffix",
197
- "dribbble"
191
+ "etsy"
198
192
  ]
199
193
  ],
200
194
  [
201
195
  [
202
196
  "domainWithoutSuffix",
203
- "ghost"
197
+ "flickr"
204
198
  ]
205
199
  ],
206
200
  [
207
201
  [
208
202
  "domainWithoutSuffix",
209
- "giphy"
203
+ "ghost"
210
204
  ]
211
205
  ],
212
206
  [
@@ -239,6 +233,12 @@
239
233
  "sourceforge"
240
234
  ]
241
235
  ],
236
+ [
237
+ [
238
+ "domainWithoutSuffix",
239
+ "stackoverflow"
240
+ ]
241
+ ],
242
242
  [
243
243
  [
244
244
  "domainWithoutSuffix",