@aitofy/youtube 0.1.0

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.mjs ADDED
@@ -0,0 +1,28 @@
1
+ import {
2
+ ErrorCodes,
3
+ YouTubeToolsError,
4
+ getBasicVideoInfo,
5
+ getChannelInfo,
6
+ getChannelVideos,
7
+ getTranscript,
8
+ getTranscriptSRT,
9
+ getTranscriptText,
10
+ getTranscriptVTT,
11
+ getVideoInfo,
12
+ listTranscripts,
13
+ searchVideos
14
+ } from "./chunk-A6HJFYPT.mjs";
15
+ export {
16
+ ErrorCodes,
17
+ YouTubeToolsError,
18
+ getBasicVideoInfo,
19
+ getChannelInfo,
20
+ getChannelVideos,
21
+ getTranscript,
22
+ getTranscriptSRT,
23
+ getTranscriptText,
24
+ getTranscriptVTT,
25
+ getVideoInfo,
26
+ listTranscripts,
27
+ searchVideos
28
+ };
package/dist/mcp.d.mts ADDED
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node
package/dist/mcp.d.ts ADDED
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node