html-get 2.16.8 → 2.16.9
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 +1 -1
- package/package.json +8 -8
- package/src/auto-domains.json +1 -1
package/README.md
CHANGED
|
@@ -156,4 +156,4 @@ When is `true`, it will be rewritten CSS/HTML relatives URLs present in the HTML
|
|
|
156
156
|
**html-get** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/html-get/blob/master/LICENSE.md) License.<br>
|
|
157
157
|
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/html-get/contributors).
|
|
158
158
|
|
|
159
|
-
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) ·
|
|
159
|
+
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)
|
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.16.
|
|
5
|
+
"version": "2.16.9",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"html-get": "bin/index.js"
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"video"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@kikobeats/time-span": "~1.0.
|
|
38
|
-
"@metascraper/helpers": "~5.45.
|
|
39
|
-
"cheerio": "~1.0.0
|
|
37
|
+
"@kikobeats/time-span": "~1.0.5",
|
|
38
|
+
"@metascraper/helpers": "~5.45.22",
|
|
39
|
+
"cheerio": "~1.0.0",
|
|
40
40
|
"css-url-regex": "~4.0.0",
|
|
41
41
|
"debug-logfmt": "~1.2.2",
|
|
42
42
|
"execall": "~2.0.0",
|
|
43
43
|
"got": "~11.8.6",
|
|
44
|
-
"html-encode": "~2.1.
|
|
45
|
-
"html-urls": "~2.4.
|
|
44
|
+
"html-encode": "~2.1.7",
|
|
45
|
+
"html-urls": "~2.4.59",
|
|
46
46
|
"is-html-content": "~1.0.0",
|
|
47
47
|
"localhost-url-regex": "~1.0.11",
|
|
48
48
|
"lodash": "~4.17.21",
|
|
49
49
|
"mri": "~1.2.0",
|
|
50
50
|
"p-cancelable": "~2.1.0",
|
|
51
51
|
"p-retry": "~4.6.0",
|
|
52
|
-
"tinyspawn": "~1.3.
|
|
53
|
-
"top-sites": "~1.1.
|
|
52
|
+
"tinyspawn": "~1.3.2",
|
|
53
|
+
"top-sites": "~1.1.217"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@commitlint/cli": "latest",
|
package/src/auto-domains.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[[["domainWithoutSuffix","google"]],[["domainWithoutSuffix","youtube"]],[["domainWithoutSuffix","
|
|
1
|
+
[[["domainWithoutSuffix","google"]],[["domainWithoutSuffix","youtube"]],[["domainWithoutSuffix","apple"]],[["domainWithoutSuffix","wordpress"]],[["domainWithoutSuffix","microsoft"]],[["domainWithoutSuffix","wikipedia"]],[["domainWithoutSuffix","blogspot"]],[["domainWithoutSuffix","github"]],[["domainWithoutSuffix","twitter"]],[["domainWithoutSuffix","vimeo"]],[["domainWithoutSuffix","bbc"]],[["domainWithoutSuffix","nytimes"]],[["domainWithoutSuffix","imdb"]],[["domainWithoutSuffix","huffingtonpost"]],[["domainWithoutSuffix","spotify"]],[["domainWithoutSuffix","theguardian"]],[["domainWithoutSuffix","pinterest"]],[["domainWithoutSuffix","telegraph"]],[["domainWithoutSuffix","slideshare"]],[["domainWithoutSuffix","engadget"]],[["domain","x.com"]],[["domainWithoutSuffix","techcrunch"]],[["domainWithoutSuffix","zoom"]],[["domainWithoutSuffix","yelp"]],[["domain","abc.net.au"]],[["domainWithoutSuffix","arxiv"]],[["domainWithoutSuffix","soundcloud"]],[["domainWithoutSuffix","eventbrite"]],[["domainWithoutSuffix","theverge"]],[["domainWithoutSuffix","digg"]],[["domainWithoutSuffix","substack"]],[["domainWithoutSuffix","dribbble"]],[["domainWithoutSuffix","csdn"]],[["domainWithoutSuffix","deviantart"]],[["domainWithoutSuffix","etsy"]],[["domainWithoutSuffix","flickr"]],[["domainWithoutSuffix","ghost"]],[["domainWithoutSuffix","giphy"]],[["domainWithoutSuffix","gitlab"]],[["domainWithoutSuffix","imgur"]],[["domainWithoutSuffix","meetup"]],[["domainWithoutSuffix","producthunt"]],[["domainWithoutSuffix","sourceforge"]],[["domainWithoutSuffix","stackoverflow"]],[["domainWithoutSuffix","tumblr"]],[["domainWithoutSuffix","ycombinator"]]]
|