[PR #403] [MERGED] feat: add facebook support #12966

Closed
opened 2026-05-12 17:24:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: currentHead: facebook


📝 Commits (10+)

  • 03a99ab feat: add facebook support
  • cb60b6e chore: fix fail check
  • cba9c6f chore: minor fix
  • df7e1b8 chore: add service in README.md
  • 7f8dcde chore: cleaning post-merge code
  • f1b1d35 facebook: add shared link pattern
  • fcec613 chore: clean up removing unnecessarily code
  • db4c64d fix: facebook shared link pattern
  • 2b2ab86 matchActionDecider: redirect to facebook video instead of rendering
  • fba7653 facebook: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/403 **Author:** [@bramaudi](https://github.com/bramaudi) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 7/24/2024 **Merged by:** [@dumbmoron](https://github.com/dumbmoron) **Base:** `current` ← **Head:** `facebook` --- ### 📝 Commits (10+) - [`03a99ab`](https://github.com/imputnet/cobalt/commit/03a99ab93602750fa24af04a7b5c319c8bc9b73c) feat: add facebook support - [`cb60b6e`](https://github.com/imputnet/cobalt/commit/cb60b6ebe713b7316f727ad62cddbbde6c8117ab) chore: fix fail check - [`cba9c6f`](https://github.com/imputnet/cobalt/commit/cba9c6f91fee0ce9559f82f7cb552478c72b60f8) chore: minor fix - [`df7e1b8`](https://github.com/imputnet/cobalt/commit/df7e1b82188352b23727d4e977249497529d0be8) chore: add service in README.md - [`7f8dcde`](https://github.com/imputnet/cobalt/commit/7f8dcde98c4d900c919153d88ff1584c9068d2a6) chore: cleaning post-merge code - [`f1b1d35`](https://github.com/imputnet/cobalt/commit/f1b1d35ea9137af63b4ea5dd67c6ea6cc5ac4986) facebook: add shared link pattern - [`fcec613`](https://github.com/imputnet/cobalt/commit/fcec613c843bdecd577959f676e1f03ea3c6b6f7) chore: clean up removing unnecessarily code - [`db4c64d`](https://github.com/imputnet/cobalt/commit/db4c64dfe0c50c5bedcce112ba018f795773f3c1) fix: facebook shared link pattern - [`2b2ab86`](https://github.com/imputnet/cobalt/commit/2b2ab8611743d1be8a48dfd14a05c5d62dc5522e) matchActionDecider: redirect to facebook video instead of rendering - [`fba7653`](https://github.com/imputnet/cobalt/commit/fba7653d6ee189908bb753486e694ac5fd736525) facebook: pass sourceUrl in object ### 📊 Changes **8 files changed** (+159 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #54 --- <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 2026-05-12 17:24:36 -05:00
Sign in to join this conversation.