myyt is a command-line interface (CLI) tool for downloading YouTube videos. It is built upon the youtube-dl-exec package, providing a simple and efficient way to fetch videos from YouTube directly to your local system.
- Download YouTube videos in highest quality.
- Progress indication during download.
- Merge audio and video streams into a single video file.
You can install myyt globally using npm:
npm install -g myyt
Once installed, you can use myyt from the command line. Here are some examples of common usage:
npx myyt
For more detailed usage instructions, you can run:
myyt --help
This project is built upon the following npm packages:
- youtube-dl-exec: A popular npm package for downloading YouTube videos.
Contributions are welcome! If you have any ideas, bug fixes, or enhancements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.