-
Notifications
You must be signed in to change notification settings - Fork 0
/
feeds.json
71 lines (70 loc) · 1.85 KB
/
feeds.json
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
[
{
"name": "aintthatswell",
"rssmaker": {
"argument_items_section": "section",
"argument_item": ".audible",
"argument_item_title": "a",
"argument_item_description": ""
},
"rssfeed": {
"title": "aintthatswell on soundcloud",
"site_url": "https://soundcloud.com/aintthatswell"
}
},
{
"name": "occ-cast",
"rssmaker": {
"argument_items_section": "section",
"argument_item": ".audible",
"argument_item_title": "a",
"argument_item_description": ""
},
"rssfeed": {
"title": "occ-cast on soundcloud",
"site_url": "https://soundcloud.com/occ-cast"
}
},
{
"name": "beachgrit",
"rssmaker": {
"argument_items_section": "#ajax-filtered-section",
"argument_item": "article",
"argument_item_title": "h3",
"argument_item_descrption": "p"
},
"rssfeed": {
"title": "Beachgrit unofficial feed",
"site_url": "http://www.beachgrit.com",
"image_url": "http://beachgrit.com/wp-content/uploads/2015/06/favicon.png"
}
},
{
"name": "AlanRouraBreves",
"rssmaker": {
"argument_items_section": ".blog",
"argument_item": "article",
"argument_item_title": "h2",
"argument_item_descrption": ".art-article"
},
"rssfeed": {
"title": "Alan Roura - brèves",
"site_url": "http://alanroura.com/index.php/les-actualites/breves",
"image_url": ""
}
},
{
"name": "AlanRouraArticles",
"rssmaker": {
"argument_items_section": ".blog",
"argument_item": ".art-post",
"argument_item_title": "h2",
"argument_item_descrption": ".s1"
},
"rssfeed": {
"title": "Alan Roura - articles",
"site_url": "http://alanroura.com/index.php/les-actualites/articles1",
"image_url": ""
}
}
]