[RFC] Scraper queryURLReplace

One of the more complicated parts of scrapers are the regex replacements for byFragment searches

My opinion is that it should match the title/ filename generated by the site or yt-dl(p) by extracting the consistent ID

[SLR] optional res in regex · stashapp/CommunityScrapers@d488652 · GitHub is an example of this for matching filenames downloaded from the site

However, there are also scrapers written by AI that try to overaccomplish this and match any possible format Hentai update by Lc4B · Pull Request #2396 · stashapp/CommunityScrapers · GitHub and normalize it into a consumable format, no matter what the text is

My personal stance is that this is wasteful and needlessly confusing and would do much better in SceneByName where fuzzy search on the site end should take over, lest we populate all our scrapers with all iterations of all files

Would appreciate other opinions