mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 06:18:25 -05:00
[PR #403] [MERGED] feat: add facebook support #11044
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/403
Author: @bramaudi
Created: 3/26/2024
Status: ✅ Merged
Merged: 7/24/2024
Merged by: @dumbmoron
Base:
current← Head:facebook📝 Commits (10+)
03a99abfeat: add facebook supportcb60b6echore: fix fail checkcba9c6fchore: minor fixdf7e1b8chore: add service in README.md7f8dcdechore: cleaning post-merge codef1b1d35facebook: add shared link patternfcec613chore: clean up removing unnecessarily codedb4c64dfix: facebook shared link pattern2b2ab86matchActionDecider: redirect to facebook video instead of renderingfba7653facebook: pass sourceUrl in object📊 Changes
8 files changed (+159 additions, -2 deletions)
View changed files
📝
README.md(+2 -0)📝
src/modules/processing/match.js(+6 -0)📝
src/modules/processing/matchActionDecider.js(+1 -0)➕
src/modules/processing/services/facebook.js(+62 -0)📝
src/modules/processing/servicesConfig.json(+13 -0)📝
src/modules/processing/servicesPatternTesters.js(+8 -2)📝
src/modules/processing/url.js(+10 -0)📝
src/util/tests.json(+57 -0)📄 Description
Closes #54
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.