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

Scrape Wayback Machine instead of J-Archive (w/ fallback) #10

Merged
merged 16 commits into from
May 26, 2023
Merged

Scrape Wayback Machine instead of J-Archive (w/ fallback) #10

merged 16 commits into from
May 26, 2023

Conversation

benf2004
Copy link
Contributor

@benf2004 benf2004 commented Jan 7, 2023

See #9.

This is a really simple implementation and works quite well. Right now, it will still fall back on scraping J-Archive directly when the game is not saved in the Wayback. It is only 1-5 seconds slower in my experience.

Avoid (in most cases) scraping JArchive directly by scraping the wayback machine instead
@benf2004
Copy link
Contributor Author

benf2004 commented Jan 7, 2023

Whoops, didn't mean to throw in an old spec file.

@stuartthomas25
Copy link
Owner

Seems like these changes have been incorporated in the recent pull request #17, is this correct? If so is this safe to close?

@benf2004
Copy link
Contributor Author

benf2004 commented May 3, 2023

I accidentally stuck part of it in #17 but not the whole thing. It still needs to be merged if you like this functionality.

dependabot bot and others added 10 commits May 23, 2023 05:49
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.2.0...v6.3.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…31.0

Bump requests from 2.28.1 to 2.31.0
@stuartthomas25 stuartthomas25 merged commit 333916e into stuartthomas25:master May 26, 2023
stuartthomas25 added a commit that referenced this pull request May 26, 2023
Scrape Wayback Machine instead of J-Archive (w/ fallback)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants