| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 | 
							- [wikipedia]
 - engine = mediawiki
 - url    = https://en.wikipedia.org/
 - number_of_results = 1
 - 
 - [bing]
 - engine = bing
 - locale = en-US
 - 
 - [currency]
 - engine=currency_convert
 - categories = general
 - 
 - [deviantart]
 - engine = deviantart
 - categories = images
 - 
 - [ddg definitions]
 - engine = duckduckgo_definitions
 - 
 - [duckduckgo]
 - engine = duckduckgo
 - locale = en-us
 - 
 - [flickr]
 - engine = flickr
 - categories = images
 - 
 - [github]
 - engine = github
 - categories = it
 - 
 - [google]
 - engine        = json_engine
 - search_url    = https://ajax.googleapis.com/ajax/services/search/web?v=2.0&start=0&rsz=large&safe=off&filter=off&q={query}
 - categories    = general
 - url_query     = /responseData/results/unescapedUrl
 - content_query = /responseData/results/content
 - title_query   = /responseData/results/titleNoFormatting
 - 
 - [google images]
 - engine = google_images
 - categories = images
 - 
 - [piratebay]
 - engine = piratebay
 - categories = videos, music
 - 
 - [soundcloud]
 - engine = soundcloud
 - categories = music
 - 
 - [stackoverflow]
 - engine = stackoverflow
 - categories = it
 - 
 - [startpage]
 - engine = startpage
 - 
 - [twitter]
 - engine = twitter
 - categories = social media
 - 
 - [urbandictionary]
 - engine        = xpath
 - search_url    = http://www.urbandictionary.com/define.php?term={query}
 - url_xpath     = //div[@id="entries"]//div[@class="word"]/a/@href
 - title_xpath   = //div[@id="entries"]//div[@class="word"]/span
 - content_xpath = //div[@id="entries"]//div[@class="text"]/div[@class="definition"]
 - 
 - [yahoo]
 - engine           = xpath
 - search_url       = http://search.yahoo.com/search?p={query}
 - results_xpath    = //div[@class="res"]
 - url_xpath        = .//h3/a/@href
 - title_xpath      = .//h3/a
 - content_xpath    = .//div[@class="abstr"]
 - suggestion_xpath = //div[@id="satat"]//a
 - 
 - [youtube]
 - engine = youtube
 - categories = videos
 - 
 - [dailymotion]
 - engine = dailymotion
 - locale = en_US
 - categories = videos
 - 
 - [vimeo]
 - engine = vimeo
 - categories = videos
 - results_xpath = //div[@id="browse_content"]/ol/li
 - url_xpath=./a/@href
 - title_xpath=./a/div[@class="data"]/p[@class="title"]/text()
 - content_xpath=./a/img/@src
 
 
  |