Veerhan-glitch / YouTube_Audio_Downloader

A project to download any YouTube video's/playlist's mp4 audio file.
1 stars 4 forks source link

Fix file extension being set to mp4 #4

Closed BijanRegmi closed 2 years ago

BijanRegmi commented 2 years ago

Fixes #3

BijanRegmi commented 2 years ago

Can't seem to recreate this. Can you specify which video you tried to download?

Also, this post from stackoverflow says it's due to old version of pytube. Maybe update pytube and try?

I tried 4 videos and all seem to work fine. This is my pytube version:

$ pip show pytube
Name: pytube
Version: 12.1.0
Summary: Python 3 library for downloading YouTube Videos.
Home-page: https://github.com/pytube/pytube
Author: Ronnie Ghose, Taylor Fox Dahlin, Nick Ficano
Author-email: hey@pytube.io
License: The Unlicense (Unlicense)
Location: /home/immo/.local/lib/python3.10/site-packages
Requires: 
Required-by: 
Veerhan-glitch commented 2 years ago

oh yea mb my pytube was not of the latest version also can you pls also conform if this also works for a playlist?

BijanRegmi commented 2 years ago

Yes it now works with playlists as well Commit 48733ee makes the following changes:

Veerhan-glitch commented 2 years ago

Thanks for contributing happy hactoberfest