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
|
{
'type': 'html',
'subtype': 'rsvp',
'mimetype': 'application/xhtml+xml',
'url': 'http://example.org/foo.htm',
'domain': 'example.org',
'source': [
'http://example.org/linkfarm.htm'
],
'sourcetitle': [
'Click here',
'Something about bar',
],
'language': 'en',
'author': {
'name': 'Alice Example',
'url': 'http://example.org/alice.htm',
},
'title': 'Sample HTML page',
'h1': [
'Headline 1',
'Another headline 1'
],
'h2': [
'Subheadline'
],
'h3': [
'Subsub',
'Another Subsub'
],
'h4': [],
'h5': [],
'h6': [],
'text': [
'HTML converted to plain text',
'Another paragraph in the text'
],
'tags': ['example', 'test', 'documentation'],
'crdate': '2016-01-30T12:23:42+01:00',
'modate': '2016-01-30T12:23:42+01:00',
}
|