- Added optional YTDLP_PATH environment variable to configure yt-dlp path. - Removed old youtube download utility and replaced it with a new API-based approach. - Implemented new functions to fetch YouTube video download URLs using an external service. - Introduced yt-dlp integration for fallback download method. - Created a structured response for video information retrieval. - Enhanced error handling for video duration and response validation.
3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
export { ytDlpGetUrl } from './get-download-url';
|
|
export { getInfo } from './get-info';
|