https://github.com/andreock/yt-video-parser
https://github.com/andreock/yt-video-parser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreock/yt-video-parser
- Owner: andreock
- License: gpl-3.0
- Created: 2024-05-02T06:38:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T06:56:38.000Z (about 1 year ago)
- Last Synced: 2025-01-08T21:37:25.853Z (5 months ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube video parser
Parse a YouTube video details, including all formats and URL to download video directly.
This library can be used to directly download video choosing all available formats.
## How it works
This library make a simple POST request with videoId to https://www.youtube-nocookie.com and get all the information about the video.
You can use this library directly from browser since it has zero dependencies.
## Install
```bash
npm install yt-video-parser
```### Limitations
- Download speed of video is slow