@getanyapi/sdk 0.46.1 → 0.46.2
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -45781,7 +45781,7 @@ declare class YoutubeNamespace {
|
|
|
45781
45781
|
*
|
|
45782
45782
|
* Fetch a YouTube video or Short's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
45783
45783
|
*
|
|
45784
|
-
* Price: $0.
|
|
45784
|
+
* Price: $0.0009 per request.
|
|
45785
45785
|
*
|
|
45786
45786
|
* @example
|
|
45787
45787
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
package/dist/index.d.ts
CHANGED
|
@@ -45781,7 +45781,7 @@ declare class YoutubeNamespace {
|
|
|
45781
45781
|
*
|
|
45782
45782
|
* Fetch a YouTube video or Short's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
45783
45783
|
*
|
|
45784
|
-
* Price: $0.
|
|
45784
|
+
* Price: $0.0009 per request.
|
|
45785
45785
|
*
|
|
45786
45786
|
* @example
|
|
45787
45787
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
package/dist/index.js
CHANGED
|
@@ -7583,7 +7583,7 @@ var YoutubeNamespace = class {
|
|
|
7583
7583
|
*
|
|
7584
7584
|
* Fetch a YouTube video or Short's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
7585
7585
|
*
|
|
7586
|
-
* Price: $0.
|
|
7586
|
+
* Price: $0.0009 per request.
|
|
7587
7587
|
*
|
|
7588
7588
|
* @example
|
|
7589
7589
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|