summaryrefslogtreecommitdiff
path: root/searx/engines/flickr-noapi.py
AgeCommit message (Collapse)Author
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