From 323ac64ca74c2fd22bc645078ce3b1f53874a438 Mon Sep 17 00:00:00 2001 From: Niles Rogoff Date: Mon, 12 Sep 2016 19:14:12 -0400 Subject: [PATCH] top url, gd added --- generate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generate.py b/generate.py index 678af12..956d924 100644 --- a/generate.py +++ b/generate.py @@ -3,7 +3,7 @@ l = [ ["/inbox", "i", "https://reddit.com/message/inbox"] , ["/modmail", "m", "https://reddit.com/message/moderator"] , ["/all", "a", "https://reddit.com/r/all"] - , ["/top", "t", "https://reddit.com/r/all/top?t=1h"] + , ["/top", "t", "https://www.reddit.com/r/all/top?sort=top&t=hour"] , ["/shithole/","s", [ ["/default", "d", "https://reddit.com/r/freegamesonsteam"] , ["/spam", "s", "https://www.reddit.com/r/FreeGamesOnSteam/about/spam/"] @@ -20,6 +20,7 @@ l = [ ]] , ["/chan/", "c", [ ["/ck", "k", "https://4chan.org/ck"] + , ["/gd", "g", "https://4chan.org/gd"] , ["/pro", "p", "http://desuchan.moe/pro/"] , ["/tech/", "t", [ ["/laintech", "l" , "https://lainchan.org/tech/catalog.html"]