Skip to content
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

Fixed search failure due to unexpected parser state #300

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Sep 12, 2024

  1. Fixed search failure due to unexpected parser state

    In many plugins the parser's state wasn't reset between pages.
    
    This meant that if a page ended in a weird state (truncated or temporary error or unexpected html), all following pages would fail to find results.
    
    torrentproject noticed the issue and overrode feed() to reset some of its state between pages.
    
    But creating a new parser for each page is simpler. I have updated all plugins with this issue.
    ducalex committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    360bb86 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    1485afd View commit details
    Browse the repository at this point in the history