stash/pkg/scraper
WithoutPants 88eb46380c
Refactor scraper package (#6495)
* Remove reflection from mapped value processing
* AI generated unit tests
* Move mappedConfig to separate file
* Rename group to configScraper
* Separate mapped post-processing code into separate file
* Update test after group rename
* Check map entry when returning scraper
* Refactor config into definition
* Support single string for string slice translation
* Rename config.go to definition.go
* Rename configScraper to definedScraper
* Rename config_scraper.go to defined_scraper.go
2026-02-04 11:07:51 +11:00
..
action.go
autotag.go
cache.go
cookies.go
country.go
defined_scraper.go
definition.go
freeones.go
graphql.go
image.go
json.go
json_test.go
mapped.go
mapped_config.go
mapped_postprocessing.go
mapped_result.go
mapped_result_test.go
mapped_test.go
movie.go
performer.go
postprocessing.go
query_url.go
scraper.go
script.go
stash.go
tag.go
url.go
xpath.go
xpath_test.go