We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246f4d3 commit cb51940Copy full SHA for cb51940
plugins/Web/plugin.py
@@ -159,7 +159,6 @@ def url_workaround(url):
159
"""
160
nonlocal size
161
parsed_url = utils.web.urlparse(url)
162
- print(repr(parsed_url.netloc))
163
if parsed_url.netloc in ('youtube.com', 'youtu.be') \
164
or parsed_url.netloc.endswith(('.youtube.com')):
165
# there is a lot of Javascript before the <title>
0 commit comments