Cache all articles in IndexedDB

This commit is contained in:
Tanner
2019-10-12 23:41:31 +00:00
parent f798c06a9b
commit 6bd3bf1090
10 changed files with 88 additions and 30 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from prawcore.exceptions import PrawcoreException
from utils import render_md
SUBREDDITS = 'Economics+Foodforthought+Futurology+TrueReddit+business+science+technology'
SUBREDDITS = 'Economics+Foodforthought+TrueReddit+business+technology'
SITE_LINK = lambda x : 'https://old.reddit.com/{}'.format(x)
SITE_AUTHOR_LINK = lambda x : 'https://old.reddit.com/u/{}'.format(x)