aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/opensearch.xml
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-10-30 23:10:32 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-10-30 23:10:32 -0700
commit2be1743133b6f54c36fdb49f8e9ae304a2abe127 (patch)
treea3374caf6df8da635c9c44488e663b987d8f9842 /youtube/opensearch.xml
parent93cbea380b6d6c72f9dfa542336c1baf2950ee83 (diff)
downloadyt-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.xml2
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