summaryrefslogtreecommitdiff
path: root/searx/engines/translated.py
diff options
context:
space:
mode:
authorpotato <mail@crazypotato.tk>2016-09-06 16:36:04 +0200
committerpotato <mail@crazypotato.tk>2016-09-06 16:36:04 +0200
commitb7d578ae8041658fe6f088eb337f42238c25e2f5 (patch)
tree3109f8b64028ead56f390a6634bbbe75a08f65a3 /searx/engines/translated.py
parent5ed9846bbf9ac990b35b4860d5e63bd689f41de1 (diff)
downloadsearxng-b7d578ae8041658fe6f088eb337f42238c25e2f5.tar.gz
searxng-b7d578ae8041658fe6f088eb337f42238c25e2f5.zip
[enh] engine header comments
Diffstat (limited to 'searx/engines/translated.py')
-rw-r--r--searx/engines/translated.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/searx/engines/translated.py b/searx/engines/translated.py
index 3be9d4adf..1b75e4f4e 100644
--- a/searx/engines/translated.py
+++ b/searx/engines/translated.py
@@ -1,3 +1,13 @@
+"""
+ MyMemory Translated
+
+ @website https://mymemory.translated.net/
+ @provide-api yes (https://mymemory.translated.net/doc/spec.php)
+ @using-api yes
+ @results JSON
+ @stable yes
+ @parse url, title, content
+"""
import re
from urlparse import urljoin
from lxml import html