summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/feeds.json
blob: b1696a9eb986c94e8f11eb3fab183be8559e6844 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
    "first folder": [
        {
            "title": "first feed",
            "folderName": "first folder",
            "url": "http://google.de",
            "deletedAt": 0,
            "location": "http://feed.com/rss",
            "faviconLink": "Http://feed.com/favicon.ico",
            "added": 3000,
            "link": "http://feed.com/rss",
            "preventUpdate": false,
            "articlesPerUpdate": 1,
            "lastModified": "",
            "etag": ""
        },
        {
            "title": "second feed",
            "folderName": "first folder",
            "url": "http://golem.de",
            "deletedAt": 0,
            "location": "http://feed.com/rss",
            "faviconLink": "Http://feed.com/favicon.ico",
            "added": 3000,
            "link": "http://feed.com/rss",
            "preventUpdate": false,
            "articlesPerUpdate": 40,
            "lastModified": "",
            "etag": ""
        }
    ],
    "second folder": [
        {
            "title": "third feed",
            "url": "http://heise.de",
            "deletedAt": 0,
            "location": "http://feed.com/rss",
            "faviconLink": "Http://feed.com/favicon.ico",
            "added": 3000,
            "link": "http://feed.com/rss",
            "preventUpdate": false,
            "articlesPerUpdate": 40,
            "lastModified": "",
            "etag": ""
        },
        {
            "title": "sixth feed",
            "url": "http://gremlins.de",
            "deletedAt": 999999999,
            "location": "http://feed.com/rss",
            "faviconLink": "Http://feed.com/favicon.ico",
            "added": 3000,
            "link": "http://feed.com/rss",
            "preventUpdate": false,
            "articlesPerUpdate": 40,
            "lastModified": "",
            "etag": ""
        }
    ],
    "no folder": [{
            "title": "fourth feed",
            "url": "http://blog.fefe.de",
            "deletedAt": 0,
            "location": "http://feed.com/rss",
            "faviconLink": "Http://feed.com/favicon.ico",
            "added": 3000,
            "link": "http://feed.com/rss",
            "preventUpdate": false,
            "articlesPerUpdate": 40,
            "lastModified": "",
            "etag": ""
        }
    ],
    "third folder": [{
            "title": "fifth feed",
            "url": "http://prolinux.de",
            "deletedAt": 0,
            "location": "http://feed.com/rss",
            "faviconLink": "Http://feed.com/favicon.ico",
            "added": 3000,
            "link": "http://feed.com/rss",
            "preventUpdate": false,
            "articlesPerUpdate": 40,
            "lastModified": "",
            "etag": ""
        }
    ]
}