This script uses Python requests library to grab the url of the linkedin post provided to get the video url. After getting the url of the video, the file gets saved as video file. A progress bar is displayed showing the current speed, time escaped & time left. The progress bar is implemented using tqdm.
-
Install the dependencies required for this script (tqdm & requests):
pip install requirements.txt
-
Use this format to download the video:
python app.py <link of post>