Looks like itk has been changed. Now I can no longer scrape the wiki. HELP!
On Tue, May 5, 2015 at 11:07 AM, David E DeMarle
wrote:
> So Bill trying to close the loop on this.
>
> We should now use.
> site = mwclient.Site('www.(project).org', '/Wiki/')
> page = site.Pages['PROJECT/Examples]
>
>
Matt,
The change to https is what is causing the problem. I can modify my call from
site = mwclient.Site(('itk.org', '/Wiki/')
to
site = mwclient.Site(('https','itk.org'), '/Wiki/')
Thanks,
Bill
On Thu, May 5, 2016 at 11:11 AM, Matt McCormick
wrote:
> Hi Bill,
>
> itk.org/ was recently changed
Hi Bill,
itk.org/ was recently changed to use HTTPS -- does making that change
to your configuration help?
Thanks,
Matt
On Thu, May 5, 2016 at 11:00 AM, Bill Lorensen wrote:
> Looks like itk has been changed. Now I can no longer scrape the wiki. HELP!
>
>
> On Tue, May 5, 2015 at 11:07 AM, Davi