aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/linkedin.py
AgeCommit message (Collapse)Author
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-04-12[cleanup] Upgrade syntaxpukkandan
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-04-04[cleanup] Use `_html_extract_title`pukkandan
2022-03-18[extractor] Add `_perform_login` function (#2943)pukkandan
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
2021-11-19[cleanup] Minor cleanuppukkandan
Closes #1696, Closes #1673
2021-11-19[LinkedIn] Add extractor (#1597)u-spec-png
Closes #1206 Authored by: u-spec-png
2021-10-31[linkedin] Don't login multiple timespukkandan
2021-09-28[LinkedInLearning] Fix newline bug in subtitles (#1104)Ashish Gupta
Authored by: Ashish0804
2021-09-25[LinkedInLearning] Add subtitles (#1077)Ashish Gupta
Authored by: Ashish0804 Closes #1072
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan