reference-href.rst 446 B

12345678910111213
  1. :py:attr:`href`
  2. ===============
  3. The final :abbr:`URL (Uniform Resource Locator)` of the feed that was parsed.
  4. If the feed was redirected from the original requested address, :py:attr:`href`
  5. will contain the final (redirected) address.
  6. .. tip::
  7. :py:attr:`href` will only be present if the feed was retrieved from a web
  8. server. If the feed was parsed from a local file or from a string in memory,
  9. :py:attr:`href` will not be present.