jimrustle

Results 1 comments of jimrustle

It appears that the regex for `the_indicator` in `parse_page_for_pastes` is not longer working. I have a hacky solution for it here, skipping over the archive links. ```python def parse_page_for_pastes(raw_html): """...