Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/youtube_downloader
A simple python script to download youtube videos in high resolution format
https://github.com/arun2002k/youtube_downloader
python3 pytube video-streaming youtube-downloader
Last synced: about 2 months ago
JSON representation
A simple python script to download youtube videos in high resolution format
- Host: GitHub
- URL: https://github.com/arun2002k/youtube_downloader
- Owner: arun2002k
- Created: 2023-11-14T04:54:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T01:58:12.000Z (about 1 year ago)
- Last Synced: 2023-11-22T02:38:15.263Z (about 1 year ago)
- Topics: python3, pytube, video-streaming, youtube-downloader
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube_Downloader
A simple python script to download youtube videos in high resolution format. Copy and paste the link from youtube to download video in your local pc.## Installation
Install python packages with pip command in terminal or Command prompt```bash
pip install pytube
```## Running Tests
To run tests, run the following command in the terminal.
```bash
python ytd.py
```