[PR #1558] api: add support for threads #17098

Open
opened 2026-06-01 15:33:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1558
Author: @stevenirby
Created: 5/19/2026
Status: 🔄 Open

Base: mainHead: feat/threads-support


📝 Commits (1)

  • d1c20be api: add support for threads

📊 Changes

7 files changed (+360 additions, -0 deletions)

View changed files

📝 api/src/processing/match-action.js (+2 -0)
📝 api/src/processing/match.js (+9 -0)
📝 api/src/processing/service-config.js (+7 -0)
📝 api/src/processing/service-patterns.js (+3 -0)
api/src/processing/services/threads.js (+205 -0)
📝 api/src/processing/url.js (+8 -0)
api/src/util/tests/threads.json (+126 -0)

📄 Description

I constantly want to view thread videos, so I made this PR.

This extracts: videos, photos, GIFs, and multi-media carousels. GIFs are from giphy and served as real .gif files, so they're downloaded directly.

This closes the issue: https://github.com/imputnet/cobalt/issues/296


🔄 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/1558 **Author:** [@stevenirby](https://github.com/stevenirby) **Created:** 5/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/threads-support` --- ### 📝 Commits (1) - [`d1c20be`](https://github.com/imputnet/cobalt/commit/d1c20bee37138f691fb0252f89b5f247802ae3fc) api: add support for threads ### 📊 Changes **7 files changed** (+360 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/match-action.js` (+2 -0) 📝 `api/src/processing/match.js` (+9 -0) 📝 `api/src/processing/service-config.js` (+7 -0) 📝 `api/src/processing/service-patterns.js` (+3 -0) ➕ `api/src/processing/services/threads.js` (+205 -0) 📝 `api/src/processing/url.js` (+8 -0) ➕ `api/src/util/tests/threads.json` (+126 -0) </details> ### 📄 Description I constantly want to view thread videos, so I made this PR. This extracts: videos, photos, GIFs, and multi-media carousels. GIFs are from giphy and served as real .gif files, so they're downloaded directly. This closes the issue: https://github.com/imputnet/cobalt/issues/296 --- <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-06-01 15:33:55 -05:00
Sign in to join this conversation.