~rmescandon/unity-scope-abc/trunk

« back to all changes in this revision

Viewing changes to tests/unit/cnet/feeds.json

  • Committer: Roberto Mier Escandón
  • Date: 2015-08-18 15:24:19 UTC
  • Revision ID: rmescandon@gmail.com-20150818152419-0c52nno2p4dxz7qw
initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
    {
 
3
        "label": "All",
 
4
        "id": "http://127.0.0.1:9999/cnet/rss/all/index.xml"
 
5
    },
 
6
    {
 
7
            "label": "News",
 
8
            "id": "http://127.0.0.1:9999/cnet/rss/news/"
 
9
    },
 
10
    {
 
11
        "label": "Reviews",
 
12
        "id": "http://127.0.0.1:9999/cnet/rss/reviews/"
 
13
    },
 
14
    {
 
15
            "label": "Video",
 
16
            "id": "http://127.0.0.1:9999/cnet/rss/video/"
 
17
    },
 
18
    {
 
19
        "label": "How To",
 
20
        "id": "http://127.0.0.1:9999/cnet/rss/how-to/"
 
21
    },
 
22
    {
 
23
            "label": "Deals",
 
24
            "id": "http://127.0.0.1:9999/cnet/rss/deals/"
 
25
    },
 
26
    {
 
27
            "label": "Crave",
 
28
            "id": "http://127.0.0.1:9999/cnet/rss/crave/"
 
29
    },
 
30
    {
 
31
        "label": "Car Tech",
 
32
        "id": "http://127.0.0.1:9999/cnet/rss/car-tech/"
 
33
    },
 
34
    {
 
35
            "label": "Android Update",
 
36
            "id": "http://127.0.0.1:9999/cnet/rss/android-update/"
 
37
    },
 
38
    {
 
39
        "label": "Gaming",
 
40
        "id": "http://127.0.0.1:9999/cnet/rss/gaming/"
 
41
    },
 
42
    {
 
43
            "label": "Cheapskate",
 
44
        "id": "http://127.0.0.1:9999/cnet/rss/cheapskate/"
 
45
    },
 
46
    {
 
47
            "label": "Podcasts",
 
48
        "id": "http://127.0.0.1:9999/cnet/rss/cnet-podcasts/"
 
49
    }
 
50
]