higher context

pull/225/head
Aevann 2024-02-28 21:41:23 +02:00
parent ea47d5e5a7
commit c49adc60a9
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ def normalize_url(url):
if netloc == 'old.reddit.com':
x = reddit_comment_link_regex.search(url)
if x:
filtered['context'] = 8
filtered['context'] = 69
hash = x.group(1).replace('/', '#thing_t1_')
new_url = ParseResult(scheme="https",