Skip to content

Files

Latest commit

aef4cb6 · Jun 21, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Linkedin_Video_Downloader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 31, 2021
Jun 21, 2021
Aug 26, 2020

README.md

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