From 1950e697d6bd6efe184e1f2db0ed71267a284682 Mon Sep 17 00:00:00 2001 From: pw3t Date: Mon, 6 Jan 2014 22:15:46 +0100 Subject: [enh] Improved vimeo search engines, and add the configuration in the sample --- engines.cfg_sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines.cfg_sample') diff --git a/engines.cfg_sample b/engines.cfg_sample index 05593cea4..b19632dc2 100644 --- a/engines.cfg_sample +++ b/engines.cfg_sample @@ -86,3 +86,10 @@ 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 -- cgit v1.2.3