Skip to content

Releases: 27MrMan/Simple-Python-Youtube-Video-Downloader

Python Youtube Video Downloader

Choose a tag to compare

@27MrMan 27MrMan released this 02 Nov 14:10
de28e46

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!

Choose a tag to compare

@27MrMan 27MrMan released this 06 Aug 05:43
c7ea07d

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

Choose a tag to compare

@27MrMan 27MrMan released this 05 Aug 14:26
386e5c3

Fixed the importing issue, the code should work this time.

Python Youtube Video Downloader

Choose a tag to compare

@27MrMan 27MrMan released this 05 Aug 13:56
0767079

Multiple bugfixes, downloads in .wav format for audio, video should still work, basically some optimization.

Python Youtube Video Downloader

Choose a tag to compare

@27MrMan 27MrMan released this 16 May 03:32
3693646

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

Choose a tag to compare

@27MrMan 27MrMan released this 03 May 01:47
aa6e680

!!! 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

Choose a tag to compare

@27MrMan 27MrMan released this 25 Apr 17:27
1a4d310

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.