https://github.com/shubham1710/youtube-downloader
It is a simple YouTube downloader which takes URL of the YouTube Video from the user and saves it in your device. Multiple Video downloads at the same time are also supported by this downloader.
https://github.com/shubham1710/youtube-downloader
hacktoberfest hacktoberfest-accepted python python-3 pytube3 youtube-downloader youtube-video
Last synced: 4 months ago
JSON representation
It is a simple YouTube downloader which takes URL of the YouTube Video from the user and saves it in your device. Multiple Video downloads at the same time are also supported by this downloader.
- Host: GitHub
- URL: https://github.com/shubham1710/youtube-downloader
- Owner: shubham1710
- Created: 2020-05-25T03:33:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T11:28:02.000Z (over 1 year ago)
- Last Synced: 2024-09-28T03:21:09.496Z (8 months ago)
- Topics: hacktoberfest, hacktoberfest-accepted, python, python-3, pytube3, youtube-downloader, youtube-video
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 60
- Watchers: 6
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Youtube-downloader
It is a simple YouTube downloader which takes URL of the YouTube Video from the user and saves it in your device. Multiple Video downloads at the same time are also supported by this downloader.We will be using pytubeX library for our purpose since pytube and pytube3 are now depreciated and will not work. pytube3 has now become pytubeX.
So, you need to use pip install pytubeX for this purpose. Though while importing in the code, we would still write pytube since its thw way it works.
Install from official reprository(to avoid already solved bugs) as of sometimes PIP don't update the libraries that fast
write this command : -
`python -m pip install git+https://github.com/pytube/pytube`