diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-06-30 23:34:46 -0700 |
---|---|---|
committer | James Taylor <user234683@tutanota.com> | 2018-06-30 23:34:46 -0700 |
commit | 98157bf1bf1223ffa7556d2d21cfac6f07675f9d (patch) | |
tree | 9863e438deec87bb309a435c0f4cb0eb0e455dcc /youtube/opensearch.xml | |
download | yt-local-98157bf1bf1223ffa7556d2d21cfac6f07675f9d.tar.lz yt-local-98157bf1bf1223ffa7556d2d21cfac6f07675f9d.tar.xz yt-local-98157bf1bf1223ffa7556d2d21cfac6f07675f9d.zip |
initial commit
Diffstat (limited to 'youtube/opensearch.xml')
-rw-r--r-- | youtube/opensearch.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/youtube/opensearch.xml b/youtube/opensearch.xml new file mode 100644 index 0000000..1764138 --- /dev/null +++ b/youtube/opensearch.xml @@ -0,0 +1,11 @@ +<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
+<ShortName>Youtube local</ShortName>
+<Description>no CIA shit in the background</Description>
+<InputEncoding>UTF-8</InputEncoding>
+<Image width="16" height="16">data:image/x-icon;base64,R0lGODlhEAAQAJECAP8AAAAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAIplI+py+0NogQuyBDEnEd2kHkfFWUamEzmpZSfmaIHPHrRguUm/fT+UwAAOw==</Image>
+
+<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>
+</SearchPlugin>
\ No newline at end of file |