-
Python 2/3
-
pytube
module. To install pytube module run this command:
pip install pytube
To download multiple video save all the video in a file and save it. Suppose our all videos links are in a file named links.txt
. Then run the following command:
sh ydownload.sh links.txt
Then it will show the available download format.
Enter the itag
. It will download all the video in selected format.
Please do not use ./ydownload.sh
. It will break the string formatting. Perhaps it will work smoothly.