diff options
Diffstat (limited to 'searx/engines/moviepilot.py')
| -rw-r--r-- | searx/engines/moviepilot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/moviepilot.py b/searx/engines/moviepilot.py index f9206c74c..645936d9f 100644 --- a/searx/engines/moviepilot.py +++ b/searx/engines/moviepilot.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """Moviepilot is a German movie database, similar to IMDB or TMDB. It doesn't have any official API, but it uses JSON requests internally to fetch search results and suggestions, that's being used in this implementation. |