summaryrefslogtreecommitdiff
path: root/searx/engines/subtitleseeker.py
AgeCommit message (Collapse)Author
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-12-09[mod] do not escape html content in enginesAdam Tauber
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-02-06Subtitleseeker's unit testCqoicebordel
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-24[enh] subtitleseeker: better language handlingAdam Tauber
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian... (reverted from commit 829948b85df0510e331372bcd60cb31db9c96a5c)
2014-12-23Add language supportCqoicebordel
Allow the user to select a language. It must be written in english, and capitalized, ie : English, French, German, Hungarian...
2014-12-22SubtitleSeeker EngineCqoicebordel
Add the subtitleseeker engine.