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

Fix for the 7k siteURL page scrape for WetVR Scraper #1821

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

pops64
Copy link
Contributor

@pops64 pops64 commented Aug 12, 2024

Switched to a counter based method that stops when a p tag with "Latest" no longer present on the siteURL page. This is the end of valid sceneURLs. Also had to add in a method to prevent multiple firings of the OnHTML callback. This method repeats with 13 siteURL visits every time which is the current number of valid siteURLs for WetVR.

Tested with blank XBVR instance scraped 24 scene with limit scraper on and scraped 136 scenes with limit scraper off. It all appears to be functional

pops64 added 2 commits August 12, 2024 05:35
Switched to a counter based method that stops when a p tag with "Latest" no longer present on the siteURL page. This is the end of valid sceneURLs. Also had to add in a method to prevent multiple firings of the OnHTML callback. This method repeats with 13 siteURL visits every time which is the current number of valid siteURLs for WetVR
@crwxaj crwxaj merged commit 03452b8 into xbapps:master Aug 28, 2024
1 check passed
@pops64 pops64 deleted the WetVR-Fix branch August 28, 2024 21:36
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