mirror of
https://github.com/searxng/searxng.git
synced 2025-08-31 23:46:49 +02:00
Merge pull request #308 from dalf/versions_upgrade
update versions.cfg to use the current up-to-date packages
This commit is contained in:
commit
93fd1e4c76
40 changed files with 484 additions and 396 deletions
|
@ -1,12 +1,14 @@
|
|||
## Gigablast (Web)
|
||||
#
|
||||
# @website http://gigablast.com
|
||||
# @provide-api yes (http://gigablast.com/api.html)
|
||||
#
|
||||
# @using-api yes
|
||||
# @results XML
|
||||
# @stable yes
|
||||
# @parse url, title, content
|
||||
"""
|
||||
Gigablast (Web)
|
||||
|
||||
@website http://gigablast.com
|
||||
@provide-api yes (http://gigablast.com/api.html)
|
||||
|
||||
@using-api yes
|
||||
@results XML
|
||||
@stable yes
|
||||
@parse url, title, content
|
||||
"""
|
||||
|
||||
from urllib import urlencode
|
||||
from cgi import escape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue