From 4689fe341ca7c7231d0409526b9ee0f2eadde445 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 2 May 2015 15:45:17 +0200 Subject: update versions.cfg to use the current up-to-date packages --- searx/engines/searchcode_code.py | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'searx/engines/searchcode_code.py') diff --git a/searx/engines/searchcode_code.py b/searx/engines/searchcode_code.py index f276697b1..21d9c4ac2 100644 --- a/searx/engines/searchcode_code.py +++ b/searx/engines/searchcode_code.py @@ -1,12 +1,14 @@ -## Searchcode (It) -# -# @website https://searchcode.com/ -# @provide-api yes (https://searchcode.com/api/) -# -# @using-api yes -# @results JSON -# @stable yes -# @parse url, title, content +""" + Searchcode (It) + + @website https://searchcode.com/ + @provide-api yes (https://searchcode.com/api/) + + @using-api yes + @results JSON + @stable yes + @parse url, title, content +""" from urllib import urlencode from json import loads -- cgit v1.2.3