scribe/src/classes
Edward Loveall fb51270f87
Fix article ID parsing bug
Since the article ID regular expression wasn't anchored to the end of
the URL, it would grab characters after a / or - that were hex
characters. For example /@user/bacon-123abc would just grab `bac`. Not
great.

This anchors the ID at the end of the string so that it will be more
likely to catch IDs.
2022-02-13 21:07:50 -05:00
..
article_id_parser.cr Fix article ID parsing bug 2022-02-13 21:07:50 -05:00
embedded_converter.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
gist_scanner.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
gist_store.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
markup_converter.cr Fix markup errors caused by UTF-16/8 differences 2022-01-30 11:53:22 -05:00
page_converter.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
paragraph_converter.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
rate_limited_gist_store.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00