diff --git a/engines/bittorrent/merge.php b/engines/bittorrent/merge.php index 3de1a69..18ddd67 100644 --- a/engines/bittorrent/merge.php +++ b/engines/bittorrent/merge.php @@ -1,5 +1,6 @@ instance_url = $this->opts->invidious_instance_for_video_results; $query = urlencode($this->query); diff --git a/engines/librex/fallback.php b/engines/librex/fallback.php index 15b03a3..6d94cf5 100644 --- a/engines/librex/fallback.php +++ b/engines/librex/fallback.php @@ -1,6 +1,7 @@ instance = $instance; parent::__construct($opts, $mh); diff --git a/engines/special/wikipedia.php b/engines/special/wikipedia.php index 8c60c46..0d792f7 100644 --- a/engines/special/wikipedia.php +++ b/engines/special/wikipedia.php @@ -1,5 +1,6 @@ wikipedia_domain = "wikipedia.org"; $query_encoded = urlencode($this->query); diff --git a/engines/text/text.php b/engines/text/text.php index e665f7c..15960e3 100644 --- a/engines/text/text.php +++ b/engines/text/text.php @@ -1,5 +1,6 @@ query = $opts->query; $this->page = $opts->page; diff --git a/misc/search_engine.php b/misc/search_engine.php index 378cae8..3bb8792 100644 --- a/misc/search_engine.php +++ b/misc/search_engine.php @@ -1,6 +1,8 @@ query = $opts->query;