heraldsun.json
1.55 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"feed": {
"items": [
{
"title": "The First Item",
"link": "http://www.oreilly.com/example/001.html",
"enclosure": {
"url": "http://www.oreilly.com/001.mp3",
"length": "54321",
"type": "audio/mpeg"
},
"content": "This is the first item.",
"contentSnippet": "This is the first item.",
"categories": [
{
"_": "Business/Industries/Publishing/Publishers/Nonfiction/",
"$": {
"domain": "http://www.dmoz.org"
}
}
]
},
{
"title": "The Second Item",
"link": "http://www.oreilly.com/example/002.html",
"enclosure": {
"url": "http://www.oreilly.com/002.mp3",
"length": "54321",
"type": "audio/mpeg"
},
"content": "This is the second item.",
"contentSnippet": "This is the second item.",
"categories": [
{
"_": "Business/Industries/Publishing/Publishers/Nonfiction/",
"$": {
"domain": "http://www.dmoz.org"
}
}
]
}
],
"title": "RSS0.92 Example",
"description": "This is an example RSS0.91 feed",
"pubDate": "03 Apr 02 1500 GMT",
"webMaster": "webmaster@oreilly.com",
"managingEditor": "editor@oreilly.com",
"link": "http://www.oreilly.com/example/index.html",
"language": "en-gb",
"copyright": "Copyright 2002, Oreilly and Associates.",
"lastBuildDate": "03 Apr 02 1500 GMT",
"rating": "5"
}
}