metascraper-youtube 5.45.17 → 5.45.22
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 +3 -3
package/README.md
CHANGED
|
@@ -27,4 +27,4 @@ Any option provided here will passed to [got#options](https://github.com/sindres
|
|
|
27
27
|
**metascraper-youtube** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/metascraper/blob/master/LICENSE.md) License.<br>
|
|
28
28
|
Authored and maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/metascraper/contributors).
|
|
29
29
|
|
|
30
|
-
> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) ·
|
|
30
|
+
> [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": "metascraper-youtube",
|
|
3
3
|
"description": "Metascraper integration with YouTube",
|
|
4
4
|
"homepage": "https://github.com/microlinkhq/metascraper/packages/metascraper-youtube",
|
|
5
|
-
"version": "5.45.
|
|
5
|
+
"version": "5.45.22",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
7
7
|
"main": "src/index.js",
|
|
8
8
|
"author": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"youtube"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@metascraper/helpers": "^5.45.
|
|
27
|
+
"@metascraper/helpers": "^5.45.22",
|
|
28
28
|
"get-video-id": "~3.6.5",
|
|
29
29
|
"p-locate": "~5.0.0",
|
|
30
30
|
"reachable-url": "~1.8.1"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"!test/helpers.js"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "d934045034f25536eec414edf4f5be0b2b73d7ed"
|
|
52
52
|
}
|