diff options
-rw-r--r-- | youtube/favicon.ico | bin | 0 -> 5694 bytes | |||
-rw-r--r-- | youtube/opensearch.xml | 2 | ||||
-rw-r--r-- | youtube/youtube.py | 1 | ||||
-rw-r--r-- | yt_basic_template.html | 1 | ||||
-rw-r--r-- | yt_channel_about_template.html | 1 | ||||
-rw-r--r-- | yt_channel_items_template.html | 1 | ||||
-rw-r--r-- | yt_comments_template.html | 1 | ||||
-rw-r--r-- | yt_local_playlist_template.html | 1 | ||||
-rw-r--r-- | yt_playlist_template.html | 1 | ||||
-rw-r--r-- | yt_search_results_template.html | 1 | ||||
-rw-r--r-- | yt_watch_template.html | 1 |
11 files changed, 10 insertions, 1 deletions
diff --git a/youtube/favicon.ico b/youtube/favicon.ico Binary files differnew file mode 100644 index 0000000..9d6417c --- /dev/null +++ b/youtube/favicon.ico diff --git a/youtube/opensearch.xml b/youtube/opensearch.xml index c9de40c..fd10f42 100644 --- a/youtube/opensearch.xml +++ b/youtube/opensearch.xml @@ -2,7 +2,7 @@ <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> +<Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAAEACAAlAgAAFgAAAIlQTkcNChoKAAAADUlIRFIAAAAQAAAAEAgGAAAAH/P/YQAAAexJREFUOI2lkzFPmlEUhp/73fshtCUCRtvQkJoKMrDQJvoHnBzUhc3EH0DUQf+As6tujo4M6mTiIDp0kGiMTRojTRNSW6o12iD4YYXv3g7Qr4O0ScM7npz7vOe+J0fk83lDF7K6eQygwkdHhI+P0bYNxmBXq5RmZui5vGQgn0f7fKi7O4oLC1gPD48BP9JpnpRKJFZXcQMB3m1u4vr9NHp76d/bo39/n4/z84ROThBa4/r91OJxMKb9BSn5mskAIOt1eq6uEFpjVyrEcjk+T0+TXlzkbTZLuFDAur9/nIFRipuREQCe7+zgBgK8mZvj/fIylVTKa/6UzXKbSnnuHkA0GnwbH/cA0a0takND3IyOEiwWAXBiMYTWjzLwtvB9bAyAwMUF8ZUVPiwtYTWbHqA6PIxoNv8OMLbN3eBga9TZWYQxaKX+AJJJhOv+AyAlT0slAG6TSX5n8+zszJugkzxA4PzcK9YSCQCk42DXaq1aGwqgfT5ebG9jpMQyUjKwu8vrtbWWqxC83NjAd31NsO2uleJnX58HCJ6eEjk8BGNQAA+RCOXJScpTU2AMwnUxlkXk4ACA+2iUSKGArNeRjkMsl6M8MYHQGtHpmIxSvFpfRzoORinQGqvZBCEwQoAxfMlkaIRCnQH/o66v8Re19MavaDNLfgAAAABJRU5ErkJggg==</Image> <Url type="text/html" method="GET" template="http://localhost/youtube.com/search"> <Param name="query" value="{searchTerms}"/> diff --git a/youtube/youtube.py b/youtube/youtube.py index 03956b6..446de0d 100644 --- a/youtube/youtube.py +++ b/youtube/youtube.py @@ -5,6 +5,7 @@ YOUTUBE_FILES = ( "/shared.css", "/opensearch.xml", '/comments.css', + '/favicon.ico', ) def youtube(env, start_response): diff --git a/yt_basic_template.html b/yt_basic_template.html index eec9b0d..d258c96 100644 --- a/yt_basic_template.html +++ b/yt_basic_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> $style diff --git a/yt_channel_about_template.html b/yt_channel_about_template.html index 61aa995..5453f6a 100644 --- a/yt_channel_about_template.html +++ b/yt_channel_about_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index c44f8ec..e208fea 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ diff --git a/yt_comments_template.html b/yt_comments_template.html index 6ffdb2b..6d7d52e 100644 --- a/yt_comments_template.html +++ b/yt_comments_template.html @@ -5,6 +5,7 @@ <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> <link href="/youtube.com/comments.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ diff --git a/yt_local_playlist_template.html b/yt_local_playlist_template.html index d69fa48..2c7fa15 100644 --- a/yt_local_playlist_template.html +++ b/yt_local_playlist_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ diff --git a/yt_playlist_template.html b/yt_playlist_template.html index 711126b..ca94ee7 100644 --- a/yt_playlist_template.html +++ b/yt_playlist_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ diff --git a/yt_search_results_template.html b/yt_search_results_template.html index a2a90aa..b338009 100644 --- a/yt_search_results_template.html +++ b/yt_search_results_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ diff --git a/yt_watch_template.html b/yt_watch_template.html index e34066f..5279f6f 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -5,6 +5,7 @@ <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> <link href="/youtube.com/comments.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ |