Web: Remove debug print

This commit is contained in:
Valentin Lorentz 2024-10-22 18:59:24 +02:00
parent 246f4d3e62
commit cb51940b42

View File

@ -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 <title>