html-get 2.9.16 → 2.9.17
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/README.md +2 -2
- package/package.json +1 -1
- package/src/auto-domains.json +11 -11
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ When is `true`, it will be rewritten CSS/HTML relatives URLs present in the HTML
|
|
|
160
160
|
|
|
161
161
|
## License
|
|
162
162
|
|
|
163
|
-
**html-get** © [Microlink](https://microlink.io),
|
|
163
|
+
**html-get** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/html-get/blob/master/LICENSE.md) License.<br>
|
|
164
164
|
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/html-get/contributors).
|
|
165
165
|
|
|
166
|
-
> [microlink.io](https://microlink.io) · GitHub [
|
|
166
|
+
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
|
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.9.
|
|
5
|
+
"version": "2.9.17",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"html-get": "bin/index.js"
|
package/src/auto-domains.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
[
|
|
2
|
+
"apple",
|
|
2
3
|
"youtube",
|
|
3
4
|
"google",
|
|
4
|
-
"apple",
|
|
5
5
|
"microsoft",
|
|
6
|
-
"wordpress",
|
|
7
6
|
"wikipedia",
|
|
7
|
+
"wordpress",
|
|
8
8
|
"blogspot",
|
|
9
|
-
"github",
|
|
10
9
|
"vimeo",
|
|
11
|
-
"
|
|
12
|
-
"imdb",
|
|
10
|
+
"github",
|
|
13
11
|
"bbc",
|
|
14
|
-
"theguardian",
|
|
15
12
|
"nytimes",
|
|
13
|
+
"theguardian",
|
|
14
|
+
"imdb",
|
|
15
|
+
"slideshare",
|
|
16
16
|
"huffingtonpost",
|
|
17
|
+
"soundcloud",
|
|
17
18
|
"telegraph",
|
|
18
19
|
"pinterest",
|
|
19
|
-
"yelp",
|
|
20
20
|
"eventbrite",
|
|
21
21
|
"engadget",
|
|
22
22
|
"zoom",
|
|
23
23
|
"techcrunch",
|
|
24
|
-
"
|
|
24
|
+
"yelp",
|
|
25
25
|
"spotify",
|
|
26
|
-
"
|
|
27
|
-
"etsy",
|
|
26
|
+
"theverge",
|
|
28
27
|
"flickr",
|
|
29
28
|
"stackoverflow",
|
|
30
|
-
"csdn",
|
|
31
29
|
"digg",
|
|
30
|
+
"etsy",
|
|
31
|
+
"csdn",
|
|
32
32
|
"ghost",
|
|
33
33
|
"giphy",
|
|
34
34
|
"imgur",
|