diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-10-30 23:10:32 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-10-30 23:10:32 -0700 |
commit | 2be1743133b6f54c36fdb49f8e9ae304a2abe127 (patch) | |
tree | a3374caf6df8da635c9c44488e663b987d8f9842 /youtube/opensearch.xml | |
parent | 93cbea380b6d6c72f9dfa542336c1baf2950ee83 (diff) | |
download | yt-local-2be1743133b6f54c36fdb49f8e9ae304a2abe127.tar.lz yt-local-2be1743133b6f54c36fdb49f8e9ae304a2abe127.tar.xz yt-local-2be1743133b6f54c36fdb49f8e9ae304a2abe127.zip |
Search plugin: use same port number that server is running on
Diffstat (limited to 'youtube/opensearch.xml')
-rw-r--r-- | youtube/opensearch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/opensearch.xml b/youtube/opensearch.xml index fd10f42..7071a25 100644 --- a/youtube/opensearch.xml +++ b/youtube/opensearch.xml @@ -7,5 +7,5 @@ <Url type="text/html" method="GET" template="http://localhost/youtube.com/search"> <Param name="query" value="{searchTerms}"/> </Url> -<SearchForm>http://localhost/youtube.com/search</SearchForm> +<SearchForm>http://localhost:$port_number/youtube.com/search</SearchForm> </SearchPlugin>
\ No newline at end of file |