Scraper Match Logic not handling extraneous characters well #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ideally scraper match logic should be able to handle extra details after the matched portion and process the scrape in the same way. Currently kakuyomu will fail if an extra slash is added, and I believe neither handle chapter/section posting well at all. The regex should be cleaned up and tested to handle these cases.
This could potentially just be an issue with the kakuyomu url match, an extra slash at the end bricks the kakuyomu site so remove that?