-
-
Notifications
You must be signed in to change notification settings - Fork 13
Index media, reply status, quote status and extended URL #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b5e762e
Adds types and migrations for tweet_media table
SaptakS 57e8833
Saves and Indexes tweet media
SaptakS 8708243
Adds reply and quote related informations to the tweet table
SaptakS 41fc9a0
Adds additional fields to tweet_media to store url and index informat…
SaptakS b2bf23f
Index tweet URLs in the database
SaptakS 870f333
Add new types for tweet media, and support downloading videos
micahflee e4c7a5c
Add more fields to the XTweetMediaRow type, and update the migration …
micahflee 5f49465
Add a test that ensures tweets with videos and photos are indexed cor…
micahflee ca55615
Fix indexing URLs, and write test for it
micahflee 217ed5e
Add media and URLs to archive.js in buildArchive; and also, delete UR…
micahflee 76e849f
Update x-archive deps
micahflee dd6564a
Properly display links and media in X archive
micahflee 44e89ac
Imports media, urls, and reply information from tweet archives
SaptakS d53a26b
Merge pull request #401 from lockdown-systems/354-index-media-video
SaptakS 21dba91
Adds types to the archive import functions
SaptakS dbfbdad
Make quote tweets work in the archive
micahflee acaba64
Simplify quote tweets
micahflee df22fed
Merge branch '354-index-media' into 354-index-media-archive
micahflee 7107144
Merge branch 'main' into 354-index-media
micahflee c2b387b
Merge branch '354-index-media' into 354-index-media-archive
micahflee 045dfa9
Fix INSERT query when importing tweets -- there were 20 ?s but 15 params
micahflee d52675c
When importing X archive, only delete the archive folder if we unzipp…
micahflee fab76b9
Fix importing media items so it sets mediaList to the extended entiti…
micahflee f2863db
Switch to using extended_entities for media, and just use entities fo…
micahflee 19a1e45
Merge pull request #402 from lockdown-systems/354-index-media-archive
micahflee 72f78f0
When importing tweets from an X archive, always delete the tweet if i…
micahflee c957404
Remove dead code
micahflee 2e71e52
Remove IPC functions from X that should have been removed in a differ…
micahflee 47f9fde
Fix bug where when you import an X archive from a ZIP file, it unzips…
micahflee 7deb52c
fix: load videos from X archive export
redshiftzero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.