summaryrefslogtreecommitdiff
path: root/searx/engines/flickr-noapi.py
AgeCommit message (Collapse)Author
2015-01-31[mod] python importable engine namesAdam Tauber
2015-01-27[fix] flickr-noapi logging ++ use correct image url - fixes #203 #181Adam Tauber
2015-01-17Flake8Cqoicebordel
2015-01-17Add thumbnails in images resultsCqoicebordel
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ?
2015-01-11[fix] hadle missing titleAdam Tauber
2015-01-02[fix] pep8Adam Tauber
2014-12-29Flake8 and Twitter correctionsCqoicebordel
Lots of Flake8 corrections Maybe we should change the rule to allow lines of 120 chars. It seems more usable. Big twitter correction : now it outputs the words in right order...
2014-12-22[fix] flickr engine code cleanup ++ handle missing ownerAdam Tauber
2014-12-16Add an No Api Flickr EngineCqoicebordel
It uses the webpage json infos to build the results Let the user choose the engine in setting.yml. Noapi active by default + little corrections on Flickr engine