Web: Allow configuring higher peekSize on Youtube

This commit is contained in:
Valentin Lorentz 2022-10-28 14:18:52 +02:00
parent 009b900100
commit 2cfc821203
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class Web(callbacks.PluginRegexp):
if parsed_url.netloc == 'youtube.com' \
or parsed_url.netloc.endswith(('.youtube.com')):
# there is a lot of Javascript before the <title>
size = 409600
size = max(409600, size)
if parsed_url.netloc in ('reddit.com', 'www.reddit.com', 'new.reddit.com'):
# Since 2022-03, New Reddit has 'Reddit - Dive into anything' as
# <title> on every page.