From c8030be71aa0fa9427c37d326fc86ef1283dd8c2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 18 Apr 2024 19:33:55 +0200 Subject: [PATCH] Web: Need to download even more Javascript from Youtube --- plugins/Web/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Web/plugin.py b/plugins/Web/plugin.py index b8146aeb7..76a8b04e1 100644 --- a/plugins/Web/plugin.py +++ b/plugins/Web/plugin.py @@ -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 - size = max(409600, size) + size = max(819200, 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.