[PR #478] [CLOSED] 1 #13863

Closed
opened 2026-05-17 16:15:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/478
Author: @xhaeffer
Created: 5/1/2024
Status: Closed

Base: currentHead: current


📝 Commits (4)

📊 Changes

10 files changed (+328 additions, -30 deletions)

View changed files

📝 src/config.json (+1 -1)
📝 src/core/api.js (+1 -1)
📝 src/localization/languages/en.json (+12 -12)
src/localization/languages/ori_en.json (+163 -0)
📝 src/modules/processing/match.js (+4 -0)
src/modules/processing/services/facebook.js (+71 -0)
📝 src/modules/processing/servicesConfig.json (+13 -1)
📝 src/modules/processing/servicesPatternTesters.js (+11 -13)
📝 src/modules/processing/url.js (+10 -1)
📝 src/test/tests.json (+42 -1)

📄 Description

No description provided


🔄 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/478 **Author:** [@xhaeffer](https://github.com/xhaeffer) **Created:** 5/1/2024 **Status:** ❌ Closed **Base:** `current` ← **Head:** `current` --- ### 📝 Commits (4) - [`12c36f7`](https://github.com/imputnet/cobalt/commit/12c36f7ced9d2e67e0b04583981465caf5f0a537) first commit, add facebook - [`92610d5`](https://github.com/imputnet/cobalt/commit/92610d5d5cb45bda272c63e8a1a93df9a034d95c) set link timeout, set max vid duration, modify lang - [`ea98286`](https://github.com/imputnet/cobalt/commit/ea98286614a8421e5248df2a740ef27df60838d7) Merge branch 'current' of https://github.com/wukko/cobalt into current - [`e7fd4bc`](https://github.com/imputnet/cobalt/commit/e7fd4bc7a6fdcc033a3af533bcf12ad8f8dd3ea3) Merge branch 'current' into current ### 📊 Changes **10 files changed** (+328 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `src/config.json` (+1 -1) 📝 `src/core/api.js` (+1 -1) 📝 `src/localization/languages/en.json` (+12 -12) ➕ `src/localization/languages/ori_en.json` (+163 -0) 📝 `src/modules/processing/match.js` (+4 -0) ➕ `src/modules/processing/services/facebook.js` (+71 -0) 📝 `src/modules/processing/servicesConfig.json` (+13 -1) 📝 `src/modules/processing/servicesPatternTesters.js` (+11 -13) 📝 `src/modules/processing/url.js` (+10 -1) 📝 `src/test/tests.json` (+42 -1) </details> ### 📄 Description _No description provided_ --- <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-17 16:15:26 -05:00
Sign in to join this conversation.