[PR #575] feat: threads support #1204

Open
opened 2025-11-09 10:08:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/575
Author: @Snazzah
Created: 6/16/2024
Status: 🔄 Open

Base: mainHead: feat/threads


📝 Commits (10+)

  • e73ad62 feat: threads support
  • 6db3b69 fix(threads): whoops
  • 0e8e428 fix(threads): deepscan fixes
  • e16dff3 fix: i changed the wrong file
  • 64d9f29 fix(threads): small fix to quality selection
  • bc642f4 chore: update readme
  • bb04206 Merge branch 'current' into feat/threads
  • cce24b9 Merge branch 'current' into feat/threads
  • acd04d1 Merge remote-tracking branch 'upstream/main' into feat/threads
  • 687649a wow that did not merge well

📊 Changes

7 files changed (+201 additions, -1 deletions)

View changed files

📝 api/src/processing/cookie/manager.js (+2 -1)
📝 api/src/processing/match-action.js (+2 -0)
📝 api/src/processing/match.js (+10 -0)
📝 api/src/processing/service-config.js (+4 -0)
📝 api/src/processing/service-patterns.js (+3 -0)
api/src/processing/services/threads.js (+142 -0)
api/src/util/tests/threads.json (+38 -0)

📄 Description

closes #296

Tested with:


🔄 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/575 **Author:** [@Snazzah](https://github.com/Snazzah) **Created:** 6/16/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/threads` --- ### 📝 Commits (10+) - [`e73ad62`](https://github.com/imputnet/cobalt/commit/e73ad62b787b1c5bcabbac5e03f71efb7523ebea) feat: threads support - [`6db3b69`](https://github.com/imputnet/cobalt/commit/6db3b696393b7e862d9f1aaf2c428dae30f86a74) fix(threads): whoops - [`0e8e428`](https://github.com/imputnet/cobalt/commit/0e8e4284858e2a391d182a509a5bef8b0dfad050) fix(threads): deepscan fixes - [`e16dff3`](https://github.com/imputnet/cobalt/commit/e16dff3c841800a3a6946426f092396522e63618) fix: i changed the wrong file - [`64d9f29`](https://github.com/imputnet/cobalt/commit/64d9f29209e87df374016e350a8f4b5f60480a11) fix(threads): small fix to quality selection - [`bc642f4`](https://github.com/imputnet/cobalt/commit/bc642f4e3fd09696744499a6442d75dbead433e0) chore: update readme - [`bb04206`](https://github.com/imputnet/cobalt/commit/bb04206e012b6f4fd2aea9c91a7218455d035e3c) Merge branch 'current' into feat/threads - [`cce24b9`](https://github.com/imputnet/cobalt/commit/cce24b9f34e11c7c6310dff09dd26bd2b880915e) Merge branch 'current' into feat/threads - [`acd04d1`](https://github.com/imputnet/cobalt/commit/acd04d18aeaf7a19b0c542d812b93ce90c3dfc1f) Merge remote-tracking branch 'upstream/main' into feat/threads - [`687649a`](https://github.com/imputnet/cobalt/commit/687649a5e45907f03ade40e6a58470bd7d9183d9) wow that did not merge well ### 📊 Changes **7 files changed** (+201 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/cookie/manager.js` (+2 -1) 📝 `api/src/processing/match-action.js` (+2 -0) 📝 `api/src/processing/match.js` (+10 -0) 📝 `api/src/processing/service-config.js` (+4 -0) 📝 `api/src/processing/service-patterns.js` (+3 -0) ➕ `api/src/processing/services/threads.js` (+142 -0) ➕ `api/src/util/tests/threads.json` (+38 -0) </details> ### 📄 Description closes #296 Tested with: - video: https://www.threads.net/@zuck/post/CzecNnZPaxr - photo: https://www.threads.net/@soren.iverson/post/C8PdJ59pMLr - mixed media: https://www.threads.net/@snazzahguy/post/C8Q7UZDseWz - gif: https://www.threads.net/@zjy4fun/post/DDvzVsgpZNQ --- <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:08:02 -06:00
Sign in to join this conversation.