LinkedIn video downloader.
Project description
LinkedIn-Downloader
A small tool to download videos from linkeding.
Requirements
- Python 3.7 or higher.
- pip 22.1.x or higher
Install
-
Install tool
pip install linkedin-dl
Usage
You can use this tool very easily, with the argument -h you can obtain information about its use:
linkedin-dl -h
usage: linkedin-dl [-h] [-m NUMBER] [-w NUMBER] [-l SECONDS] [-q QUALITY] URL FILE
Download videos from LinkedIn
positional arguments:
URL The URL to the video streaming
FILE The file to save the video.
optional arguments:
-h, --help show this help message and exit
-m NUMBER, --max_attempts NUMBER
The maximum number of attempts in case of connection error.
-w NUMBER, --wait SECONDS
A delay time between several download intents.
-l SECONDS, --limit SECONDS
The maximum time to download. 0 for all the video. By default, 0.
-q QUALITY, --quality QUALITY
The maximum time to download. 0 for all the video. By default, 3200000.
Where URL is the URL with the LinkedIn page that contain the video and FILE is the path to the file to save the video locally in mp4 format, any other format is supported. The rest of the arguments are optionals:
- -m NUMBER is the number of attempts to reconnect when the connection fails;
- -w SECONDS is the time in seconds to wait between each attempt in case of connection fail;
- -l SECONDS is the limit of time in seconds to download, by default, all the video is downloaded.
- -q QUALITY is the video quality to download. By default, it is the maximum. The available values are:
- 128000
- 400000
- 800000
- 1600000
- 3200000
Download a video
linkedin-dl "URL" "FILE" -l SECONDS -q QUALITY
Some examples:
# Download all the video
linkedin-dl "https://www.linkedin.com/video/live/urn:li:ugcPost:6940332883056205824/" "Te mereces destacar.mp4"
# Download only the first 60 seconds
linkedin-dl "https://www.linkedin.com/video/live/urn:li:ugcPost:6940332883056205824/" "Te mereces destacar.mp4" -l 60
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
linkedin-dl-0.0.8.tar.gz
(5.6 kB
view details)
File details
Details for the file linkedin-dl-0.0.8.tar.gz
.
File metadata
- Download URL: linkedin-dl-0.0.8.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04e64fec11ed04f0809a8398f64f014141acab3996c5fe4f617f03a398a9d52f |
|
MD5 | 26c47663c7c6c49a8bb6bc9612a5c69c |
|
BLAKE2b-256 | 3ecdc3f1a821f91e26338b256933657e440987339b43036c1160758556b171cc |