mirror of
https://github.com/imputnet/cobalt.git
synced 2026-07-17 12:32:26 -05:00
[PR #1558] api: add support for threads #20104
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/1558
Author: @stevenirby
Created: 5/19/2026
Status: 🔄 Open
Base:
main← Head:feat/threads-support📝 Commits (1)
d1c20beapi: 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.