From c4ae8a748a93b51aa8af1553471c1dcecfe7b179 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Wed, 15 Jun 2016 01:19:24 -0700 Subject: [PATCH] add Y command for yts.ag --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d817b26..2cb530e 100644 --- a/index.html +++ b/index.html @@ -187,7 +187,8 @@ { key: 'S', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, { key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' }, { key: 'u', name: 'Unsplash', url: 'https://unsplash.com', search: '/search?keyword=' }, - { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/weather?search_query=' } + { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/weather?search_query=' }, + { key: 'Y', name: 'YTS', url: 'https://yts.ag', search: '/browse-movies/' } ], // if none of the keys are matched, this is triggered