reference-entry-expired_parsed.rst 509 B

1234567891011121314151617181920
  1. .. _reference.entry.expired_parsed:
  2. :py:attr:`entries[i].expired_parsed`
  3. ====================================
  4. The date this entry is set to expire, as a standard :program:`Python` 9-tuple.
  5. This element is rare. It only existed in :abbr:`RSS (Rich Site Summary)` 0.93,
  6. and it was never widely implemented by publishers. Most clients ignore it in
  7. favor of user-defined expiration algorithms.
  8. .. rubric:: Comes from
  9. * /rss/channel/item/expirationDate
  10. .. seealso::
  11. * :ref:`reference.entry.expired`