1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[LinkedIn] Add extractor (#1597)

Closes #1206 
Authored by: u-spec-png
This commit is contained in:
u-spec-png
2021-11-18 21:57:40 +00:00
committed by GitHub
parent 22a510ff44
commit 402cd603a4
2 changed files with 78 additions and 28 deletions

View File

@ -704,6 +704,7 @@ from .line import (
LineLiveChannelIE,
)
from .linkedin import (
LinkedInIE,
LinkedInLearningIE,
LinkedInLearningCourseIE,
)