stash/pkg/scraper
WithoutPants f69bd8a94f
Restructure go project (#2356)
* Move main to cmd
* Move api to internal
* Move logger and manager to internal
* Move shell hiding code to separate package
* Decouple job from desktop and utils
* Decouple session from config
* Move static into internal
* Decouple config from dlna
* Move desktop to internal
* Move dlna to internal
* Decouple remaining packages from config
* Move config into internal
* Move jsonschema and paths to models
* Make ffmpeg functions private
* Move file utility methods into fsutil package
* Move symwalk into fsutil
* Move single-use util functions into client package
* Move slice functions to separate packages
* Add env var to suppress windowsgui arg
* Move hash functions into separate package
* Move identify to internal
* Move autotag to internal
* Touch UI when generating backend
2022-03-17 11:33:59 +11:00
..
stashbox Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
action.go Scraper refactor middle (#2043) 2021-11-26 11:20:06 +11:00
autotag.go Autotag optimisation (#2368) 2022-03-09 12:01:56 +11:00
cache.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
config.go Refactor scraper top half (#1893) 2021-11-19 10:55:34 +11:00
cookies.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
freeones.go Refactor scraper top half (#1893) 2021-11-19 10:55:34 +11:00
group.go Scraper refactor middle (#2043) 2021-11-26 11:20:06 +11:00
image.go Fix setting images (#2068) 2021-11-29 14:54:01 +11:00
json.go Fix identify and script scraper bugs (#2375) 2022-03-15 09:42:22 +11:00
json_test.go Fix identify and script scraper bugs (#2375) 2022-03-15 09:42:22 +11:00
mapped.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
mapped_test.go Scraper refactor middle (#2043) 2021-11-26 11:20:06 +11:00
postprocessing.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
query_url.go Enable gocritic (#1848) 2021-10-18 14:12:40 +11:00
scraper.go Skip cleaning for search by name scrape queries (#2059) 2021-12-16 11:18:39 +11:00
script.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
stash.go Scraper refactor middle (#2043) 2021-11-26 11:20:06 +11:00
url.go Resolve hostname for chromium RDP requests (#2174) 2022-01-04 15:47:39 +11:00
xpath.go Skip cleaning for search by name scrape queries (#2059) 2021-12-16 11:18:39 +11:00
xpath_test.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00