2020-03-18 16:20:42 +01:00
|
|
|
[rss-rdf]
|
|
|
|
mode = xml
|
|
|
|
|
|
|
|
timeformat = %a, %d %b %Y %H:%M:%S %Z
|
|
|
|
|
|
|
|
base = <?xml version="1.0"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/"></rdf:RDF>
|
|
|
|
|
|
|
|
title = /rdf:RDF/rssfake:channel/rssfake:title
|
|
|
|
desc = /rdf:RDF/rssfake:channel/rssfake:description
|
|
|
|
items = /rdf:RDF/rssfake:channel/rssfake:item
|
|
|
|
|
|
|
|
item_title = rssfake:title
|
|
|
|
item_link = rssfake:link
|
|
|
|
item_desc = rssfake:description
|
|
|
|
item_content = content:encoded
|
|
|
|
item_time = rssfake:pubDate
|
|
|
|
|
|
|
|
|
|
|
|
[rss-channel]
|
|
|
|
mode = xml
|
|
|
|
|
|
|
|
timeformat = %a, %d %b %Y %H:%M:%S %Z
|
|
|
|
|
|
|
|
base = <?xml version="1.0"?><rss version="2.0"></rss>
|
|
|
|
|
|
|
|
title = /rss/channel/title
|
|
|
|
desc = /rss/channel/description
|
|
|
|
items = /rss/channel/item
|
|
|
|
|
|
|
|
item_title = title
|
|
|
|
item_link = link
|
|
|
|
item_desc = description
|
|
|
|
item_content = content:encoded
|
|
|
|
item_time = pubDate
|
|
|
|
|
|
|
|
|
|
|
|
[rss-atom]
|
|
|
|
mode = xml
|
|
|
|
|
|
|
|
timeformat = %Y-%m-%dT%H:%M:%SZ
|
|
|
|
|
|
|
|
base = <?xml version="1.0"?><feed xmlns="http://www.w3.org/2005/Atom"></feed>
|
|
|
|
|
|
|
|
title = /atom:feed/atom:title
|
|
|
|
desc = /atom:feed/atom:subtitle
|
|
|
|
items = /atom:feed/atom:entry
|
|
|
|
|
|
|
|
item_title = atom:title
|
|
|
|
item_link = atom:link/@href
|
|
|
|
item_desc = atom:summary
|
|
|
|
item_content = atom:content
|
|
|
|
item_time = atom:published
|
|
|
|
item_updated = atom:updated
|
|
|
|
|
|
|
|
[rss-atom03]
|
|
|
|
mode = xml
|
|
|
|
|
|
|
|
timeformat = %Y-%m-%dT%H:%M:%SZ
|
|
|
|
|
|
|
|
base = <?xml version="1.0"?><feed version="0.3" xmlns="http://purl.org/atom/ns#"></feed>
|
|
|
|
title = /atom03:feed/atom03:title
|
|
|
|
desc = /atom03:feed/atom03:subtitle
|
|
|
|
items = /atom03:feed/atom03:entry
|
2018-11-09 21:53:19 +01:00
|
|
|
|
2020-03-18 16:20:42 +01:00
|
|
|
item_title = atom03:title
|
|
|
|
item_link = atom03:link/@href
|
|
|
|
item_desc = atom03:summary
|
|
|
|
item_content = atom03:content
|
|
|
|
item_time = atom03:published
|
|
|
|
item_updated = atom03:updated
|
2018-11-09 21:53:19 +01:00
|
|
|
|
2020-03-17 14:02:01 +01:00
|
|
|
[json]
|
|
|
|
mode = json
|
|
|
|
|
|
|
|
mimetype = application/json
|
2020-03-19 11:35:02 +01:00
|
|
|
timeformat = %Y-%m-%dT%H:%M:%SZ
|
2020-03-17 14:02:01 +01:00
|
|
|
base = {}
|
|
|
|
|
|
|
|
title = title
|
|
|
|
desc = desc
|
|
|
|
items = items.[]
|
|
|
|
|
|
|
|
item_title = title
|
|
|
|
item_link = url
|
|
|
|
item_desc = desc
|
|
|
|
item_content = content
|
|
|
|
item_time = time
|
|
|
|
item_updated = updated
|
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
[html]
|
|
|
|
mode = html
|
|
|
|
|
2020-04-12 13:00:56 +02:00
|
|
|
path =
|
|
|
|
http://localhost/
|
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
title = //div[@id='header']/h1
|
2020-04-15 22:30:45 +02:00
|
|
|
desc = //div[@id='header']/p
|
2020-03-18 16:52:28 +01:00
|
|
|
items = //div[@id='content']/div
|
|
|
|
|
|
|
|
item_title = ./a
|
|
|
|
item_link = ./a/@href
|
|
|
|
item_desc = ./div[class=desc]
|
|
|
|
item_content = ./div[class=content]
|
|
|
|
|
2020-04-19 12:54:02 +02:00
|
|
|
base = file:sheet.xsl
|
2020-03-18 16:52:28 +01:00
|
|
|
|
2013-09-25 12:37:14 +02:00
|
|
|
[twitter]
|
2020-03-18 16:52:28 +01:00
|
|
|
mode = html
|
|
|
|
|
2014-06-22 02:14:11 +02:00
|
|
|
path =
|
|
|
|
http://twitter.com/*
|
|
|
|
https://twitter.com/*
|
|
|
|
http://www.twitter.com/*
|
|
|
|
https://www.twitter.com/*
|
2013-09-25 12:37:14 +02:00
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
title = //head/title
|
2018-09-30 21:54:10 +02:00
|
|
|
items = //table[class=tweet]|//div[class=tweet]
|
2013-09-25 12:37:14 +02:00
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
item_title = .//div[class=username]
|
2018-09-30 21:54:10 +02:00
|
|
|
item_link = ./@href
|
2020-03-18 16:52:28 +01:00
|
|
|
item_desc = .//div[class=tweet-text]/div
|
2013-10-01 20:19:17 +02:00
|
|
|
|
|
|
|
[google]
|
2020-03-18 16:52:28 +01:00
|
|
|
mode = html
|
|
|
|
|
2014-06-22 02:14:11 +02:00
|
|
|
path =
|
|
|
|
http://google.com/search?q=*
|
|
|
|
http://www.google.com/search?q=*
|
2013-10-01 20:19:17 +02:00
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
title = //head/title
|
2014-06-22 02:14:11 +02:00
|
|
|
items = //li[class=g]
|
2013-10-01 20:19:17 +02:00
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
item_title = .//h3
|
2014-06-22 02:14:11 +02:00
|
|
|
item_link = .//a/@href
|
2020-03-18 16:52:28 +01:00
|
|
|
item_desc = .//span[class=st]
|
2013-10-21 21:29:23 +02:00
|
|
|
|
2013-11-11 00:33:43 +01:00
|
|
|
[ddg.gg]
|
2020-03-18 16:52:28 +01:00
|
|
|
mode = html
|
|
|
|
|
2014-06-22 02:14:11 +02:00
|
|
|
path =
|
2014-06-22 19:53:53 +02:00
|
|
|
http://duckduckgo.com/html/?q=*
|
|
|
|
https://duckduckgo.com/html/?q=*
|
2013-11-11 00:33:43 +01:00
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
title = //head/title
|
2014-06-22 02:14:11 +02:00
|
|
|
items = //div[class=results_links][not(contains(@class,'sponsored'))]
|
2013-11-11 00:33:43 +01:00
|
|
|
|
2020-03-18 16:52:28 +01:00
|
|
|
item_title = .//a[class=result__a]
|
2018-09-30 21:54:10 +02:00
|
|
|
item_link = .//a[class=result__a]/@href
|
2020-03-18 16:52:28 +01:00
|
|
|
item_desc = .//a[class=result__snippet]
|