[PR #119] [CLOSED] Linkedin video download integration #1019

Closed
opened 2025-11-09 10:04:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/119
Author: @radkii
Created: 4/30/2023
Status: Closed

Base: currentHead: linkedin


📝 Commits (1)

  • f6752db Linkedin video download integration

📊 Changes

5 files changed (+76 additions, -1 deletions)

View changed files

📝 src/modules/processing/match.js (+9 -0)
src/modules/processing/services/linkedin.js (+38 -0)
📝 src/modules/processing/servicesConfig.json (+5 -0)
📝 src/modules/processing/servicesPatternTesters.js (+3 -1)
📝 src/test/tests.json (+21 -0)

📄 Description

Integration of Linkedin video downloads.

Possible issues:

  • Only 640p and 720p sizes are consistently available as video sources.
  • Posts can have a 3rd source sometimes, and even at 1080p, but it can also be lower or just not be there.
  • Since Linkedin adds the tags of the post to the url (genius I know) the share links are very long and they could eventually be truncated enough by the text field so that they don't work.
  • The videos are downloaded directly (like youtube downloads), however there are links, and a modal window could make more sense (like twitter downloads)
  • I haven't messed with the audio part

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/119 **Author:** [@radkii](https://github.com/radkii) **Created:** 4/30/2023 **Status:** ❌ Closed **Base:** `current` ← **Head:** `linkedin` --- ### 📝 Commits (1) - [`f6752db`](https://github.com/imputnet/cobalt/commit/f6752dbb54742cc4a22557c181233f3693c3d8a7) Linkedin video download integration ### 📊 Changes **5 files changed** (+76 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/match.js` (+9 -0) ➕ `src/modules/processing/services/linkedin.js` (+38 -0) 📝 `src/modules/processing/servicesConfig.json` (+5 -0) 📝 `src/modules/processing/servicesPatternTesters.js` (+3 -1) 📝 `src/test/tests.json` (+21 -0) </details> ### 📄 Description Integration of Linkedin video downloads. ### Possible issues: - Only `640p` and `720p` sizes are consistently available as video sources. - Posts can have a 3rd source sometimes, and even at `1080p`, but it can also be lower or just not be there. - Since Linkedin adds the tags of the post to the url (genius I know) the share links are **very** long and they could eventually be truncated enough by the text field so that they don't work. - The videos are downloaded directly (like youtube downloads), however there are links, and a modal window could make more sense (like twitter downloads) - I haven't messed with the audio part --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:04:11 -06:00
Sign in to join this conversation.