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 3cd4d93 commit 6ede59aCopy full SHA for 6ede59a
ircurltitlebot/title.py
@@ -27,6 +27,7 @@ def title(self, url: str, channel: str) -> Optional[str]:
27
log.info("Skipping blacklisted channel %s for site %s.", channel, site)
28
return None
29
30
+ # Read title
31
try:
32
title = self._url_title_reader.title(url)
33
except Exception as exc: # pylint: disable=broad-except
0 commit comments