From 3104fa425bbdb82cb528bf0d03dd3b9f73881053 Mon Sep 17 00:00:00 2001 From: Niles Rogoff Date: Fri, 1 Jul 2016 23:07:56 -0400 Subject: [PATCH] Shithole --- generate.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/generate.py b/generate.py index 8aa89a3..736b577 100644 --- a/generate.py +++ b/generate.py @@ -46,8 +46,12 @@ l = [ ["/r/", "r", [ ["/all", "a", "https://reddit.com/r/all"] , ["/top", "t", "https://reddit.com/r/all/top?t=1h"] - , ["/new", "n", "https://reddit.com/r/FreeGamesOnSteam/new"] - , ["/shithole","s", "https://reddit.com/r/freegamesonsteam"] + , ["/shithole/","s", [ + ["/default", "d", "https://reddit.com/r/freegamesonsteam"] + , ["/spam", "s", "https://www.reddit.com/r/FreeGamesOnSteam/about/spam/"] + , ["/reports", "r", "https://www.reddit.com/r/FreeGamesOnSteam/about/reports/"] + , ["/new", "n", "https://reddit.com/r/FreeGamesOnSteam/new"] + ]] , ["/common/", "c", [ ["/seatte", "e","https://reddit.com/r/seattle" ] , ["/sysadmin", "s","https://reddit.com/r/sysadmin" ]