Philip Ardery

Results 175 comments of Philip Ardery

Nice. Could be useful. Sent from a phone > On Jul 8, 2016, at 5:35 AM, Adam Ziegler [email protected] wrote: > > Received another request for this. Use case is...

Any word on this? It would be awesome to have links to folders and subfolders, which would allow users to expose organizational sets of links as they see fit.

Yeah, the main pages seem to load fine. I think it’s the sub iframe pages that don’t load. Again, 403s on prod but not on dev. Again suspect blocking. [sent...

Maybe this should be a living ticket where we update the list of new scrapers to add. If so, maybe we could rename this issue, or create a new issue...

dear lord! Is there any strategy here, or just start working from the top? I'll take care of the others in #167 first so we can close that ticket. `opinions/united_states/federal_special/ag.py`...

Correct. We do not convert/parse PDFs, and never have, as far as I know. @mlissner will know for sure. And just so you are clear, we couldn't simply not-exclude those...

fair enough regarding "Un". As for the disassembled xpath, the variable names should make it pretty clear what's going on: ``` "//a/text()[%s][%s][%s]" % ( exclude_list, include_date, include_court ) # find...

All I'm saying is that it is more productive and respectful to drop the attitude, submit a PR to change "Un" to "Unpublished", and make this issue just about the...

You asked for the url to test against via curl. It's too complicated for me to comment here. Its a big post request. See this: https://github.com/freelawproject/juriscraper/blob/master/juriscraper/opinions/united_states/state/ky.py#L74-L100