aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/linkedin.py
AgeCommit message (Collapse)Author
2025-04-18[ie/linkedin] Support feed URLs (#12927)sepro
Closes #6104 Authored by: seproDev
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-05-26[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)Simon Sawicki
Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-04-01[ie, cleanup] No `from` stdlib imports in extractors (#8978)pukkandan
2024-02-16[ie/LinkedIn] Fix metadata and extract subtitles (#9056)barsnick
Closes #9003 Authored by: barsnick
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