From 1989f165a2416a74bb86593faa616d53d0ded4b7 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 13 May 2016 18:39:42 -0700 Subject: [PATCH] remove extratorrent and add yts --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a19c6c9..592d7ae 100644 --- a/index.html +++ b/index.html @@ -162,7 +162,6 @@ { key: 'a', name: 'Amazon', url: 'https://www.amazon.com', search: '/s/?field-keywords=' }, { key: 'c', name: 'Coinbase', url: 'https://www.coinbase.com' }, { key: 'd', name: 'Drive', url: 'https://drive.google.com', search: '/drive/search?q=' }, - { key: 'e', name: 'ExtraTorrent', url: 'https://extratorrent.cc', search: '/search/?search=' }, { key: 'f', name: 'Facebook', url: 'https://www.facebook.com', search: '/search/top/?q=' }, { key: 'g', name: 'GitHub', url: 'https://github.com', search: '/search?q=' }, { key: 'h', name: 'Hacker News', url: 'https://hn.algolia.com', search: '/?query=' }, @@ -173,6 +172,7 @@ { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' }, { key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' }, { key: 'y', name: 'YouTube', url: 'https://www.youtube.com', search: '/results?search_query=' }, + { key: 'Y', name: 'YTS', url: 'https://yts.ag'} { key: '3', name: 'localhost:3000', url: 'http://localhost:3000'}, { key: '9', name: 'localhost:9000', url: 'http://localhost:9000'}, ]