From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81587 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Does nnweb with Google work any more? Date: Wed, 14 Mar 2012 16:24:00 +0100 Message-ID: References: <87fwdy3lss.fsf@marauder.physik.uni-ulm.de> <87y5r8u2ad.fsf@randomsample.de> <87ty1wtwrm.fsf@randomsample.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331738680 4542 80.91.229.3 (14 Mar 2012 15:24:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Mar 2012 15:24:40 +0000 (UTC) Cc: Andreas Schwab , ding@gnus.org To: Lars Magne Ingebrigtsen Original-X-From: ding-owner+M29867@lists.math.uh.edu Wed Mar 14 16:24:37 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S7q40-0000Zw-Qd for ding-account@gmane.org; Wed, 14 Mar 2012 16:24:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1S7q3g-0004XG-Ff; Wed, 14 Mar 2012 10:24:12 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1S7q3f-0004X8-HO for ding@lists.math.uh.edu; Wed, 14 Mar 2012 10:24:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1S7q3e-0000b6-64 for ding@lists.math.uh.edu; Wed, 14 Mar 2012 10:24:11 -0500 Original-Received: from randomsample.de ([83.169.19.17]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1S7q3b-0001Co-Ok; Wed, 14 Mar 2012 16:24:08 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=I4qTdzziAbCqR+bOnS+OEKh0ifFCFix5/TtUAQoXIUk=; b=rXLYkV8YgYoGCeA+RUdmxnARcQ6nQo5QLCmFaI/OkAqtrp8Lhz5uT+wxkEeWpQ80zQs5txl8R31Dqh35i42O9MVV28mxMtUPuQhlw3EYKTQpdCC84YhWDCJ1nO/RnRfM; Original-Received: from ibookg4-c2.pc.gwdg.de ([134.76.4.219]) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1S7q3b-0005IH-9Y; Wed, 14 Mar 2012 16:24:07 +0100 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 14 Mar 2012 16:09:32 +0100") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.94 (darwin) Mail-Copies-To: never Mail-Followup-To: Lars Magne Ingebrigtsen , Andreas Schwab , ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81587 Archived-At: Lars Magne Ingebrigtsen writes: > Andreas Schwab writes: > >> You can then get the original article with >> > > Using curl on that URL just gives me: > >

Your client does not have permission to get URL /group/rec.arts.sf.written/msg/eeb018dcf3c1688e?dmode=source from this server. > > So I guess one would have to emulate the Google sign-on/cookie thing to > get this to work. No, they just don't want to be crawled. A simple "-A foobar" will make it work. Also, adding "&output=gplain" will give raw text. -David