WolfTube is a simple to use Video/Audio Downloader.
Run
pip install -r requirements.txt
. If any problem occurs then runpip install -r requirements.txt --user
For fixing ffmpeg requirements fix Please run
python3 requirement_fix.py
.
-h, --help show this help message and exit.
-P, --playlist Download Playlist.
-V <VIDEO_URL>, --video <VIDEO_URL> Download Video.
-A <AUDIO_URL>, --audio <AUDIO_URL> Download Audio.
First go to the src/ folder
-
For Downloading Single Video -
python3 wolftube.py -V https://youtu.be/lTTajzrSkCw?list=PLXCjrN_k057Fyr47rOTca9qfP1mfauhdu
-
For Downloading Video Playlist -
python3 wolftube.py -P -V https://youtu.be/lTTajzrSkCw?list=PLXCjrN_k057Fyr47rOTca9qfP1mfauhdu
-
For Downloading Single Audio -
python3 wolftube.py -A https://youtu.be/lTTajzrSkCw?list=PLXCjrN_k057Fyr47rOTca9qfP1mfauhdu
-
For Downloading Audio Playlist -
python3 wolftube.py -P -A https://youtu.be/lTTajzrSkCw?list=PLXCjrN_k057Fyr47rOTca9qfP1mfauhdu
If you are getting error on python versions in Windows. Please try changing python3
to python
in each command you run.
Made a Web App using Streamlit.
- Go to src/ folder.
- Run command
streamlit run app.py
- On the Browser, Enter the Url and select a download option.
- Click Download button to start Downloading.
- Video/ Audio will be downloaded in the Video/Audio Folder.
Please Give a 🌟 if you 👍 it.