Releases: 27MrMan/Simple-Python-Youtube-Video-Downloader
Release list
Python Youtube Video Downloader
Now, the files download to the Downloads folder, and added an audio compressor so a short video doesn't take hundreds of megabytes.
I have been having issues with compression, so there will be two versions of the code with and without compression.
! Thanks to Noober.pro for alerting me to the issue of the download location :)
Python Video Downloader BETA!
Finally, all problems fixed, the code works, progress bars for everything, and easy to understand code, and interface.
If you encounter any problems, DM me on Discord at 27the_minecrafter, and I will shortly fix them.
Great thanks to Ryan Power for finding problems.
Python Youtube Video Downloader
Fixed the importing issue, the code should work this time.
Python Youtube Video Downloader
Multiple bugfixes, downloads in .wav format for audio, video should still work, basically some optimization.
Python Youtube Video Downloader
Fixed some videos not converting to mp3s (second download option)
so, i changed the codec from default to aac.
also removed the progress bar from the second option due to it not working.
Python Youtube Video Downloader
!!! BUGFIX !!!
Locate your python folder , and find the pytube folder.
Then, locate innertube.py, and change line 78 to def init(self, client='WEB', use_oauth=False, allow_cache=True):
client='WEB' MUST be WEB.
I added a progress bar for downloading video, not really sure if it works... Also overall code adjustments...
Python Youtube Video Downloader
This release has all the main functions, such as MP4 downloads, and MP3 downloads.
However, downloading a video has some additional instructions.
Check the readme.