Conversation
…ncremental download - Fixed login flow (cookie consent, Sign In button, email code) - Fixed library page scraping (data table rows, wheel scroll) - Added incremental download (click row -> capture API response -> save) - Added rate limit handling and retry logic - Added done.json tracking for resume support - Removed chmod postinstall (Windows compat) - Increased timeouts to 90s for slow responses - Handles /computer/tasks/ URLs gracefully (skip) - 1057 conversations tested successfully (854 new + 202 skipped)
- Download conversations in new tab (library page stays open, scroll preserved) - Support /computer/tasks/ URLs alongside /search/ URLs - Progress shown in single overwriting line (no log spam) - Downloads print on new line for visibility in history - Fix render crash when entries/blocks/rows are undefined - Fix render crash when query_str is null - Skip already-done rows without navigating (just pushState intercept) - Increased protocolTimeout to 120s
…er path - Useful for WSL where system Chrome is on the Windows filesystem - Updated README with setup steps, examples, and troubleshooting
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.
Summary
This PR updates perplexport to work with the current Perplexity.ai interface (as of August 2026).
Changes
Login flow
Library scraping
Download approach
Additional improvements
Tested