Skip to content

Commit

Permalink
Web: Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 22, 2024
1 parent 246f4d3 commit cb51940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/Web/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def url_workaround(url):
"""
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>
Expand Down

0 comments on commit cb51940

Please sign in to comment.