Navigation

  • index
  • next |
  • previous |
  • feedparser 5.2.0 documentation »
  • Reference »

entries[i].links¶

A list of dictionaries with details on the links associated with the feed. Each link has a rel (relationship), type (content type), and href (the URL that the link points to). Some links may also have a title.

entries[i].links[j].rel¶

The relationship of this entry link.

Atom 1.0 defines five standard link relationships and describes the process for registering others. Here are the five standard rel values:

  • alternate
  • enclosure
  • related
  • self
  • via

entries[i].links[j].type¶

The content type of the page that this entry link points to.

entries[i].links[j].href¶

The URL of the page that this entry link points to.

If this is a relative URI, it is resolved according to a set of rules.

entries[i].links[j].title¶

The title of this entry link.

Comes from

  • /atom03:feed/atom03:entry/atom03:link
  • /atom10:feed/atom10:entry/atom10:link
  • /rdf:RDF/rdf:item/rdf:link
  • /rss/channel/item/link

See also

  • entries[i].link

Table Of Contents

  • entries[i].links
    • entries[i].links[j].rel
    • entries[i].links[j].type
    • entries[i].links[j].href
    • entries[i].links[j].title

Previous topic

entries[i].link

Next topic

entries[i].published

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • next |
  • previous |
  • feedparser 5.2.0 documentation »
  • Reference »
© Copyright 2004-2008 Mark Pilgrim, 2010-2015 Kurt McKee. Created using Sphinx 1.3.1.