mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
e95d061460
* Initial plan * Fix domain matching and NoneType error in submit.py - Use regex with domain boundary matching instead of substring matching to prevent x.com from matching 500px.com, mix.com, etc. - Handle None old_site gracefully when user enters a site name not in the matched list, fixing AttributeError crash. - Add tests for both fixes. Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/7eabc755-47fd-4b80-a38c-9d6c056c2ce9 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>