Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 989 Bytes

reference-entry-publisher_detail.rst

File metadata and controls

42 lines (23 loc) · 989 Bytes

entries[i].publisher_detail

A dictionary with details about the entry publisher.

entries[i].publisher_detail.name

The name of this entry's publisher.

entries[i].publisher_detail.href

The :abbr:`URL (Uniform Resource Locator)` of this entry's publisher. This can be the publisher's home page, or a contact page with a webmail form.

If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is :ref:`resolved according to a set of rules <advanced.base>`.

entries[i].publisher_detail.email

The email address of this entry's publisher.

Comes from

  • /rss/item/dc:publisher
  • /rss/item/itunes:owner
  • /rdf:RDF/rdf:item/dc:publisher
.. seealso::

    * :ref:`reference.entry.publisher`