mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
[PR #594] linkedin: add linkedin support #1213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/594
Author: @vectflow
Created: 6/29/2024
Status: 🔄 Open
Base:
main← Head:feat/linkedin📝 Commits (4)
47d15c2feat(linkedin): service to scrape linkedin video post for cdn urls serving the video7f5a33cfeat(linkedin): correctly normalize and parse linkedin post urls80b4108test(linkedin): tests for linkedin functionalityb730d9adocs(linkedin): add linkedin service to readme📊 Changes
7 files changed (+122 additions, -1 deletions)
View changed files
📝
README.md(+2 -0)📝
src/modules/processing/match.js(+7 -0)➕
src/modules/processing/services/linkedin.js(+62 -0)📝
src/modules/processing/servicesConfig.json(+5 -1)📝
src/modules/processing/servicesPatternTesters.js(+3 -0)📝
src/modules/processing/url.js(+6 -0)📝
src/util/tests.json(+37 -0)📄 Description
Adds LinkedIn support to cobalt.
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.