Skip to content

A yt-downloader using Pytube you can download non progressive videos too

Notifications You must be signed in to change notification settings

kabirajk/py-youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

im a beginner to this kind of things so help me to imporve myself if you find anything wrong

LIBRARIES USED:

1.▶pytube 2.🎥FFMPEG

Requirements:

make sure you have python 3.9 installed Winrar to unrar the ffmpeg.rar file

lib Requriements.txt(for those who dont use):

pip install pytube>=11.0.1
pip install progressbar

Instructions:

note:this code now works on windows only suports will extedned soon 1.unrar ffmpeg.exe file from into the same folder becasue it is used to merge audio and video in some cases 2.run the script from terminal/shell/cmd using pyhton pydl.py

NOTE:for VSCode peoples:

If you run the code using the in-built option Run(run-the-pythonfile) or run in terminal you will face error

FIX for VScode:

Go to VSCode Settings>extensions>python on that check the checkbox: python>Terminal:Execute In File Dir

or

Go to VSCode Settings>extensions>python select the Edit in the settings.json search for the line

code:

   "python.terminal.executeInFileDir": false

It will be in false because the check box is not checked change "false" to "true" like below

code:

  "python.terminal.executeInFileDir": true

Todo

1.add simultaneous download
2.add GUI
3.add song specific options with the meta data present in the descrpiption
4.try to use pyffmpeg instead of actual ffmpeg cli

Thank You🐍💗

About

A yt-downloader using Pytube you can download non progressive videos too

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages