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

feat: Prepare for central MovieScrapeJob class #1539

Merged
merged 2 commits into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    2aaac95 View commit details
    Browse the repository at this point in the history
  2. feat: Prepare for central MovieScrapeJob class

    Split movie scrapers into scrape jobs.  That way we can run them in
    parallel, have better preview windows, etc.
    
    This commit does not implement them, but prepares the file structure.
    I do this to avoid future changes in the result-parsing, that may be
    accidentally reverted once this feature is implemented (due to my
    feature branch not being up to date or having merge conflicts).
    bugwelle committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bd6aa0a View commit details
    Browse the repository at this point in the history