From 048aeebc57381638acebcaea127133731a20d81d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 20 Jun 2024 19:11:26 +0200 Subject: [PATCH] Youtube added even more Javascript in their HTML --- use/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/use/faq.rst b/use/faq.rst index 127a16f..1b35ec7 100644 --- a/use/faq.rst +++ b/use/faq.rst @@ -303,9 +303,9 @@ Youtube has become so bloated it isn't. If you are ok with Limnoria fetching more data when users post URLs, you can use:: - config supybot.protocols.http.peekSize 300000 + config supybot.protocols.http.peekSize 1000000 -This will make it fetch 300kB from every link, instead of the default 8kB. +This will make it fetch 1MB from every link, instead of the default 8kB. This should be enough for Youtube for now. If not enough for other websites, try increasing it further.