File: reference-entry-publisher_detail.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 (42 lines) | stat: -rw-r--r-- 1,017 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. _reference.entry.publisher_detail:

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

A dictionary with details about the entry publisher.


:py:attr:`entries[i].publisher_detail.name`
-------------------------------------------

The name of this entry's publisher.


.. _reference.entry.publisher_detail.href:

:py:attr:`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>`.


:py:attr:`entries[i].publisher_detail.email`
--------------------------------------------

The email address of this entry's publisher.


.. rubric:: Comes from

* /rss/item/dc:publisher
* /rss/item/itunes:owner
* /rdf:RDF/rdf:item/dc:publisher


.. seealso::

    * :ref:`reference.entry.publisher`