diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-08 02:56:54 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-08 16:22:23 -0700 |
commit | 26620cbac85f1fa5057e54fa8d91c35d907c0e0f (patch) | |
tree | 40763f1590f80c1d4e5d7d0ac1c1ce9d720ad3fb /youtube/search.py | |
parent | 6ad09eb53a8b79b2241f56009d9757f8cac7181f (diff) | |
download | yt-local-26620cbac85f1fa5057e54fa8d91c35d907c0e0f.tar.lz yt-local-26620cbac85f1fa5057e54fa8d91c35d907c0e0f.tar.xz yt-local-26620cbac85f1fa5057e54fa8d91c35d907c0e0f.zip |
front-end support for adding to playlists
Diffstat (limited to 'youtube/search.py')
-rw-r--r-- | youtube/search.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/search.py b/youtube/search.py index 9596727..09a161e 100644 --- a/youtube/search.py +++ b/youtube/search.py @@ -129,6 +129,7 @@ def get_search_page(query_string, parameters=()): result = Template(yt_search_results_template).substitute( + header = common.get_header(), results = result_list_html, page_title = query + " - Search", search_box_value = html.escape(query), |