Ben Welsh

Results 292 issues of Ben Welsh

This is my attempt to give a more fulsome explanation of the input option. I am basing this on my auto-didactic research in your field. I'm hoping this can help...

![Screenshot from 2021-02-16 16-02-35](https://user-images.githubusercontent.com/9993/108137286-6fd7e500-7070-11eb-8a17-d7d48e5a3c72.png) Example [is here](https://date-fns.org/)

This would allow nesting the pages below the root when you have a lot of templates.

When an Oklahoma county lacks a dedicated daily filings page, [the scraper attempts to use the global search](https://github.com/biglocalnews/court-scraper/blob/main/court_scraper/platforms/oscn/site.py#L76-L85). ```python if self.place_id in DAILY_FILING_COUNTIES: search_obj = DailyFilings(self.place_id) else: search_obj = Search(self.place_id)...

bug

In an effort to run an Odyssey search for the first time, I create a login with the Kern County site. I added it to my config.yaml and tried to...

bug

There's a little bit of a gap in the contributing docs. Say you've got the repo installed. Say you want to write a scraper. Say you have identified a site...