feedparser
  • Basic Features
  • Advanced Features
  • HTTP Features
  • Annotated Examples
  • Changelog
  • 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
feedparser
  • Reference
  • feed.link
  • View page source

feed.link

The URL of the HTML 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 URI, it is resolved according to a set of rules.

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

See also

  • feed.links

Previous Next

© Copyright 2010-2025 Kurt McKee, 2004-2008 Mark Pilgrim.

Built with Sphinx using a theme provided by Read the Docs.