mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 12:31:04 -05:00
Web: Remove debug print
This commit is contained in:
parent
246f4d3e62
commit
cb51940b42
@ -159,7 +159,6 @@ class Web(callbacks.PluginRegexp):
|
|||||||
"""
|
"""
|
||||||
nonlocal size
|
nonlocal size
|
||||||
parsed_url = utils.web.urlparse(url)
|
parsed_url = utils.web.urlparse(url)
|
||||||
print(repr(parsed_url.netloc))
|
|
||||||
if parsed_url.netloc in ('youtube.com', 'youtu.be') \
|
if parsed_url.netloc in ('youtube.com', 'youtu.be') \
|
||||||
or parsed_url.netloc.endswith(('.youtube.com')):
|
or parsed_url.netloc.endswith(('.youtube.com')):
|
||||||
# there is a lot of Javascript before the <title>
|
# there is a lot of Javascript before the <title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user