https://github.com/kents00/pytube
Download YouTube videos and music using Pytube library!
https://github.com/kents00/pytube
music python youtube youtube-dl
Last synced: 7 months ago
JSON representation
Download YouTube videos and music using Pytube library!
- Host: GitHub
- URL: https://github.com/kents00/pytube
- Owner: kents00
- License: gpl-3.0
- Created: 2022-06-29T06:34:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T07:50:47.000Z (about 3 years ago)
- Last Synced: 2025-02-04T18:17:12.636Z (8 months ago)
- Topics: music, python, youtube, youtube-dl
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
██████╗░██╗░░░██╗████████╗██╗░░░██╗██████╗░███████╗
██╔══██╗╚██╗░██╔╝╚══██╔══╝██║░░░██║██╔══██╗██╔════╝
██████╔╝░╚████╔╝░░░░██║░░░██║░░░██║██████╦╝█████╗░░
██╔═══╝░░░╚██╔╝░░░░░██║░░░██║░░░██║██╔══██╗██╔══╝░░
██║░░░░░░░░██║░░░░░░██║░░░╚██████╔╝██████╦╝███████╗
╚═╝░░░░░░░░╚═╝░░░░░░╚═╝░░░░╚═════╝░╚═════╝░╚══════╝Download YouTube videos and music using pytube library!
#### Folder
This is the folder where the files are stored.
```
├── Download # These are the outputs what you've download
| ├── YouTube Audio
| ├── YouTube Video
├── pytb.py #This is our pytube downloader
```
#### Installation
- We need a virtual environment for our project to build up the environment. [click here](https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/26/python-virtual-env/) docs virtual environment
```
virtualenv env
```
- Activating virtual environment
```
source env/bin/activate
```
- Installing requirements
```
pip install -r requirements.txt
```#### Bulk Download
- Download all the videos in a playlist, insert your urls inside the ```bulk.txt``` file.