-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.f2mrc.json
46 lines (46 loc) · 1.37 KB
/
sample.f2mrc.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
{
"defaults" : {
"mailto" : "mylogin@localhost",
"dryrun" : false
},
"feeds" : [
{
"typ" : "youtube",
"playlistid" : "PL3HhMTCWB-e9rMw_-beyjQMaD2BP5K9ll",
"remarks" : "the week that wasn't",
"mailtosuf" : "tv"
},
{
"typ" : "youtube",
"channelid" : "UCuB112ZHY1iygcDEHRg6P5Q",
"remarks": "So Sorry",
"mailtosuf" : "tv"
},
{
"typ" : "metarss",
"url" : "https://www.firstpost.com/rss",
"subpref" : "FP",
"feedregex" : "https://www.firstpost.com/rss/",
"subfeeds" : [
{ "txtregex" : "Health", "mailtosuf" : "health" },
{ "txtregex" : "First Cricket", "mailtosuf" : "cricket" },
{ "txtregex" : "India", "mailtosuf" : "india" },
{ "txtregex" : "Business", "mailtosuf" : "business" }
]
},
{
"typ" : "rss",
"url" : "http://feed.dilbert.com/dilbert/daily_strip",
"mailtosuf" : "comics"
},
{
"typ" : "urlgroup",
"url" : "https://www.maharashtratimes.com",
"subpref" : "MT",
"subfeeds" : [
{ "url" : "https://maharashtratimes.com/maharashtra/pune-news/articlelist/2429654.cms", "urlregex" : "/maharashtra/pune-news/.", "mailtosuf" : "pune" },
{ "url" : "https://maharashtratimes.com/maharashtra/mumbai-news/articlelist/2429656.cms", "urlregex" : "/maharashtra/mumbai-news/.", "mailtosuf" : "mumbai" }
]
}
]
}