Sheer update - #2743
Open
robbydurano wants to merge 3 commits into
Open
Conversation
Contributor
|
Stash has a built-in relative date parser as well as goja. What can't be done in yml? |
Contributor
Author
|
i bet the date could be done in yml, but i mostly redid it to get all the tags |
Maista6969
force-pushed
the
master
branch
2 times, most recently
from
July 9, 2026 18:16
acb310b to
cd51adb
Compare
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.
This completely redoes the Sheer scraper. The old one doesn't process dates properly. Sometimes you get a scene that was posted 1 hour/s ago, and you'd have to manually fix it in stash. Or you get a date that was March 31 and the current year was hardcoded, and you still have to manually update in stash. This update fixes all that.
Additionally, the old scraper did not scrape all tags. One test scene I ran extracted 14 tags originally, but updated scraper now gets 33 tags.
Old scraper would also miss image extraction constantly.