html-get 2.16.8 → 2.16.10
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 +9 -13
- 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.10",
|
|
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",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"git-authors-cli": "latest",
|
|
66
66
|
"github-generate-release": "latest",
|
|
67
67
|
"nano-staged": "latest",
|
|
68
|
-
"npm-check-updates": "latest",
|
|
69
68
|
"pretty": "latest",
|
|
70
69
|
"puppeteer": "latest",
|
|
71
70
|
"regex-iso-date": "latest",
|
|
@@ -88,14 +87,11 @@
|
|
|
88
87
|
"lint": "standard-markdown README.md && standard",
|
|
89
88
|
"postinstall": "node scripts/postinstall",
|
|
90
89
|
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
|
91
|
-
"prerelease": "npm run update:check",
|
|
92
90
|
"pretest": "npm run lint",
|
|
93
91
|
"release": "standard-version -a",
|
|
94
92
|
"release:github": "github-generate-release",
|
|
95
93
|
"release:tags": "git push --follow-tags origin HEAD:master",
|
|
96
|
-
"test": "c8 ava"
|
|
97
|
-
"update": "ncu -u",
|
|
98
|
-
"update:check": "ncu -- --error-level 2"
|
|
94
|
+
"test": "c8 ava"
|
|
99
95
|
},
|
|
100
96
|
"license": "MIT",
|
|
101
97
|
"ava": {
|
package/src/auto-domains.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[[["domainWithoutSuffix","google"]],[["domainWithoutSuffix","youtube"]],[["domainWithoutSuffix","wordpress"]],[["domainWithoutSuffix","apple"]],[["domainWithoutSuffix","
|
|
1
|
+
[[["domainWithoutSuffix","google"]],[["domainWithoutSuffix","youtube"]],[["domainWithoutSuffix","wordpress"]],[["domainWithoutSuffix","apple"]],[["domainWithoutSuffix","microsoft"]],[["domainWithoutSuffix","wikipedia"]],[["domainWithoutSuffix","blogspot"]],[["domainWithoutSuffix","github"]],[["domainWithoutSuffix","vimeo"]],[["domainWithoutSuffix","bbc"]],[["domainWithoutSuffix","imdb"]],[["domainWithoutSuffix","twitter"]],[["domainWithoutSuffix","nytimes"]],[["domainWithoutSuffix","huffingtonpost"]],[["domainWithoutSuffix","slideshare"]],[["domainWithoutSuffix","spotify"]],[["domainWithoutSuffix","pinterest"]],[["domainWithoutSuffix","telegraph"]],[["domain","x.com"]],[["domainWithoutSuffix","theguardian"]],[["domainWithoutSuffix","engadget"]],[["domainWithoutSuffix","soundcloud"]],[["domainWithoutSuffix","techcrunch"]],[["domainWithoutSuffix","zoom"]],[["domainWithoutSuffix","eventbrite"]],[["domain","abc.net.au"]],[["domainWithoutSuffix","yelp"]],[["domainWithoutSuffix","arxiv"]],[["domainWithoutSuffix","theverge"]],[["domainWithoutSuffix","stackoverflow"]],[["domainWithoutSuffix","flickr"]],[["domainWithoutSuffix","imgur"]],[["domainWithoutSuffix","csdn"]],[["domainWithoutSuffix","deviantart"]],[["domainWithoutSuffix","digg"]],[["domainWithoutSuffix","dribbble"]],[["domainWithoutSuffix","etsy"]],[["domainWithoutSuffix","ghost"]],[["domainWithoutSuffix","giphy"]],[["domainWithoutSuffix","gitlab"]],[["domainWithoutSuffix","meetup"]],[["domainWithoutSuffix","producthunt"]],[["domainWithoutSuffix","sourceforge"]],[["domainWithoutSuffix","substack"]],[["domainWithoutSuffix","tumblr"]],[["domainWithoutSuffix","ycombinator"]]]
|