This is a web scrapper tool that downloads Youtube .mp4 and .mp3 files in highest possible resolution. This can download entire channel, playlist and individual content.
This is a Tkinter GUI based implementation to fetch and download content from Youtube.
Supported OS: Windows(Currently)
Requirement: Python version >3
Instructions:
Install python3 (ignore if done)
Ensure pip is installed by typing on cmd (pip)
Run setup_module.bat from the base directory. (this will install all modules)
Now copy ffmpeg.exe to base dir of python folder's script.
Usually this is C:\Users\user-name\Anaconda3\Scripts for conda, and C:\Users\username\AppData\Local\Programs\Python\Python3\Scripts for python(idle).
Start instructions: Execute or double-click on run.bat to launch the app.
Note:
Internet connection is mandatory.
Features of this software:
Uncapped download speeds.(As on my computer I receive download speeds of 6mbps)
Flexibility of choosing location to download
By modifying the code one can scrap any site for videos.
Updates:
Fixed lot of errors in code.
Fixed progress bar problems.
Added error codes and logs to code.
Users can download Facebook Watch videos, Souncloud mp3, and other stuff from sites which are accessible by software.
Fixed unresponsiveness.