Adam Tauber
f21070989a
Merge branch 'Cqoicebordel-remove_trackers_plugin'
пре 9 година
Adam Tauber
6424a7702d
Merge branch 'remove_trackers_plugin' of https://github.com/Cqoicebordel/searx into Cqoicebordel-remove_trackers_plugin
Conflicts:
searx/plugins/__init__.py
пре 9 година
Adam Tauber
ff322d3373
[fix] debug message parameter
пре 9 година
Cqoicebordel
8911233e3e
Use parsed_url
пре 9 година
Adam Tauber
2eb756c7aa
[enh] add search tests
пре 9 година
Adam Tauber
6ef7c3276c
[fix] reverse proxy non-root url fix
пре 9 година
Adam Tauber
b73ac15e49
[mod] disable qwant & swisscows by default to improve result quality
пре 9 година
Cqoicebordel
e93f5314d7
A bit of cleanup of the code
- regexes in a array
- regexes applied only on the last part of the url
пре 10 година
Adam Tauber
a9d92c3874
Merge pull request #371 from framasoft/add-useragent-plugin
Add a self user agent plugin
пре 10 година
Luc Didry
0fe362bacf
Change self plugin to self_info + change self_info description
пре 10 година
Adam Tauber
c9b8c7f8de
Merge pull request #370 from Cqoicebordel/fix_vimeo
Fix vimeo
пре 10 година
Luc Didry
41fd748cdf
Merge self_ip and self_useragent into one plugin
пре 10 година
Luc Didry
538029dc14
Add a self user agent plugin
Just like with the "ip" query, duckduckgo gives the server's
information with the "user agent" query.
This corrects this behavior by adding a plugin based on self_ip.py plugin.
пре 10 година
Cqoicebordel
0a1a3e7371
Add a bit of testing to improve coverage
пре 10 година
Cqoicebordel
ab273e2faa
Fix Vimeo engine.
пре 10 година
Alexandre Flament
1b77befe1f
Merge pull request #367 from glogiotatidis/dockerfileupdate
Update Dockerfile.
пре 10 година
Giorgos Logiotatidis
316c4607f2
Update Dockerfile.
- Install new packages needed to deploy search
- Optimize dockerfile for more docker deamon caching
- Pin a python2.7 base image.
пре 10 година
Cqoicebordel
617495cca8
Add a plugin to remove trackers from results URLs
пре 10 година
Adam Tauber
f2cbefeb54
Merge pull request #357 from asciimoo/google_engine
[enh] google engine : parse map links and more
пре 10 година
Adam Tauber
fc1a8b25b8
Merge pull request #362 from Cqoicebordel/currency_chars
Allow use of chars as € in currency converter
пре 10 година
Adam Tauber
96dfb86947
Merge pull request #361 from asciimoo/https
bing_images & www1x engines use https connections
пре 10 година
Cqoicebordel
94567d99b3
Allow use of chars as € in currency converter
пре 10 година
Dalf
ded3f98218
www1x engine: remove comment about unavailable https (https is working now)
пре 10 година
Dalf
9e147d91f0
bing_images & www1x engines use https connections
пре 10 година
Dalf
fc0ae0f907
google engine: code cleanup
пре 10 година
Dalf
72c8de35a2
google engine :remove OSM map
пре 10 година
Adam Tauber
4e28f12bfc
Merge pull request #356 from pointhi/settings_fix
fix little bug inside settings, improve oscar template
пре 10 година
Alexandre Flament
b8fc531b60
[enh] google engine : parse map links and more
пре 10 година
Thomas Pointhuber
a8b75ca47b
[enh] oscar template: using table instead of container-fluid to show cookies
пре 10 година
Thomas Pointhuber
0978f10887
[fix] do not hide categorie inside preferences if there is no engine activated
пре 10 година
Adam Tauber
aa1b8fa79b
Merge pull request #354 from asciimoo/bing_news
Bing news based on RSS output
пре 10 година
Dalf
dafedbfc55
youtube_noapi uses searx.utils.list_get
пре 10 година
Dalf
62cc2a5658
[fix] bing_news based on RSS output format
пре 10 година
Adam Tauber
cdf931f949
Merge pull request #353 from Cqoicebordel/languages
New feature : language per search engine !
пре 10 година
Cqoicebordel
00668dd0a1
New feature : language per search engine !
пре 10 година
Dalf
4e0f079a8c
[fix] youtube_noapi : don't crash when there is no content
пре 10 година
Adam Tauber
8ce6043859
Merge pull request #346 from Cqoicebordel/youtube
Adds engines : Youtube with or without API and multiple Qwant
пре 10 година
Cqoicebordel
e0774c849c
Removed the keywords from the settings in qwant engine
пре 10 година
Cqoicebordel
f05087b93a
Refactor
пре 10 година
Dalf
9d10277c22
remove 'print'
пре 10 година
Alexandre Flament
fb4df9d6c3
Merge pull request #349 from Cqoicebordel/startpage_autocomplete
Add startpage as an autocompleter engine
пре 10 година
Cqoicebordel
633c7b6a5f
Add startpage as an autocompleter engine
пре 10 година
Adam Tauber
80fd392d69
Merge pull request #344 from asciimoo/google_engine
google engine
пре 10 година
Adam Tauber
9c7578bab6
Merge pull request #348 from pointhi/swisscows
implement swisscows engine
пре 10 година
Thomas Pointhuber
2d81079384
[enh] implement image support for swisscows engine
пре 10 година
Thomas Pointhuber
d923b2a420
[enh] implement swisscows engine, FIX #347
TODO: implement image engine
пре 10 година
Cqoicebordel
884eeb8541
New Qwant engines
- Web
- Images
- News
- Social media
пре 10 година
Cqoicebordel
f965c97822
Adds two engines : Youtube with or without API
The API needs an API_KEY
The NOAPI doesn't have the published dates.
пре 10 година
Alexandre Flament
39ff21237c
[enh] google engine : avoid some "sorry google" by adding another cookie : NID. This cookie is specific by hostname.
This allow to send request to google.* (according to the search language).
Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.*
The PREF is still use on the www.google.com domain.
пре 10 година
Adam Tauber
aac8d3a7bf
Merge branch 'startpage'
пре 10 година