diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-12-07 17:49:01 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-12-07 17:49:01 +0100 |
| commit | 9517f7a6e775aded6f1673f4a991594b08750467 (patch) | |
| tree | 332019feae5a215d2d54528308792560794d7aa5 /searx/engines/dailymotion.py | |
| parent | 611f4e2a86a84b3d15bdaf6ef7435549ea86fcfa (diff) | |
| parent | 7c13d630e4531630ce3c392a7d60752715742291 (diff) | |
Merge pull request #139 from dalf/master
pep8 : engines
Diffstat (limited to 'searx/engines/dailymotion.py')
| -rw-r--r-- | searx/engines/dailymotion.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/searx/engines/dailymotion.py b/searx/engines/dailymotion.py index 75c2e5071..a5bffa866 100644 --- a/searx/engines/dailymotion.py +++ b/searx/engines/dailymotion.py @@ -1,8 +1,8 @@ ## Dailymotion (Videos) -# +# # @website https://www.dailymotion.com # @provide-api yes (http://www.dailymotion.com/developer) -# +# # @using-api yes # @results JSON # @stable yes @@ -12,7 +12,6 @@ from urllib import urlencode from json import loads -from lxml import html # engine dependent config categories = ['videos'] |