feed.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.

feed.links[i].rel¶

The relationship of this feed 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

feed.links[i].type¶

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

feed.links[i].href¶

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

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

feed.links[i].title¶

The title of this feed link.

Comes from

  • /atom03:feed/atom03:link

  • /atom10:feed/atom10:link

  • /rdf:RDF/rdf:channel/rdf:link

  • /rss/channel/link

See also

  • feed.link

feedparser

Navigation

  • Basic Features
  • Advanced Features
  • HTTP Features
  • Annotated Examples
  • Revision history
  • Reference
    • bozo
    • bozo_exception
    • encoding
    • entries
    • entries[i].author
    • entries[i].author_detail
    • entries[i].comments
    • entries[i].content
    • entries[i].contributors
    • entries[i].created
    • entries[i].created_parsed
    • entries[i].enclosures
    • entries[i].expired
    • entries[i].expired_parsed
    • entries[i].id
    • entries[i].license
    • entries[i].link
    • entries[i].links
    • entries[i].published
    • entries[i].published_parsed
    • entries[i].publisher
    • entries[i].publisher_detail
    • entries[i].source
    • entries[i].summary
    • entries[i].summary_detail
    • entries[i].tags
    • entries[i].title
    • entries[i].title_detail
    • entries[i].updated
    • entries[i].updated_parsed
    • etag
    • feed
    • feed.author
    • feed.author_detail
    • feed.cloud
    • feed.contributors
    • feed.docs
    • feed.errorreportsto
    • feed.generator
    • feed.generator_detail
    • feed.icon
    • feed.id
    • feed.image
    • feed.info
    • feed.info_detail
    • feed.language
    • feed.license
    • feed.link
    • feed.links
    • feed.logo
    • feed.published
    • feed.published_parsed
    • feed.publisher
    • feed.publisher_detail
    • feed.rights
    • feed.rights_detail
    • feed.subtitle
    • feed.subtitle_detail
    • feed.tags
    • feed.textinput
    • feed.title
    • feed.title_detail
    • feed.ttl
    • feed.updated
    • feed.updated_parsed
    • headers
    • href
    • modified
    • namespaces
    • status
    • version
  • Documentation license

Related Topics

  • Documentation overview
    • Reference
      • Previous: feed.link
      • Next: feed.logo

Quick search

©2010-2024 Kurt McKee, 2004-2008 Mark Pilgrim. | Powered by Sphinx 7.2.6 & Alabaster 0.7.16 | Page source