https://github.com/simatwa/yt6
Download audio and video from YouTube.
https://github.com/simatwa/yt6
Last synced: 9 months ago
JSON representation
Download audio and video from YouTube.
- Host: GitHub
- URL: https://github.com/simatwa/yt6
- Owner: Simatwa
- License: mit
- Created: 2024-03-01T09:40:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T11:38:08.000Z (over 2 years ago)
- Last Synced: 2025-08-21T16:58:24.939Z (10 months ago)
- Language: Python
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> This is just but a maintained [yt5](https://github.com/Simatwa/yt5).
> So wherever there's yt5 just know I'm referring to **yt6**.
```
tttt 555555555555555555
ttt:::t 5::::::::::::::::5
t:::::t 5::::::::::::::::5
t:::::t 5:::::555555555555
yyyyyyy yyyyyyyttttttt:::::ttttttt 5:::::5
y:::::y y:::::y t:::::::::::::::::t 5:::::5
y:::::y y:::::y t:::::::::::::::::t 5:::::5555555555
y:::::y y:::::y tttttt:::::::tttttt 5:::::::::::::::5
y:::::y y:::::y t:::::t 555555555555:::::5
y:::::y y:::::y t:::::t 5:::::5
y:::::y:::::y t:::::t 5:::::5
y:::::::::y t:::::t tttttt5555555 5:::::5
y:::::::y t::::::tttt:::::t5::::::55555::::::5
y:::::y tt::::::::::::::t 55:::::::::::::55
y:::::y tt:::::::::::tt 55:::::::::55
y:::::y ttttttttttt 555555555
y:::::y
y:::::y
y:::::y
y:::::y
yyyyyyy
```
- **yt5** is a [Python](https://python.org) script that downloads [YouTube](https://www.youtube.com) ***Videos*** & ***audios*** at `console` environment.
## Installation ##
Download binaries for your system from [here](https://github.com/Simatwa/yt6/releases/latest) .
**OR** :
- From Github - *source*
```
git clone https://github.com/Simatwa/yt5.git
cd yt5
python setup.py install
```
- From Pypi
```
pip install yt5
```
## Usage ##
#### Video ####
- Videos can be downloaded by parsing a `URI` prefixed or postfixed by its category:
- For instances:
1. Single video :
```
$ yt5 url
```

- Alternatively, this can be done by omitting `url` command since it's the default category.
```
$ yt5
```

2. All videos in a Playlist :
```
$ yt5 playlist
```

3. All videos in a Channel :
```
$ yt5 channel
```

4. Collection of single-video's URI contained in a text file :
```
$ yt5 fnm
```

#### Audio ####
- Audio of a video can be downloaded by adding `--mp3` to the commands parsed.
- For instance:
1. Single audio :
```
$ yt5 url --mp3
```

- Similarly, this can be done to **other** ***categories***.
- For further information you can run:
```
$ yt5 -h
```
* Output :
```
usage: yt5 [-h] [-v] [-res [720p|480p|360p|240p|144p]] [-max MAXIMUM] [-dir DIRECTORY] [--mp3]
[--show] [--static] [--usage]
[[fnm|url|playlist|channel]] url
positional arguments:
[fnm|url|playlist|channel]
Category of the videos referred by the link or filename[fnm] containing
links
url Link of the video
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-res [720p|480p|360p|240p|144p], --resolution [720p|480p|360p|240p|144p]
Resolution [quality] of videos to be downloaded in
-max MAXIMUM, --maximum MAXIMUM
Maximum videos to be downloaded
-dir DIRECTORY, --directory DIRECTORY
Directory for saving downloaded file
--mp3 Specify to download audio only
--show Show the downloaded file-path
--static Restricts stdout of file-path in prose-format
--usage Show this help info in more stylistic way
```
## Independencies ##
1. [pytube](https://github.com/pytube/pytube)
2. [colorama](https://github.com/pytube/pytube)
3. [tabulate](https://github.com/astanin/python-tabulate)
* [Review](requirements.txt).
## Acknowledgements ##
- [x] [Pytube](https://github.com/pytube/pytube)
- [x] [Python Team](https://python.org)