https://github.com/biswaviraj/playt
Play or download youtube songs from terminal built using Node.js
https://github.com/biswaviraj/playt
cli node nodejs streaming-audio teminal-application youtube-dl youtube-player
Last synced: about 2 months ago
JSON representation
Play or download youtube songs from terminal built using Node.js
- Host: GitHub
- URL: https://github.com/biswaviraj/playt
- Owner: BiswaViraj
- License: mit
- Created: 2019-10-05T16:41:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T13:21:04.000Z (6 months ago)
- Last Synced: 2026-01-23T01:30:24.779Z (6 months ago)
- Topics: cli, node, nodejs, streaming-audio, teminal-application, youtube-dl, youtube-player
- Language: JavaScript
- Homepage:
- Size: 3.68 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlaYT
Stream or download youtube songs from terminal
## Description
- Playt is a CLI app written in Node.js
- It allows to stream or download audio from YouTube with in the Terminal by a simple command
**!! Note**: VLC is required to stream
## Commands
```shell
$ playt search "song name"
```

Searches for the song and returns a list of 10 matching songs.
Choose the one from the list by entering the number corresponding to it and it will stream as well as download the song into a folder named "playtSongs" in the Home directory.
If the song selected is already present in the "playtSongs" folder then it plays the offline/local file and doesn't download it again.
```shell
$ playt download "song name"
```
This command only downloads the selected song and doesn't play it through the terminal.