Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: David <de_bb@arcor.de>
To: info-gnus-english@gnu.org
Subject: Re: rss is failing with some feeds
Date: Mon, 16 Jun 2008 01:26:44 +0200	[thread overview]
Message-ID: <kzskvez3d7.fsf@kafka.physik3.gwdg.de> (raw)
In-Reply-To: <u3anescrm.fsf@gmail.com>

rahed <raherh@gmail.com> writes:
> I cannot fetch some rss feeds. For instance I get:
>
> nnrss: Failed to fetch http://planet.perl.org/rss20.xml
> XML-RPC is not available... not checking Syndic8.
> gnus-group-make-rss-group: No feeds found for http://planet.perl.org/rss20.xml
>
> I set mm-url-use-external to t and have mm-url-program to wget.
> The same when mm-url-use-external is nil.

It doesn't work because this is actually a Feedburner feed, which is
giving you Atom instead of RSS. The URL might tell you something
different, but whoever set up this feed obviously chose to use
Feedburner's "SmartFeed (TM)", which again uses a terribly intelligent
mechanism to determine if your reader supports Atom or not. You see how
well this works.

Try using

(setq mm-url-use-external t)
(setq mm-url-program "lynx")
(setq mm-url-arguments '("-source" "-useragent" "Drupal"))

-David

  reply	other threads:[~2008-06-15 23:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-15 19:45 rahed
2008-06-15 23:26 ` David [this message]
     [not found] ` <mailman.13362.1213572429.18990.info-gnus-english@gnu.org>
2008-06-16  7:22   ` rahed
2008-06-16 14:26     ` David
     [not found]     ` <mailman.13395.1213626413.18990.info-gnus-english@gnu.org>
2008-06-17  7:39       ` rahed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=kzskvez3d7.fsf@kafka.physik3.gwdg.de \
    --to=de_bb@arcor.de \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).