metascraper-youtube 5.29.3 → 5.29.5
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 +11 -8
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
> Metascraper integration with YouTube
|
|
1
|
+
<div align="center">
|
|
2
|
+
<br>
|
|
3
|
+
<img style="width: 500px; margin:3rem 0 1.5rem;" src="https://metascraper.js.org/static/logo-banner.png" alt="metascraper">
|
|
4
|
+
<br>
|
|
5
|
+
<br>
|
|
6
|
+
<p align="center"><strong>metascraper-youtube</strong>: Metascraper integration with YouTube.</p>
|
|
7
|
+
<p align="center">See our <a href="https://metascraper.js.org" target='_blank' rel='noopener noreferrer'>website</a> for more information.</p>
|
|
8
|
+
<br>
|
|
9
|
+
</div>
|
|
7
10
|
|
|
8
11
|
## Install
|
|
9
12
|
|
|
@@ -21,7 +24,7 @@ Any option provided here will passed to [got#options](https://github.com/sindres
|
|
|
21
24
|
|
|
22
25
|
## License
|
|
23
26
|
|
|
24
|
-
**metascraper-youtube** © [Microlink](https://microlink.io),
|
|
27
|
+
**metascraper-youtube** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/metascraper/blob/master/LICENSE.md) License.<br>
|
|
25
28
|
Authored and maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/metascraper/contributors).
|
|
26
29
|
|
|
27
|
-
> [microlink.io](https://microlink.io) · GitHub [
|
|
30
|
+
> [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": "metascraper-youtube",
|
|
3
3
|
"description": "Metascraper integration with YouTube",
|
|
4
4
|
"homepage": "https://nicedoc.io/microlinkhq/metascraper/packages/metascraper-youtube",
|
|
5
|
-
"version": "5.29.
|
|
5
|
+
"version": "5.29.5",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "hello@microlink.io",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"youtube"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@metascraper/helpers": "^5.29.
|
|
27
|
-
"get-video-id": "~3.
|
|
26
|
+
"@metascraper/helpers": "^5.29.5",
|
|
27
|
+
"get-video-id": "~3.6.4",
|
|
28
28
|
"p-locate": "~5.0.0",
|
|
29
|
-
"reachable-url": "~1.6.
|
|
29
|
+
"reachable-url": "~1.6.10"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"lodash": "latest",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test mocha test"
|
|
45
45
|
},
|
|
46
46
|
"license": "MIT",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "71c16e166a7775641957126288741d9051925e33"
|
|
48
48
|
}
|