stash/pkg/scraper
WithoutPants db7d45792e
Refactor stashbox package (#5699)
* Move stashbox package under pkg
* Remove StashBox from method names
* Add fingerprint conversion methods to Fingerprint

Refactor Fingerprints methods

* Make FindSceneByFingerprints accept fingerprints not scene ids
* Refactor SubmitSceneDraft to not require readers
* Have SubmitFingerprints accept scenes

Remove SceneReader dependency

* Move ScrapedScene to models package
* Move ScrapedImage into models package
* Move ScrapedGallery into models package
* Move Scene relationship matching out of stashbox package

This is now expected to be done in the client code

* Remove TagFinder dependency from stashbox.Client
* Make stashbox scene find full hierarchy of studios
* Move studio resolution into separate method
* Move studio matching out of stashbox package

This is now client code responsibility

* Move performer matching out of FindPerformerByID and FindPerformerByName
* Refactor performer querying logic and remove unused stashbox models

Renames FindStashBoxPerformersByPerformerNames to QueryPerformers and accepts names instead of performer ids

* Refactor SubmitPerformerDraft to not load relationships

This will be the responsibility of the calling code

* Remove repository references
2025-03-25 10:30:51 +11:00
..
action.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
autotag.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
cache.go Use tag exclusions when identifying scenes (#5686) 2025-02-27 09:07:02 +11:00
config.go Fix code comment in config.go --skip-ci (#5691) 2025-03-01 16:40:25 +11:00
cookies.go Update a number of dependencies (incl. CVE fixes) (#4107) 2023-10-26 16:24:32 +11:00
country.go Change performer country value to be ISO code (#1922) 2022-10-28 16:37:57 +11:00
freeones.go Update builtin freeones scraper (#5171) 2024-08-28 09:00:14 +10:00
graphql.go Fix stash scraper errors and add apikey field (#5474) 2024-11-13 10:14:55 +11:00
group.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
image.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
json.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
json_test.go Fix identify and script scraper bugs (#2375) 2022-03-15 09:42:22 +11:00
mapped.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
mapped_test.go Add unix timestamp parsing to scrapers parseDate (#2817) 2022-09-30 15:35:56 +10:00
movie.go Movie URLs (#4900) 2024-06-11 13:08:49 +10:00
performer.go Performer urls (#4958) 2024-06-18 13:41:05 +10:00
postprocessing.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
query_url.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
scraper.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
script.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
stash.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
tag.go Use tag exclusions when identifying scenes (#5686) 2025-02-27 09:07:02 +11:00
url.go Allow use of Proxy (#3284) 2023-02-07 09:46:18 +11:00
xpath.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
xpath_test.go Fix scraping multiple URLs (#5677) 2025-02-26 08:03:08 +11:00