Is your feature request related to a problem? Please describe.
It is very easy to accidentally submit localized links (language.example.com) to StashDB. See https://stashdb.org/edits/019f58c7-8914-77ad-86b6-0beec41cda65 for example.
Describe the solution you'd like
Known patterns could be adjusted automatically
lang1.example.com -> www.example.com
More complex localized links can be resolved by scraping/fetching the link automatically
lang1.example.com/slug-in-non-en-language/
=> Fetch www.example.com/slug-in-non-en-language/
=> Forwards automatically to www.example.com/english-slug/
Describe alternatives you've considered
Complex links that are clearly localized could throw a warning.
Is your feature request related to a problem? Please describe.
It is very easy to accidentally submit localized links (language.example.com) to StashDB. See https://stashdb.org/edits/019f58c7-8914-77ad-86b6-0beec41cda65 for example.
Describe the solution you'd like
Known patterns could be adjusted automatically
lang1.example.com -> www.example.com
More complex localized links can be resolved by scraping/fetching the link automatically
lang1.example.com/slug-in-non-en-language/=> Fetch
www.example.com/slug-in-non-en-language/=> Forwards automatically to www.example.com/english-slug/
Describe alternatives you've considered
Complex links that are clearly localized could throw a warning.