@getanyapi/sdk 0.34.1 → 0.34.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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -44213,7 +44213,7 @@ declare class YoutubeNamespace {
|
|
|
44213
44213
|
*
|
|
44214
44214
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
44215
44215
|
*
|
|
44216
|
-
* Price: $0.
|
|
44216
|
+
* Price: $0.0008 per request.
|
|
44217
44217
|
*
|
|
44218
44218
|
* @example
|
|
44219
44219
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -44260,7 +44260,7 @@ declare class YoutubeNamespace {
|
|
|
44260
44260
|
*
|
|
44261
44261
|
* Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
44262
44262
|
*
|
|
44263
|
-
* Price: $0.
|
|
44263
|
+
* Price: $0.00125 per request.
|
|
44264
44264
|
*
|
|
44265
44265
|
* @example
|
|
44266
44266
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
|
@@ -44300,7 +44300,7 @@ declare class YoutubeNamespace {
|
|
|
44300
44300
|
*
|
|
44301
44301
|
* Fetch the transcript/captions of a YouTube video by URL or ID.
|
|
44302
44302
|
*
|
|
44303
|
-
* Price: $0.
|
|
44303
|
+
* Price: $0.00125 per request.
|
|
44304
44304
|
*
|
|
44305
44305
|
* @example
|
|
44306
44306
|
* const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
package/dist/index.d.ts
CHANGED
|
@@ -44213,7 +44213,7 @@ declare class YoutubeNamespace {
|
|
|
44213
44213
|
*
|
|
44214
44214
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
44215
44215
|
*
|
|
44216
|
-
* Price: $0.
|
|
44216
|
+
* Price: $0.0008 per request.
|
|
44217
44217
|
*
|
|
44218
44218
|
* @example
|
|
44219
44219
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -44260,7 +44260,7 @@ declare class YoutubeNamespace {
|
|
|
44260
44260
|
*
|
|
44261
44261
|
* Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
44262
44262
|
*
|
|
44263
|
-
* Price: $0.
|
|
44263
|
+
* Price: $0.00125 per request.
|
|
44264
44264
|
*
|
|
44265
44265
|
* @example
|
|
44266
44266
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
|
@@ -44300,7 +44300,7 @@ declare class YoutubeNamespace {
|
|
|
44300
44300
|
*
|
|
44301
44301
|
* Fetch the transcript/captions of a YouTube video by URL or ID.
|
|
44302
44302
|
*
|
|
44303
|
-
* Price: $0.
|
|
44303
|
+
* Price: $0.00125 per request.
|
|
44304
44304
|
*
|
|
44305
44305
|
* @example
|
|
44306
44306
|
* const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
package/dist/index.js
CHANGED
|
@@ -7331,7 +7331,7 @@ var YoutubeNamespace = class {
|
|
|
7331
7331
|
*
|
|
7332
7332
|
* Search YouTube and get matching videos (title, channel, views, length, publish time) as normalized JSON.
|
|
7333
7333
|
*
|
|
7334
|
-
* Price: $0.
|
|
7334
|
+
* Price: $0.0008 per request.
|
|
7335
7335
|
*
|
|
7336
7336
|
* @example
|
|
7337
7337
|
* const res = await client.youtube.search({ query: "how to cook rice" });
|
|
@@ -7402,7 +7402,7 @@ var YoutubeNamespace = class {
|
|
|
7402
7402
|
*
|
|
7403
7403
|
* Fetch a YouTube video's metadata (title, channel, views, likes, duration, publish date) by URL or ID.
|
|
7404
7404
|
*
|
|
7405
|
-
* Price: $0.
|
|
7405
|
+
* Price: $0.00125 per request.
|
|
7406
7406
|
*
|
|
7407
7407
|
* @example
|
|
7408
7408
|
* const res = await client.youtube.video({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|
|
@@ -7457,7 +7457,7 @@ var YoutubeNamespace = class {
|
|
|
7457
7457
|
*
|
|
7458
7458
|
* Fetch the transcript/captions of a YouTube video by URL or ID.
|
|
7459
7459
|
*
|
|
7460
|
-
* Price: $0.
|
|
7460
|
+
* Price: $0.00125 per request.
|
|
7461
7461
|
*
|
|
7462
7462
|
* @example
|
|
7463
7463
|
* const res = await client.youtube.videoTranscript({ url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" });
|