Fix xclid again. Fixes #312#313
Merged
Merged
Conversation
|
that was cool |
NielsOerbaek
added a commit
to NielsOerbaek/twscrape
that referenced
this pull request
Jun 14, 2026
Port the fix from vladkens#313 to this fork's structure. X migrated from the webpack build to a Vite "x-web" build: - Script bundles are now linked directly in the page HTML under https://.../x-web/*.js, so get_scripts_list collects those (deduped) and falls back to the legacy webpack marker logic. - The animation-indices file moved from ondemand.s.*.js (linked directly) to sign.o-*.js, which is dynamically imported from a bundle chunk. _find_indices_url scans chunks concurrently and resolves the first sign.o reference via urljoin. INDICES_FILE_RE matches both ondemand.s and sign.o with a \b guard to avoid substring hits like design.o. parse_anim_idx keeps the legacy ondemand.s name-map fast path and threads an optional client through. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
No description provided.