api: add support for threads#1558
Open
stevenirby wants to merge 1 commit into
Open
Conversation
stevenirby
force-pushed
the
feat/threads-support
branch
from
May 19, 2026 00:41
d518a0c to
7403d80
Compare
stevenirby
force-pushed
the
feat/threads-support
branch
from
May 21, 2026 11:06
7403d80 to
46400a1
Compare
extracts media from public threads.com & threads.net posts: videos, photos, GIFs, and multi-media carousels. post data is embedded in the page html as data-sjs json, but threads only returns it to requests with a full browser-like header set, so the extractor sends those. GIFs are giphy-backed and served as real .gif files, so they're downloaded directly.
stevenirby
force-pushed
the
feat/threads-support
branch
from
May 21, 2026 17:09
46400a1 to
d1c20be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: #296