Skip to content

Latest commit

 

History

History

Linkedin_Video_Downloader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Linkedin Video Downloader

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.

How to use?

  • 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>

Working Demo

preview