File: reference-entry-published.rst

package info (click to toggle)
feedparser 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,980 kB
  • sloc: xml: 11,438; python: 4,238; makefile: 19
file content (24 lines) | stat: -rwxr-xr-x 596 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _reference.entry.published:

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

The date this entry was first published, as a string in the same format as it
was published in the original feed.

This element is :ref:`parsed as a date <advanced.date>` and stored in
:ref:`reference.entry.published_parsed`.


.. rubric:: Comes from

* /atom10:feed/atom10:entry/atom10:published
* /atom03:feed/atom03:entry/atom03:issued
* /rss/channel/item/dcterms:issued
* /rss/channel/item/pubDate
* /rdf:RDF/rdf:item/dcterms:issued


.. seealso::

    * :ref:`reference.entry.published_parsed`