From cb51940b422bc1db5c8f09be169c8e15a9249eaf Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 22 Oct 2024 18:59:24 +0200 Subject: [PATCH] Web: Remove debug print --- plugins/Web/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Web/plugin.py b/plugins/Web/plugin.py index c4d1dfbe5..49d146703 100644 --- a/plugins/Web/plugin.py +++ b/plugins/Web/plugin.py @@ -159,7 +159,6 @@ class Web(callbacks.PluginRegexp): """ nonlocal size parsed_url = utils.web.urlparse(url) - print(repr(parsed_url.netloc)) if parsed_url.netloc in ('youtube.com', 'youtu.be') \ or parsed_url.netloc.endswith(('.youtube.com')): # there is a lot of Javascript before the