Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7e03e96dde1cbbdbc7cc96424cd9e059 > files > 222

python-feedparser-doc-5.1.3-3.fc18.noarch.rpm

.. _reference.feed.link:

:py:attr:`feed.link`
====================

The :abbr:`URL (Uniform Resource Locator)` of the :abbr:`HTML (HyperText Markup
Language)` page associated with this feed.

For site feeds, this is probably the home page of the site.  For category
feeds, this is probably the category's archive page.  For search feeds, this is
probably the web page that displays the search results for the given search
parameters.

If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is
:ref:`resolved according to a set of rules <advanced.base>`.


.. rubric:: Comes from

* /atom03:feed/atom03:link[@rel="alternate"]/@href
* /atom10:feed/atom10:link[@rel="alternate"]/@href
* /atom10:feed/atom10:link[not(@rel)]/@href
* /rdf:RDF/rdf:channel/rdf:link
* /rss/channel/link


.. seealso::

    * :ref:`reference.feed.links`