diff options
| author | pw3t <romain@berthor.fr> | 2014-01-06 22:15:46 +0100 |
|---|---|---|
| committer | pw3t <romain@berthor.fr> | 2014-01-06 22:15:46 +0100 |
| commit | 1950e697d6bd6efe184e1f2db0ed71267a284682 (patch) | |
| tree | 087f46f9c6f9e3831adb830d20b2aa8264628f45 /engines.cfg_sample | |
| parent | 68364df342e4ba09ca3faf95d938285ea646bd68 (diff) | |
[enh] Improved vimeo search engines, and add the configuration in the sample
Diffstat (limited to 'engines.cfg_sample')
| -rw-r--r-- | engines.cfg_sample | 7 |
1 files changed, 7 insertions, 0 deletions
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 |