diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index d316ebbf5..43ee72a51 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -774,7 +774,7 @@ def normalize_url(url): if netloc == 'old.reddit.com': x = reddit_comment_link_regex.search(url) if x: - filtered['context'] = 69 + filtered['context'] = 8 hash = x.group(1).replace('/', '#thing_t1_') new_url = ParseResult(scheme="https",