File: reference-entry-expired_parsed.rst

package info (click to toggle)
feedparser 6.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,540 kB
  • sloc: xml: 11,459; python: 4,575; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _reference.entry.expired_parsed:

:py:attr:`entries[i].expired_parsed`
====================================

The date this entry is set to expire, as a standard :program:`Python` 9-tuple.

This element is rare.  It only existed in :abbr:`RSS (Rich Site Summary)` 0.93,
and it was never widely implemented by publishers.  Most clients ignore it in
favor of user-defined expiration algorithms.


.. rubric:: Comes from

* /rss/channel/item/expirationDate


.. seealso::

    * :ref:`reference.entry.expired`