diff --git a/bot.py b/bot.py index 16df6fa..7618769 100644 --- a/bot.py +++ b/bot.py @@ -161,6 +161,8 @@ def fetch_url_content(url): def analyze_content(url, title, content, link_type): """Analyze content and suggest summary + tag locally""" logger.debug(f" 🤖 Analyzing content: {url}") + logger.debug(f" Content length: {len(content)} chars") + logger.debug(f" Link type: {link_type}") try: # Extract useful info from HTML content @@ -170,12 +172,14 @@ def analyze_content(url, title, content, link_type): desc_match = re.search(r'