PROJECT (event_scrapers)
SPIDER (norwalk_pl)
2026-08-11 22:40:37 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 22:40:37 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
'libxml2': '2.14.6',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.0.0',
'Twisted': '25.5.0',
'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
'cryptography': '46.0.3',
'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-11 22:40:37 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 22:40:37 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 22:40:37 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 22:40:37 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 22:40:37 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 22:40:37 [scrapy.extensions.telnet] INFO: Telnet Password: f1e890173426b7a2
2026-08-11 22:40:37 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.logcount.LogCount',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats']
2026-08-11 22:40:37 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x7f2292a47380>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/norwalk_pl/e752148d95c411f1b0ee0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 22:40:37 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 22:40:37 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 22:40:37 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-11 22:40:37 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-11 22:40:37 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 22:40:37 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.open_spider)
2026-08-11 22:40:37 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.process_item)
2026-08-11 22:40:37 [scrapy.core.engine] INFO: Spider opened
2026-08-11 22:40:37 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.norwalk_pl.MocaWestSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
warn(
2026-08-11 22:40:37 [norwalk_pl] INFO: Sending scraped events to prod API
2026-08-11 22:40:37 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 22:40:37 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=10&year=2026&CID=25&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=8&year=2026&CID=25&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=9&year=2026&CID=25&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:42 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://norwalkpl.org/Calendar.aspx?EID=36911&month=10&year=2026&day=1&calType=0>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-08-11 22:40:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=9&year=2026&CID=14&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=9&year=2026&CID=23&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:42 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://norwalkpl.org/Calendar.aspx?EID=37003&month=9&year=2026&day=4&calType=0> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-08-11 22:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=10&year=2026&CID=14&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=8&year=2026&CID=14&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=9&year=2026&CID=24&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=10&year=2026&CID=24&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=8&year=2026&CID=24&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37156&month=10&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36438&month=10&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=10&year=2026&CID=23&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:46 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37156&month=10&year=2026&day=1&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37156&month=10&year=2026&day=1&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'1,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-01T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37156&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37156&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37156" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37156');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 1, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36911&month=10&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:46 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36438&month=10&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36438&month=10&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-02T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36438&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36438&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36438" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36438');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 2, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36941&month=10&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37015&month=10&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:47 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36911&month=10&year=2026&day=1&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36911&month=10&year=2026&day=1&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'1,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-01T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36911&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36911&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36911" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36911');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 1, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:47 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36941&month=10&year=2026&day=1&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36941&month=10&year=2026&day=1&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'1,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-01T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36941&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36941&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36941" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36941');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 1, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:47 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37015&month=10&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37015&month=10&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-02T11:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:15 AM\u2009-\u200911:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\t3/4 Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="download" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18226" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37015&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37015&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37015" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37015');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Music '
'With Deirdre </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 2, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p id="isPasted" '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:8.0pt;font-size:11.0pt;background:white;\'><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Clap and '
'sing along with Ms. Deirdre and her lively interactive music '
'program! </span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><br/> '
'<strong><span style=\'font-family:"Arial",sans-serif;\'>Ages 5 '
'and under.\xa0</span></strong></span></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Limited '
'space.\xa0</span></strong></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Call '
'203-899-2780 x 15131 or email us at\xa0</span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><a '
'href="mailto:youthservices@norwalkpl.org" style=" '
'border-box;transition: color 0.2s ease-in-out;"><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#1074A2;text-decoration:none;\'>youthservices@norwalkpl.org</span></strong></a><strong><span '
'style=\'font-family:"Arial",sans-serif;\'>\xa0with '
'questions.</span></strong></span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37004&month=10&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36881&month=10&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:47 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37004&month=10&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37004&month=10&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-02T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\t3/4 Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="download" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18226" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37004&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37004&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37004" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37004');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Music '
'With Deirdre </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 2, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p id="isPasted" '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:8.0pt;font-size:11.0pt;background:white;\'><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Clap and '
'sing along with Ms. Deirdre and her lively interactive music '
'program! </span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><br/> '
'<strong><span style=\'font-family:"Arial",sans-serif;\'>Ages 5 '
'and under.\xa0</span></strong></span></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Limited '
'space.\xa0</span></strong></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Call '
'203-899-2780 x 15131 or email us at\xa0</span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><a '
'href="mailto:youthservices@norwalkpl.org" style=" '
'border-box;transition: color 0.2s ease-in-out;"><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#1074A2;text-decoration:none;\'>youthservices@norwalkpl.org</span></strong></a><strong><span '
'style=\'font-family:"Arial",sans-serif;\'>\xa0with '
'questions.</span></strong></span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:47 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36881&month=10&year=2026&day=1&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36881&month=10&year=2026&day=1&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'1,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-01T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36881&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36881&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36881" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36881');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 1, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37456&month=10&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5043
2026-08-11 22:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37456&month=10&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37456&month=10&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-03T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20093:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://tutuschool.com/westport/events/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37456&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37456&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37456" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37456');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Ballet '
'Storytime with Tutu School Westport for 6 mo - 3 yrs</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Join Tutu School '
'at Norwalk Public Library for a free Ballet Storytime! Enjoy a '
'30-minute program that includes a mini ballet lesson and reading '
'a favorite ballet storybook. The event is open to age 6 months '
'to 3 years old. Caregiver participation is required.\xa0<a '
'data-pasted="true" '
'href="https://tutuschool.com/westport/events/" '
'id="OWA0666b55a-c41f-462a-9d97-8202b0b4166b" rel="noopener '
'noreferrer" target="_blank" '
'title="https://tutuschool.com/westport/events/">Please register '
'here to attend</a>. Tutu School is a whimsical, storybook '
'inspired ballet studio focusing on children ages 6 months to 8 '
'years old. Join us for a mini ballet lesson and a favorite '
'ballet storybook.\xa0</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36360&month=10&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:50 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36360&month=10&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36360&month=10&year=2026&day=7&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-07T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36360&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36360&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36360" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36360');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 7, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36850&month=10&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36289&month=10&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:50 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36850&month=10&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36850&month=10&year=2026&day=7&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-07T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36850&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36850&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36850" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36850');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 7, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:50 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36289&month=10&year=2026&day=6&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36289&month=10&year=2026&day=6&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'6,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-06T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36289&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36289&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36289" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36289');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 6, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36386&month=10&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:50 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36386&month=10&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36386&month=10&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-03T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36386&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36386&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36386" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36386');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/calendar.aspx?month=8&year=2026&CID=23&Keywords=&startDate=&enddate=&> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36882&month=10&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:54 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36882&month=10&year=2026&day=8&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36882&month=10&year=2026&day=8&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'8,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-08T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36882&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36882&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36882" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36882');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 8, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36912&month=10&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:54 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36912&month=10&year=2026&day=8&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36912&month=10&year=2026&day=8&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'8,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-08T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36912&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36912&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36912" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36912');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 8, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36942&month=10&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36439&month=10&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:55 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36942&month=10&year=2026&day=8&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36942&month=10&year=2026&day=8&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'8,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-08T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36942&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36942&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36942" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36942');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 8, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:55 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36439&month=10&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36439&month=10&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-09T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36439&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36439&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36439" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36439');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 9, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36231&month=10&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36290&month=10&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37157&month=10&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37330&month=10&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:55 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36231&month=10&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36231&month=10&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-09T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36231&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36231&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36231" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36231');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 9, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:55 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36290&month=10&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36290&month=10&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-09T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36290&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36290&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36290" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36290');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 9, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:55 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37157&month=10&year=2026&day=8&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37157&month=10&year=2026&day=8&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'8,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-08T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37157&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37157&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37157" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37157');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 8, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:55 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37330&month=10&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37330&month=10&year=2026&day=7&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-07T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18556" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37330&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37330&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37330" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37330');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Chess '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 7, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37457&month=10&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5028
2026-08-11 22:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37457&month=10&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37457&month=10&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-03T15:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:30 PM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://tutuschool.com/westport/events/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37457&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37457&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37457" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37457');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Ballet '
'Storytime with Tutu School Westport for 4-8 yrs</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Join Tutu School '
'at Norwalk Public Library for a free Ballet Storytime! Enjoy a '
'30-minute program that includes a mini ballet lesson and reading '
'a favorite ballet storybook. The event is open to age 4-8 years '
'old. Caregiver participation is required.\xa0<a '
'data-pasted="true" '
'href="https://tutuschool.com/westport/events/" '
'id="OWAf53732ec-37a3-bb30-c1f8-940049da8037" rel="noopener '
'noreferrer" target="_blank" '
'title="https://tutuschool.com/westport/events/">Please register '
'here to attend</a>. Tutu School is a whimsical, storybook '
'inspired ballet studio focusing on children ages 6 months to 8 '
'years old. Join us for a mini ballet lesson and a favorite '
'ballet storybook.\xa0</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36413&month=10&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:58 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36413&month=10&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36413&month=10&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-10T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36413&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36413&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36413" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36413');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36361&month=10&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:58 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36361&month=10&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36361&month=10&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-14T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36361&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36361&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36361" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36361');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:40:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36913&month=10&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:59 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36913&month=10&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36913&month=10&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-15T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36913&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36913&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36913" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36913');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36851&month=10&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:40:59 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36851&month=10&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36851&month=10&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-14T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36851&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36851&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36851" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36851');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36291&month=10&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37331&month=10&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:40:59 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36291&month=10&year=2026&day=13&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36291&month=10&year=2026&day=13&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'13,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-13T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36291&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36291&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36291" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36291');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 13, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:00 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37331&month=10&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37331&month=10&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-14T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tChess Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18556" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37331&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37331&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37331" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37331');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Chess '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36232&month=10&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:00 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36232&month=10&year=2026&day=13&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36232&month=10&year=2026&day=13&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'13,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-13T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36232&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36232&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36232" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36232');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 13, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36230&month=10&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:00 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36230&month=10&year=2026&day=6&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36230&month=10&year=2026&day=6&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'6,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-06T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36230&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36230&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36230" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36230');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 6, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36412&month=10&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:00 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36412&month=10&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36412&month=10&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-03T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36412&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36412&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36412" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36412');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36387&month=10&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:02 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36387&month=10&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36387&month=10&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-10T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36387&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36387&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36387" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36387');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36292&month=10&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36233&month=10&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:03 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36292&month=10&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36292&month=10&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-16T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36292&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36292&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36292" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36292');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:03 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36233&month=10&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36233&month=10&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-16T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36233&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36233&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36233" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36233');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36414&month=10&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36388&month=10&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36943&month=10&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36883&month=10&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36440&month=10&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:03 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36414&month=10&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36414&month=10&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-17T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36414&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36414&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36414" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36414');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:03 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36388&month=10&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36388&month=10&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-17T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36388&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36388&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36388" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36388');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:04 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36943&month=10&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36943&month=10&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-15T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36943&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36943&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36943" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36943');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:04 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36883&month=10&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36883&month=10&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-15T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36883&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36883&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36883" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36883');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:04 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36440&month=10&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36440&month=10&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-16T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36440&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36440&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36440" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36440');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37332&month=10&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:09 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37332&month=10&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37332&month=10&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-21T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tChess Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18556" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37332&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37332&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37332" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37332');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Chess '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36944&month=10&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36234&month=10&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:09 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36944&month=10&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36944&month=10&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-22T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36944&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36944&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36944" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36944');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:09 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36234&month=10&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36234&month=10&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-20T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36234&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36234&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36234" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36234');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36293&month=10&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:09 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36293&month=10&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36293&month=10&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-20T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36293&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36293&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36293" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36293');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36914&month=10&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37159&month=10&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:09 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36914&month=10&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36914&month=10&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-22T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36914&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36914&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36914" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36914');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:09 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37159&month=10&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37159&month=10&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-22T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37159&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37159&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37159" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37159');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36852&month=10&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36362&month=10&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:10 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36852&month=10&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36852&month=10&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-21T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36852&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36852&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36852" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36852');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:10 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36362&month=10&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36362&month=10&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-21T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36362&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36362&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36362" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36362');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36441&month=10&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:13 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36441&month=10&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36441&month=10&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-23T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36441&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36441&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36441" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36441');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 23, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36389&month=10&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:13 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36389&month=10&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36389&month=10&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-24T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36389&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36389&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36389" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36389');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36294&month=10&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36415&month=10&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:14 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36294&month=10&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36294&month=10&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-23T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36294&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36294&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36294" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36294');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 23, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:14 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36415&month=10&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36415&month=10&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-24T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36415&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36415&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36415" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36415');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36884&month=10&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:14 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36884&month=10&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36884&month=10&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-22T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36884&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36884&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36884" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36884');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36236&month=10&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:14 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36236&month=10&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36236&month=10&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-27T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36236&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36236&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36236" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36236');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37158&month=10&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:15 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37158&month=10&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37158&month=10&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-15T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37158&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37158&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37158" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37158');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36235&month=10&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:15 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36235&month=10&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36235&month=10&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-23T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36235&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36235&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36235" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36235');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 23, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36295&month=10&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:15 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36295&month=10&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36295&month=10&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-27T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36295&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36295&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36295" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36295');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36945&month=10&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:18 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36945&month=10&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36945&month=10&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-29T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36945&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36945&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36945" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36945');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36853&month=10&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:18 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36853&month=10&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36853&month=10&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-28T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36853&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36853&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36853" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36853');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37333&month=10&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:19 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37333&month=10&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37333&month=10&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-28T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tChess Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18556" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37333&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37333&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37333" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37333');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Chess '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36363&month=10&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:19 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36363&month=10&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36363&month=10&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-28T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36363&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36363&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36363" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36363');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37160&month=10&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:19 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37160&month=10&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37160&month=10&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-29T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37160&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37160&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37160" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37160');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36885&month=10&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:20 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36885&month=10&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36885&month=10&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-29T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36885&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36885&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36885" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36885');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36237&month=10&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:21 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36237&month=10&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36237&month=10&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-30T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36237&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36237&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36237" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36237');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 30, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36915&month=10&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:21 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36915&month=10&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36915&month=10&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-29T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36915&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36915&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36915" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36915');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36390&month=10&year=2026&day=31&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:23 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36390&month=10&year=2026&day=31&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36390&month=10&year=2026&day=31&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'31,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-31T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36390&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36390&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36390" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36390');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 31, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36296&month=10&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:41:23 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36296&month=10&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36296&month=10&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-30T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36296&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36296&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36296" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36296');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 30, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36841&month=8&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36416&month=10&year=2026&day=31&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:24 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36416&month=10&year=2026&day=31&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36416&month=10&year=2026&day=31&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'31,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-31T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36416&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36416&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36416" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36416');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 31, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36212&month=8&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37183&month=8&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36271&month=8&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36442&month=10&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:25 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36442&month=10&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36442&month=10&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-30T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36442&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36442&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36442" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36442');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 30, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37002&month=8&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36873&month=8&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36903&month=8&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36430&month=8&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36933&month=8&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37013&month=8&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36718&month=8&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37287&month=8&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36934&month=8&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36273&month=8&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36719&month=8&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3947
2026-08-11 22:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36934&month=8&year=2026&day=13&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36934&month=8&year=2026&day=13&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'13,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-13T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36934&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36934&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36934" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36934');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 13, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4178
2026-08-11 22:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36273&month=8&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36273&month=8&year=2026&day=11&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-11T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36273&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36273&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36273" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36273');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 11, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4762
2026-08-11 22:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36719&month=8&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36719&month=8&year=2026&day=12&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-12T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Stamford Museum and nature center2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18229" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36719&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36719&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36719" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36719');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Stamford '
'Nature Center - Farm Fun! 🐤🐑</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><strong>Discover '
'the importance of local farms as we learn about products from '
'wool to eggs to vegetables.\xa0</strong></p><p><strong>Take the '
'farm baby name quiz and meet some live animals, which may '
'include chicks, a chicken, duck, guinea pig, rabbit, goat or '
'lamb!</strong></p><p><strong>Presented by the Stamford Museum '
'and Nature Center. Limited space; first come, first served.\xa0'
'</strong><br/><strong>All\xa0'
'</strong><strong>ages</strong></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37184&month=8&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36842&month=8&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4070
2026-08-11 22:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37184&month=8&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37184&month=8&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-10T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20094:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37184&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37184&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37184" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37184');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Perler '
'Beading</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Ages 9 and up. '
'Create your own Perler bead keychain or magnet to bring home! '
'Drop in any time between 3pm-4:30pm. While supplies '
'last.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36904&month=8&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4199
2026-08-11 22:41:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36842&month=8&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36842&month=8&year=2026&day=12&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-12T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36842&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36842&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36842" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36842');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36874&month=8&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36214&month=8&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4090
2026-08-11 22:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36904&month=8&year=2026&day=13&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36904&month=8&year=2026&day=13&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'13,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-13T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36904&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36904&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36904" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36904');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 13, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4019
2026-08-11 22:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36874&month=8&year=2026&day=13&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36874&month=8&year=2026&day=13&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'13,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-13T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36874&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36874&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36874" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36874');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 13, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4178
2026-08-11 22:41:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36214&month=8&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36214&month=8&year=2026&day=11&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-11T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36214&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36214&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36214" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36214');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 11, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36216&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4178
2026-08-11 22:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36216&month=8&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36216&month=8&year=2026&day=18&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-18T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36216&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36216&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36216" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36216');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36728&month=8&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36275&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4549
2026-08-11 22:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36728&month=8&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36728&month=8&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-15T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Stamford Museum and nature center2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18229" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36728&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36728&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36728" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36728');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Stamford '
'Nature Center - Slimy & Scaly!🐸🐍</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>All ages. Explore '
'the world of reptiles and amphibians and meet and touch some '
'live snakes, turtles, frogs and lizards!\xa0<br/>Presented by '
'the Stamford Museum and Nature Center. Limited space; first '
'come, first served.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:37 [scrapy.extensions.logstats] INFO: Crawled 102 pages (at 102 pages/min), scraped 77 items (at 77 items/min)
2026-08-11 22:41:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4178
2026-08-11 22:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36275&month=8&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36275&month=8&year=2026&day=18&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-18T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36275&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36275&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36275" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36275');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36431&month=8&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36274&month=8&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37185&month=8&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36843&month=8&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4943
2026-08-11 22:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36431&month=8&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36431&month=8&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-14T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36431&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36431&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36431" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36431');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4177
2026-08-11 22:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36274&month=8&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36274&month=8&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-14T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36274&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36274&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36274" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36274');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4070
2026-08-11 22:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37185&month=8&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37185&month=8&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-17T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20094:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37185&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37185&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37185" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37185');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Perler '
'Beading</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Ages 9 and up. '
'Create your own Perler bead keychain or magnet to bring home! '
'Drop in any time between 3pm-4:30pm. While supplies '
'last.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4199
2026-08-11 22:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36843&month=8&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36843&month=8&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-19T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36843&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36843&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36843" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36843');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36215&month=8&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4177
2026-08-11 22:41:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36215&month=8&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36215&month=8&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-14T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36215&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36215&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36215" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36215');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36905&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4090
2026-08-11 22:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36905&month=8&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36905&month=8&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-20T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36905&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36905&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36905" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36905');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36935&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3947
2026-08-11 22:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36935&month=8&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36935&month=8&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-20T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36935&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36935&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36935" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36935');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37403&month=8&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:41:41 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37403&month=8&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37403&month=8&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-19T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Norwalk Town Green</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37403&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37403&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37403" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37403');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Read '
'on the Green</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p dir="ltr">Bring '
'your friends and family, lawn chairs, blankets, and books to the '
'Norwalk Green for an evening of reading! This event is meant for '
'all ages. Raindate: 8/20.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37150&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37209&month=8&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4488
2026-08-11 22:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37150&month=8&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37150&month=8&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-20T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37150&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37150&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37150" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37150');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4041
2026-08-11 22:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37209&month=8&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37209&month=8&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-19T15:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:30 PM\u2009-\u20096:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37209&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37209&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37209" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37209');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Mini '
'Dino Dig</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to dig up '
'a dinosaur egg and then chisel out the fossil. For ages 3+. Open '
'while supplies last!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36353&month=8&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36720&month=8&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36713&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4815
2026-08-11 22:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36353&month=8&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36353&month=8&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-19T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36353&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36353&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36353" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36353');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4689
2026-08-11 22:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36720&month=8&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36720&month=8&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-19T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Stamford Museum and nature center2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18229" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36720&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36720&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36720" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36720');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Stamford '
'Nature Center - Wildlife CSI🔎</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Ages 7 and up. '
'Solve a wildlife Who-Done-It by using clues such as hairs and '
'animal tracks as you go through a station-based mystery! Learn '
'about how Wildlife CSI can protect endangered species and what '
'kinds of evidence scientists use to help solve crimes against '
'wildlife. Presented by the Stamford Museum and Nature Center. '
'Limited space; first come, first served.\xa0</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5208
2026-08-11 22:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36713&month=8&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36713&month=8&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-20T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20093:45 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Unearth a Story" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18505" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36713&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36713&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36713" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36713');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">\xa0'
'Unearth a Story with Robert Rivest</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>A renowned performing artist, Robert '
'uses mime, comedy, improv and interactive stories to humorously '
"highlight this year's Summer Library Theme.\xa0"
'</strong><br/><strong>Participants get to learn new skills in '
'physical comedy, mime illusion, storytelling and improv '
'games.\xa0</strong><br/><strong>We can create mime improvs on '
'dinosaurs, archaeology, and paleontology . . . you name '
'it!</strong></p><p><br/></p><p><strong><img alt="Robert Rivest" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18506" style="width: '
'223px;"/></strong><strong>Robert Rivest is a funny man, who sees '
'the world in a very funny way.\xa0</strong><br/><strong>He is '
'known as "The Human Cartoon” because of his highly expressive '
'face and flexible body.\xa0</strong><br/><strong>This '
'interactive show is a great way for families to lighten-up, '
'laugh together and make new friends.</strong></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36875&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4019
2026-08-11 22:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36875&month=8&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36875&month=8&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-20T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36875&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36875&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36875" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36875');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37300&month=8&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36406&month=8&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37275&month=8&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36432&month=8&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36217&month=8&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4041
2026-08-11 22:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37300&month=8&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37300&month=8&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-22T12:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37300&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37300&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37300" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37300');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Mini '
'Dino Dig</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to dig up '
'a dinosaur egg and then chisel out the fossil. For ages 3+. Open '
'while supplies last!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4608
2026-08-11 22:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36406&month=8&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36406&month=8&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-22T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36406&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36406&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36406" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36406');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4534
2026-08-11 22:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37275&month=8&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37275&month=8&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-22T12:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="backpacks" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18483" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37275&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37275&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37275" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37275');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Books, '
'Bags & Beats: SBM Back-to-School Community Mixer & '
'Backpack Giveaway! 🆓🎒</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 22, 2026</h3>\n'
'\t\t\t\t\t\t\tFREE BACKPACK GIVEAWAY EVENT\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img '
'alt="Backpack Giveaway" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18606" style="width: '
'673px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4943
2026-08-11 22:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36432&month=8&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36432&month=8&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-21T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36432&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36432&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36432" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36432');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4177
2026-08-11 22:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36217&month=8&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36217&month=8&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-21T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36217&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36217&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36217" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36217');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36276&month=8&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36380&month=8&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4177
2026-08-11 22:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36276&month=8&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36276&month=8&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-21T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36276&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36276&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36276" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36276');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4748
2026-08-11 22:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36380&month=8&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36380&month=8&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-22T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36380&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36380&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36380" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36380');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36354&month=8&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4815
2026-08-11 22:41:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36354&month=8&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36354&month=8&year=2026&day=26&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-26T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36354&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36354&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36354" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36354');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 26, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36844&month=8&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4199
2026-08-11 22:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36844&month=8&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36844&month=8&year=2026&day=26&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-26T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36844&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36844&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36844" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36844');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 26, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36218&month=8&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36906&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37378&month=8&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4178
2026-08-11 22:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36218&month=8&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36218&month=8&year=2026&day=25&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-25T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36218&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36218&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36218" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36218');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4090
2026-08-11 22:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36906&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36906&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36906&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36906&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36906" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36906');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4070
2026-08-11 22:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37378&month=8&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37378&month=8&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-24T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20094:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37378&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37378&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37378" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37378');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Perler '
'Beading</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Ages 9 and up. '
'Create your own Perler bead keychain or magnet to bring home! '
'Drop in any time between 3pm-4:30pm. While supplies '
'last.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36277&month=8&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37151&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4178
2026-08-11 22:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36277&month=8&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36277&month=8&year=2026&day=25&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-25T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36277&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36277&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36277" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36277');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4488
2026-08-11 22:41:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37151&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37151&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37151&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37151&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37151" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37151');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36876&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4019
2026-08-11 22:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36876&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36876&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36876&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36876&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36876" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36876');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36219&month=8&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36433&month=8&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36220&month=9&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4177
2026-08-11 22:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36219&month=8&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36219&month=8&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-28T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36219&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36219&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36219" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36219');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4943
2026-08-11 22:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36433&month=8&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36433&month=8&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-28T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36433&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36433&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36433" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36433');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4181
2026-08-11 22:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36220&month=9&year=2026&day=1&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36220&month=9&year=2026&day=1&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'1,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-01T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36220&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36220&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36220" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36220');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 1, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36279&month=9&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36407&month=8&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36936&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36381&month=8&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4181
2026-08-11 22:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36279&month=9&year=2026&day=1&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36279&month=9&year=2026&day=1&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'1,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-01T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36279&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36279&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36279" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36279');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 1, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4608
2026-08-11 22:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36407&month=8&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36407&month=8&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-29T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36407&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36407&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36407" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36407');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3947
2026-08-11 22:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36936&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36936&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36936&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36936&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36936" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36936');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4748
2026-08-11 22:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36381&month=8&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36381&month=8&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-29T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36381&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36381&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36381" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36381');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36278&month=8&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4177
2026-08-11 22:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36278&month=8&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36278&month=8&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-28T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36278&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36278&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36278" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36278');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:41:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36877&month=9&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4022
2026-08-11 22:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36877&month=9&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36877&month=9&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-03T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36877&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36877&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36877" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36877');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37003&month=9&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6216
2026-08-11 22:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37003&month=9&year=2026&day=4&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37003&month=9&year=2026&day=4&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'4,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-04T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\t3/4 Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="download" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18226" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37003&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37003&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37003" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37003');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Music '
'With Deirdre </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 4, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p id="isPasted" '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:8.0pt;font-size:11.0pt;background:white;\'><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Clap and '
'sing along with Ms. Deirdre and her lively interactive music '
'program! </span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><br/> '
'<strong><span style=\'font-family:"Arial",sans-serif;\'>Ages 5 '
'and under.\xa0</span></strong></span></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Limited '
'space.\xa0</span></strong></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Call '
'203-899-2780 x 15131 or email us at\xa0</span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><a '
'href="mailto:youthservices@norwalkpl.org" style=" '
'border-box;transition: color 0.2s ease-in-out;"><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#1074A2;text-decoration:none;\'>youthservices@norwalkpl.org</span></strong></a><strong><span '
'style=\'font-family:"Arial",sans-serif;\'>\xa0with '
'questions.</span></strong></span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37014&month=9&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6216
2026-08-11 22:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37014&month=9&year=2026&day=4&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37014&month=9&year=2026&day=4&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'4,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-04T11:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:15 AM\u2009-\u200911:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\t3/4 Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="download" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18226" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37014&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37014&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37014" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37014');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Music '
'With Deirdre </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 4, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p id="isPasted" '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:8.0pt;font-size:11.0pt;background:white;\'><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Clap and '
'sing along with Ms. Deirdre and her lively interactive music '
'program! </span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><br/> '
'<strong><span style=\'font-family:"Arial",sans-serif;\'>Ages 5 '
'and under.\xa0</span></strong></span></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Limited '
'space.\xa0</span></strong></p><p '
'style=\'margin-right:0in;margin-left:0in;font-size:16px;font-family:"Calibri",sans-serif;margin-top:0in;margin-bottom:1rem;font-size:11.0pt;background:white; '
'border-box;font-variant-ligatures: normal;font-variant-caps: '
'normal;orphans: 2;widows: 2;-webkit-text-stroke-width: '
'0px;text-decoration-thickness: initial;text-decoration-style: '
'initial;text-decoration-color: '
"initial;word-spacing:0px;'><strong><span "
'style=\'font-family:"Arial",sans-serif;color:#444444;\'>Call '
'203-899-2780 x 15131 or email us at\xa0</span></strong><span '
'style=\'font-family:"Arial",sans-serif;color:#444444;\'><a '
'href="mailto:youthservices@norwalkpl.org" style=" '
'border-box;transition: color 0.2s ease-in-out;"><strong><span '
'style=\'font-family:"Arial",sans-serif;color:#1074A2;text-decoration:none;\'>youthservices@norwalkpl.org</span></strong></a><strong><span '
'style=\'font-family:"Arial",sans-serif;\'>\xa0with '
'questions.</span></strong></span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36355&month=9&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36845&month=9&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4818
2026-08-11 22:41:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36355&month=9&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36355&month=9&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-02T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36355&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36355&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36355" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36355');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 2, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4202
2026-08-11 22:41:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36845&month=9&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36845&month=9&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-02T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36845&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36845&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36845" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36845');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 2, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37152&month=9&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36907&month=9&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4491
2026-08-11 22:41:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37152&month=9&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37152&month=9&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-03T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37152&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37152&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37152" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37152');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4093
2026-08-11 22:41:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36907&month=9&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36907&month=9&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-03T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36907&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36907&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36907" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36907');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:41:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36937&month=9&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:41:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:41:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3950
2026-08-11 22:41:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36937&month=9&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36937&month=9&year=2026&day=3&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-03T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36937&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36937&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36937" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36937');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35179&month=9&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4289
2026-08-11 22:42:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35179&month=9&year=2026&day=6&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35179&month=9&year=2026&day=6&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'6,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-06T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name" '
'style="display:none;">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tEvent Location\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Library Closed " '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16429" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35179&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35179&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35179" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35179');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Library '
'Closed </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Sunday, '
'September 6, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36382&month=9&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4751
2026-08-11 22:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36382&month=9&year=2026&day=5&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36382&month=9&year=2026&day=5&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'5,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-05T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36382&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36382&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36382" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36382');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 5, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36846&month=9&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4202
2026-08-11 22:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36846&month=9&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36846&month=9&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-09T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36846&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36846&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36846" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36846');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 9, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36222&month=9&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35180&month=9&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4181
2026-08-11 22:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36222&month=9&year=2026&day=8&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36222&month=9&year=2026&day=8&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'8,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-08T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36222&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36222&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36222" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36222');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 8, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4290
2026-08-11 22:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35180&month=9&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35180&month=9&year=2026&day=7&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-07T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20095:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name" '
'style="display:none;">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tEvent Location\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Library Closed " '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16429" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35180&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35180&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35180" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35180');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Library '
'Closed </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 7, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36408&month=9&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4611
2026-08-11 22:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36408&month=9&year=2026&day=5&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36408&month=9&year=2026&day=5&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'5,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-05T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36408&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36408&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36408" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36408');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 5, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36908&month=9&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4096
2026-08-11 22:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36908&month=9&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36908&month=9&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-10T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36908&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36908&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36908" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36908');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36282&month=9&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36878&month=9&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4183
2026-08-11 22:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36282&month=9&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36282&month=9&year=2026&day=11&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-11T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36282&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36282&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36282" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36282');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 11, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4025
2026-08-11 22:42:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36878&month=9&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36878&month=9&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-10T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36878&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36878&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36878" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36878');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36356&month=9&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36938&month=9&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4818
2026-08-11 22:42:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36356&month=9&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36356&month=9&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-09T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36356&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36356&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36356" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36356');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 9, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3953
2026-08-11 22:42:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36938&month=9&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36938&month=9&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-10T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36938&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36938&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36938" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36938');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36435&month=9&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36434&month=9&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4949
2026-08-11 22:42:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36435&month=9&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36435&month=9&year=2026&day=11&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-11T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36435&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36435&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36435" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36435');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 11, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4946
2026-08-11 22:42:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36434&month=9&year=2026&day=4&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36434&month=9&year=2026&day=4&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'4,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-04T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36434&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36434&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36434" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36434');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 4, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36223&month=9&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37153&month=9&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4183
2026-08-11 22:42:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36223&month=9&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36223&month=9&year=2026&day=11&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-11T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36223&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36223&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36223" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36223');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 11, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4494
2026-08-11 22:42:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37153&month=9&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37153&month=9&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-10T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37153&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37153&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37153" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37153');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36281&month=9&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4181
2026-08-11 22:42:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36281&month=9&year=2026&day=8&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36281&month=9&year=2026&day=8&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'8,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-08T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36281&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36281&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36281" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36281');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 8, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36357&month=9&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4821
2026-08-11 22:42:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36357&month=9&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36357&month=9&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-16T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36357&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36357&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36357" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36357');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37327&month=9&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36409&month=9&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4258
2026-08-11 22:42:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37327&month=9&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37327&month=9&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-16T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tChess Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18556" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37327&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37327&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37327" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37327');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Chess '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4614
2026-08-11 22:42:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36409&month=9&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36409&month=9&year=2026&day=12&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-12T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36409&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36409&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36409" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36409');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36383&month=9&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4754
2026-08-11 22:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36383&month=9&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36383&month=9&year=2026&day=12&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-12T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36383&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36383&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36383" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36383');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36847&month=9&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36283&month=9&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4205
2026-08-11 22:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36847&month=9&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36847&month=9&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-16T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36847&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36847&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36847" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36847');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4184
2026-08-11 22:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36283&month=9&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36283&month=9&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-15T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36283&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36283&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36283" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36283');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37404&month=9&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:10 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37404&month=9&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37404&month=9&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-16T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Norwalk Town Green</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37404&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37404&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37404" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37404');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Read '
'on the Green</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" dir="ltr">Bring your friends and family, lawn '
'chairs, blankets, and books to the Norwalk Green for an evening '
'of reading! This event is meant for all ages. Raindate: '
'9/17.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36284&month=9&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4183
2026-08-11 22:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36284&month=9&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36284&month=9&year=2026&day=18&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-18T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36284&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36284&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36284" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36284');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36879&month=9&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36436&month=9&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4025
2026-08-11 22:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36879&month=9&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36879&month=9&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-17T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36879&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36879&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36879" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36879');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4949
2026-08-11 22:42:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36436&month=9&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36436&month=9&year=2026&day=18&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-18T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36436&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36436&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36436" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36436');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37454&month=9&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5007
2026-08-11 22:42:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37454&month=9&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37454&month=9&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-19T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200910:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://tutuschool.com/westport/events/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37454&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37454&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37454" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37454');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">\u200bBallet '
'Storytime with Tutu School Westport for 6 mo - 3 yrs</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Join Tutu School '
'at Norwalk Public Library for a free Ballet Storytime! Enjoy a '
'30-minute program that includes a mini ballet lesson and reading '
'a favorite ballet storybook. The event is open to age 6 months '
'to 3 years old. Caregiver participation is required.\xa0<a '
'data-pasted="true" '
'href="https://tutuschool.com/westport/events/" rel="noopener '
'noreferrer" target="_blank" '
'title="https://tutuschool.com/westport/events/">Please register '
'here to attend</a>. Tutu School is a whimsical, storybook '
'inspired ballet studio focusing on children ages 6 months to 8 '
'years old. Join us for a mini ballet lesson and a favorite '
'ballet storybook.\xa0</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36909&month=9&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36939&month=9&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36225&month=9&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4096
2026-08-11 22:42:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36909&month=9&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36909&month=9&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-17T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36909&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36909&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36909" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36909');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3953
2026-08-11 22:42:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36939&month=9&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36939&month=9&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-17T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36939&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36939&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36939" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36939');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4183
2026-08-11 22:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36225&month=9&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36225&month=9&year=2026&day=18&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-18T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36225&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36225&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36225" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36225');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37154&month=9&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4494
2026-08-11 22:42:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37154&month=9&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37154&month=9&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-17T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37154&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37154&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37154" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37154');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36384&month=9&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4754
2026-08-11 22:42:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36384&month=9&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36384&month=9&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-19T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36384&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36384&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36384" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36384');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36848&month=9&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4205
2026-08-11 22:42:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36848&month=9&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36848&month=9&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-23T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36848&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36848&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36848" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36848');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 23, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37473&month=9&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36285&month=9&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4108
2026-08-11 22:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37473&month=9&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37473&month=9&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-20T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37473&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37473&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37473" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37473');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Cricut '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Sunday, '
'September 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Grades 4-8. Kids '
'will learn how to use the Design Space software to create their '
'very own Cricut designs to make things like cards, cups and '
't-shirts! Limited space.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4184
2026-08-11 22:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36285&month=9&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36285&month=9&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-22T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36285&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36285&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36285" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36285');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36226&month=9&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4184
2026-08-11 22:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36226&month=9&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36226&month=9&year=2026&day=22&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-22T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36226&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36226&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36226" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36226');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36410&month=9&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4614
2026-08-11 22:42:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36410&month=9&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36410&month=9&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-19T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36410&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36410&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36410" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36410');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36227&month=9&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4183
2026-08-11 22:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36227&month=9&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36227&month=9&year=2026&day=25&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-25T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36227&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36227&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36227" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36227');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36286&month=9&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4183
2026-08-11 22:42:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36286&month=9&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36286&month=9&year=2026&day=25&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-25T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36286&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36286&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36286" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36286');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37155&month=9&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36940&month=9&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4494
2026-08-11 22:42:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37155&month=9&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37155&month=9&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-24T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Studio One</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScV3p2bgE2zOAvtm8ZWp4MIC1xaddvGOQOdunhbyFMKeyv-Vw/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37155&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37155&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37155" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37155');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">3D '
'Design for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to design '
'3D objects in Tinkercad with Norwalk Public Library. This is an '
'in-person class. Grades 8-12; Grades 5-7 if accompanied by a '
'parent/guardian. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3953
2026-08-11 22:42:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36940&month=9&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36940&month=9&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-24T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36940&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36940&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36940" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36940');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'for Littles</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Drop in to play '
'and create with LEGO Duplos! Ages 5 and under.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36358&month=9&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36910&month=9&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4821
2026-08-11 22:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36358&month=9&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36358&month=9&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-23T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36358&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36358&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36358" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36358');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 23, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4096
2026-08-11 22:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36910&month=9&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36910&month=9&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-24T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36910&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36910&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36910" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36910');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Enjoy interactive '
'stories and songs! For<strong>\xa0infants not yet '
'walking</strong> and their caregivers. Space is limited. Older '
'siblings are welcome.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36880&month=9&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4025
2026-08-11 22:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36880&month=9&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36880&month=9&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-24T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36880&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36880&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36880" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36880');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">LEGO '
'Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children in '
'grades K-5 may come in to build exciting Lego creations. Space '
'is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37328&month=9&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4258
2026-08-11 22:42:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37328&month=9&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37328&month=9&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-23T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tChess Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18556" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37328&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37328&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37328" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37328');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Chess '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 23, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36730&month=9&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3979
2026-08-11 22:42:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36730&month=9&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36730&month=9&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-19T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
"<p>Main Children's Area</p>\n"
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36730&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36730&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36730" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36730');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">(Not) '
'Just for Kids Norwalk Symphony Orchestra</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Come hear '
'musicians from the Norwalk Symphony Orchestra!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36228&month=9&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4184
2026-08-11 22:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36228&month=9&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36228&month=9&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-29T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36228&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36228&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36228" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36228');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36411&month=9&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4614
2026-08-11 22:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36411&month=9&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36411&month=9&year=2026&day=26&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-26T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLScl7z8UzaGXP5vFnaZKnr9TOKWES7fKNg75LhoG2tYtA-uMbg/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36411&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36411&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36411" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36411');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Robotics '
'for Teens</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 26, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn to build '
'and program LEGO Mindstorm EV3 physical robots. Students in '
'Grades 6-12 are welcome to attend this program. For students in '
'grades 6 and 7, a parent or legal guardian should be present. '
'This is an in-person class. Registration is required.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36385&month=9&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36359&month=9&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4754
2026-08-11 22:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36385&month=9&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36385&month=9&year=2026&day=26&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-26T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSctiwomCkva3pH7WAJ_UWMd5FCm7wWrpVeEjHb69e4I9eMv1A/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36385&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36385&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36385" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36385');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Saturdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 26, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Learn how to code '
'with Scratch, a free block-based computer programming language '
'developed by MIT which can be used to create interactive '
'stories, games and animations. This online program will be '
'offered via the Zoom platform. Login information will be emailed '
'to participants after registration. Students in Grades 2 and '
'above are welcome to attend this program. It is recommended that '
'a parent or legal guardian be with the child during the '
'program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4821
2026-08-11 22:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36359&month=9&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36359&month=9&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-30T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>Zoom</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="https://docs.google.com/forms/d/e/1FAIpQLSdZVwko9-HPq-aQv2hEtbezhtofFYD_qDYO_MoQlyYn2PXfKA/viewform" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36359&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36359&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36359" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36359');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Coding '
'Wednesdays</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 30, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Students will '
'learn how to code with Scratch using a computer science program '
'called CS First. Scratch is a free block-based computer '
'programming language developed by MIT which can be used to '
'create interactive stories, games and animations. This online '
'program will be offered via the Zoom platform. Login information '
'will be emailed to participants after registration. Students in '
'Grades 2 & up are welcome to attend this program. It is '
'recommended that a parent or legal guardian be with you during '
'the program.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37329&month=9&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4258
2026-08-11 22:42:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37329&month=9&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37329&month=9&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-30T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tChess Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18556" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37329&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37329&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37329" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37329');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Chess '
'for Kids</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 30, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36287&month=9&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4184
2026-08-11 22:42:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36287&month=9&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36287&month=9&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-29T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36287&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36287&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36287" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36287');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37455&month=9&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5014
2026-08-11 22:42:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37455&month=9&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37455&month=9&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-19T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:00 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://tutuschool.com/westport/events/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37455&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37455&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37455" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37455');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Ballet '
'Storytime with Tutu School Westport for 4-8 yrs </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Join Tutu School '
'at Norwalk Public Library for a free Ballet Storytime! Enjoy a '
'30-minute program that includes a mini ballet lesson and reading '
'a favorite ballet storybook. The event is open to age 4-8 years '
'old. Caregiver participation is required. <a '
'href="https://tutuschool.com/westport/events/" '
'id="OWA41bbb966-4537-c220-f035-af192463ec0a" rel="noopener '
'noreferrer" target="_blank" '
'title="https://tutuschool.com/westport/events/">Please register '
'here to attend</a>. Tutu School is a whimsical, storybook '
'inspired ballet studio focusing on children ages 6 months to 8 '
'years old. Join us for a mini ballet lesson and a favorite '
'ballet storybook. </p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36184&month=9&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4842
2026-08-11 22:42:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36184&month=9&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36184&month=9&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-02T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20098:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1"><strong>First Floor Study Rooms - Ask at '
'Reference Desk</strong></h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_contact">\n'
'<div class="specificDetailHeader">Contact:</div>\n'
'<span itemprop="name">\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_contactDiv">To '
'Register - 203-899-2780 x 15106/15109</div>\n'
'</span>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Lawyers in Libraries image" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17918" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36184&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36184&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36184" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36184');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Lawyers '
'in Libraries - Free brief legal advice provided by lawyers</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 2, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img alt="Lawyers '
'in Libraries - JPEG" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18605" style="width: '
'681px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36141&month=9&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35779&month=9&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4607
2026-08-11 22:42:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36141&month=9&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36141&month=9&year=2026&day=11&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-11T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36141&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36141&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36141" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36141');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 11, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12359
2026-08-11 22:42:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35779&month=9&year=2026&day=4&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35779&month=9&year=2026&day=4&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'4,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-04T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CHOICES" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17922" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35779&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35779&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35779" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35779');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">CHOICES '
'Medicare Counseling </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 4, 2026</h3>\n'
"\t\t\t\t\t\t\tConnecticut's program for Health Insurance "
'Assistance, Outreach, Information, Referral, Counseling, '
'Eligibility Screening & Medicare assistance.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 class="subhead1" '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>What is "
"CHOICES?</strong></h2><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>CHOICES is Connecticut’s State Health Insurance "
'assistance Program (SHIP). \xa0SHIP agencies empower, educate, '
'and assist Medicare-eligible individuals, their families, and '
'caregivers through objective outreach, counseling, and training '
'to make informed health insurance decisions that optimize access '
'to care and benefits. CHOICES is a partnership between the '
"state's 5 Area Agencies on Aging (AAAs) and the Center for "
'Medicare Advocacy, Inc. It is administered by the Department of '
"Aging and Disability Services.</p><p style='box-sizing: "
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><a "
'href="https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns" '
'style="box-sizing: border-box; color: rgb(16, 116, 162); '
'text-decoration: none; font-weight: 700; transition: color 0.2s '
'ease-in-out;">https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns</a></p><hr '
"style='box-sizing: border-box; margin: 1rem 0px; color: inherit; "
'border-width: 1px 0px 0px; border-right-style: initial; '
'border-bottom-style: initial; border-left-style: initial; '
'border-right-color: initial; border-bottom-color: initial; '
'border-left-color: initial; border-image: initial; '
'border-top-style: solid; border-top-color: rgb(68, 68, 68); '
'opacity: 0.25; font-family: "Open Sans", "sans-serif"; '
'font-size: 16px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'/><p style='box-sizing: border-box; margin-top: 0px; "
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><span "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">New to Medicare? You have '
'CHOICES to make.\xa0</strong></span><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">Let us help you navigate the health '
'insurance options available to Medicare recipients.\xa0'
'</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">Meet with a '
'trained volunteer CHOICES counselor who can answer your '
'questions.\xa0</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">The Norwalk Public Library offers access '
'to one-on-one sessions from 10:00am to 1:00pm.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Walk-ins welcome, but '
'registration is strongly suggested.\xa0</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><br/></p><p "
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Please call '
'the Reference desk to register - 203-899-2780 x 109 or '
"106</strong></p><p style='box-sizing: border-box; margin-top: "
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">CHOICES '
'counselors do NOT sell or represent any insurance '
"company.</strong></p><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;\'><strong style="box-sizing: border-box; font-weight: '
'bolder;"><img alt="CHOICES pdf_page-0001" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17921" style="width: '
'717px;"/></strong><br/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35861&month=9&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36140&month=9&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9431
2026-08-11 22:42:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35861&month=9&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35861&month=9&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-09T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35861&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35861&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35861" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35861');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 9, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4604
2026-08-11 22:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36140&month=9&year=2026&day=4&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36140&month=9&year=2026&day=4&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'4,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-04T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36140&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36140&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36140" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36140');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 4, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35860&month=9&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9431
2026-08-11 22:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35860&month=9&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35860&month=9&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-02T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35860&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35860&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35860" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35860');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 2, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37311&month=9&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35130&month=9&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5925
2026-08-11 22:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37311&month=9&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37311&month=9&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-14T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">ZOOM!</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">Email</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="focus on fiction" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17901" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37311&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37311&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37311" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37311');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Phiction '
'Writing via Zoom! (Writing fiction stories inspired by '
'photographs)</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>A picture is worth 1,000 words. In '
'this popular adult Phiction Writing program, participants write '
'fiction stories\xa0</strong><br/><strong>inspired by black and '
'white photographs each week.</strong></p><p><strong>Let your '
'imagination take over as you observe the people and locations in '
'the photographs to spark ideas for writing contemporary fiction, '
'suspense, historical fiction and more!\xa0'
'</strong></p><p><strong>Kim Kovach teaches fiction writing, '
'creative writing and personal story writing classes for adults, '
'and is the author of six fiction books including a collection of '
'short stories, A Few Bad Decisions.\xa0'
'</strong></p><p><strong>Kim is the editor of two anthologies, '
'Fiction on Fridays and Whatever Happened to Hansel and Gretel?, '
'and she has written magazine articles as well as more than 300 '
'newspaper columns, <em>Reading, Writing & Chocolate.\xa0'
'</em></strong></p><p><strong>Please visit her website at\xa0'
'</strong><a '
'href="https://www.kimkovachwrites.com/"><strong>www.kimkovachwrites.com</strong></a>\xa0'
'</p><p><strong>This unique 10-week Phiction Writing program is '
'created by author and fiction writing teacher, Kim Kovach.\xa0'
'</strong><br/><strong>Registration is required.\xa0'
'</strong></p><p><strong>To Register: email\xa0</strong><a '
'href="mailto:layala@norwalkpl.org"><strong>layala@norwalkpl.org</strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9332
2026-08-11 22:42:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35130&month=9&year=2026&day=1&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35130&month=9&year=2026&day=1&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'1,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-01T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">STUDIO ONE</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://norwalkct.gov/3535/Know-Your-Numbers" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Know Your Numbers</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="know your numbers2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17746" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35130&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35130&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35130" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35130');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Know '
'Your Numbers </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 1, 2026</h3>\n'
'\t\t\t\t\t\t\tKnow Your Numbers is a free health screening '
'program held at community locations around Norwalk. \n'
'At Know Your Numbers events, staff measure participants’ blood '
'pressure, blood sugar (A1C), body mass index (BMI), and waist '
'circumference.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'style="box-sizing: border-box; margin-bottom: 1.4em; color: '
'rgb(44, 44, 44); font-family: sans-serif; font-size: 14.4px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: left; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;"><img alt="know your numbers" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18200" style="width: '
'644px;"/></p><p style="box-sizing: border-box; margin-bottom: '
'1.4em; color: rgb(44, 44, 44); font-family: sans-serif; '
'font-size: 14.4px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: left; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;"><strong>Participants receive:</strong></p><ul '
'style="box-sizing: border-box; margin: 0px 0px 1.4em; padding: '
'0px 0px 0px 3em; color: rgb(44, 44, 44); line-height: 1.6; '
'list-style-type: circle; font-family: sans-serif; font-size: '
'14.4px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: left; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;" type="disc"><li style="box-sizing: border-box; '
'margin-bottom: 0.35em; font-weight: bold;"><strong>a written '
'summary of their numbers on each of these four measurements, '
'which they can bring to their next doctor’s '
'appointment,</strong></li><li style="box-sizing: border-box; '
'margin-bottom: 0.35em; font-weight: bold;"><strong>guidelines '
'from the American Heart Association and other public health '
'sources about these measurements,</strong></li><li '
'style="box-sizing: border-box; margin-bottom: 0.35em; '
'font-weight: bold;"><strong>education about healthy eating, '
'physical activity, managing stress, and other healthy behaviors '
'that can help improve their numbers,</strong></li><li '
'style="box-sizing: border-box; margin-bottom: 0.35em; '
'font-weight: bold;"><strong>connection to local health care '
'providers for those who don’t have a medical home, '
'and</strong></li><li style="box-sizing: border-box; '
'margin-bottom: 0.35em; font-weight: bold;"><strong>information '
'about community resources like food pantries, SNAP, and the '
'Norwalk Community Resource Hub to help with other '
'needs.</strong></li></ul><p style="box-sizing: border-box; '
'margin-bottom: 1.4em; color: rgb(44, 44, 44); font-family: '
'sans-serif; font-size: 14.4px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: left; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;"><strong>Screenings are '
'held monthly at the Norwalk Library and Opens Doors.\xa0'
'<br/></strong><strong style="box-sizing: border-box; '
'font-weight: 700;">No appointments or insurance are required to '
'receive a free screening.</strong></p><p style="box-sizing: '
'border-box; margin-bottom: 1.4em; color: rgb(44, 44, 44); '
'font-family: sans-serif; font-size: 14.4px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: left; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;"><strong '
'style="box-sizing: border-box; font-weight: 700;"><img '
'alt="Health Dept" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17512"/></strong><br/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35862&month=9&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9434
2026-08-11 22:42:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35862&month=9&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35862&month=9&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-16T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35862&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35862&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35862" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35862');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 16, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36143&month=9&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4607
2026-08-11 22:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36143&month=9&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36143&month=9&year=2026&day=25&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-25T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36143&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36143&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36143" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36143');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 25, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36769&month=9&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4777
2026-08-11 22:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36769&month=9&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36769&month=9&year=2026&day=17&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-17T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20098:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1"><strong>1st floor Cafe area</strong></h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:andrea@connecticutbookfestivals.com">andrea@connecticutbookfestivals.com</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="sneak peek" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17581" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36769&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36769&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36769" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36769');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Writer '
'Sneak Peeks!</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'September 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" '
'itemprop="description"><p><br/></p><p><br/></p><p><br/></p><p>to '
'register, email <a data-fr-linked="true" data-pasted="true" '
'href="mailto:andrea@connecticutbookfestivals.com">andrea@connecticutbookfestivals.com</a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37284&month=9&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35863&month=9&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4310
2026-08-11 22:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37284&month=9&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37284&month=9&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-28T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tComputer Lab\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="access health CT2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18455" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37284&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37284&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37284" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37284');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Access '
'Health CT - Open Enrollment Information Session</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9434
2026-08-11 22:42:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35863&month=9&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35863&month=9&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-23T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35863&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35863&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35863" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35863');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 23, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36142&month=9&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35197&month=9&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:35 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36142&month=9&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36142&month=9&year=2026&day=18&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-18T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36142&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36142&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36142" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36142');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 18, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9057
2026-08-11 22:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35197&month=9&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35197&month=9&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-20T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_contact">\n'
'<div class="specificDetailHeader">Contact:</div>\n'
'<span itemprop="name">\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_contactDiv">203-899-2780 '
'ext 15135</div>\n'
'</span>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Email '
'Aldo with any questions regarding this event</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Space Jam" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17796" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35197&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35197&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35197" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35197');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Movie Weekends: Space Jam</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Sunday, '
'September 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" style="box-sizing: initial; margin: 0px 0px '
'6px; padding: 0px; border: 0px; outline: 0px; font-weight: 400; '
'font-style: normal; font-size: 14.4px; font-family: sans-serif; '
'vertical-align: baseline; color: rgb(51, 51, 51); '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; background-color: '
'rgb(255, 255, 255);">**Doors open at 1PM in the auditorium, with '
'the film starting shortly after 1:30PM.**\xa0<br '
'style="box-sizing: initial;"/><br style="box-sizing: '
'initial;"/>Join us for our bimonthly NPL Movie Weekends, where '
'we host a free screening of a film for all to enjoy. From '
'classics to modern entries, various genres are covered for the '
'public to enjoy in our auditorium. So grab a seat, take some '
'complimentary snacks, and enjoy the show!</p><p '
'style="box-sizing: initial; margin: 0px 0px 6px; padding: 0px; '
'border: 0px; outline: 0px; font-weight: 400; font-style: normal; '
'font-size: 14.4px; font-family: sans-serif; vertical-align: '
'baseline; color: rgb(51, 51, 51); font-variant-ligatures: '
'normal; font-variant-caps: normal; letter-spacing: normal; '
'orphans: 2; text-align: start; text-indent: 0px; text-transform: '
'none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: '
'0px; white-space: normal; text-decoration-thickness: initial; '
'text-decoration-style: initial; text-decoration-color: initial; '
'background-color: rgb(255, 255, 255);"><br style="box-sizing: '
'initial;"/></p><p><em>Michael Jordan makes his starring film '
"debut opposite the celluloid skills of Warner Bros.' Looney "
'Tunes. Jordan must help the Looney Tunes win a basketball game '
'against a group of outer-space creatures who plan, if they win, '
'to kidnap the Looney Tunes and take them to an interplanetary '
'theme park as the latest attraction. Numerous NBA All-Stars, '
'including Charles Barkley, Larry Bird, Patrick Ewing, Larry '
'Johnson, Muggsey Bogues and Shawn Bradley, make appearances. '
'Space Jam is Rated PG for mild cartoon language and violence; '
'the film has a runtime of 1 hour, 28 minutes.</em>\xa0</p><p '
'style="box-sizing: initial; margin: 0px 0px 6px; padding: 0px; '
'border: 0px; outline: 0px; font-weight: 400; font-style: normal; '
'font-size: 14.4px; font-family: sans-serif; vertical-align: '
'baseline; color: rgb(51, 51, 51); font-variant-ligatures: '
'normal; font-variant-caps: normal; letter-spacing: normal; '
'orphans: 2; text-align: start; text-indent: 0px; text-transform: '
'none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: '
'0px; white-space: normal; text-decoration-thickness: initial; '
'text-decoration-style: initial; text-decoration-color: initial; '
'background-color: rgb(255, 255, 255);"><br style="box-sizing: '
'initial;"/></p><p style="box-sizing: initial; margin: 0px 0px '
'6px; padding: 0px; border: 0px; outline: 0px; font-weight: 400; '
'font-style: normal; font-size: 14.4px; font-family: sans-serif; '
'vertical-align: baseline; color: rgb(51, 51, 51); '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; background-color: '
'rgb(255, 255, 255);">NPL Movie Weekends are hosted in '
'partnership with The Norwalk Film Festival - you can find more '
'information about the event on the <a aria-label="official NFF '
'website Opens in new window" '
'href="https://www.norwalkfilmfestival.org/" rel="noopener" '
'style="box-sizing: initial; margin: 0px; padding: 0px; border: '
'0px; outline: 0px; font-weight: inherit; font-style: inherit; '
'font-size: 14.4px; font-family: inherit; vertical-align: '
'baseline; overflow-wrap: anywhere; word-break: normal; color: '
'rgb(17, 133, 71); text-decoration: underline;" '
'target="_blank">official NFF website</a>\xa0</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37308&month=9&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4454
2026-08-11 22:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37308&month=9&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37308&month=9&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-16T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1"><strong>ZOOM!</strong></h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:layala@norwalkpl.org">Email to '
'Register</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37308&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37308&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37308" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37308');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">ArtScapades '
'- Seascapes: From Ship to Shore - Via Zoom!</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img alt="SEPT 16 '
'ARTSCAPADES - Seascapes_page-0001" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18546" style="width: '
'661px;"/></p><h2 class="subhead1">To Register: email '
'layala@norwalkpl.org</h2></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:37 [scrapy.extensions.logstats] INFO: Crawled 216 pages (at 114 pages/min), scraped 192 items (at 115 items/min)
2026-08-11 22:42:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36437&month=9&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4949
2026-08-11 22:42:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36437&month=9&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36437&month=9&year=2026&day=25&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-25T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<p>YouTube</p>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:aaraujo@norwalkpl.org">Reach '
'out to Aldo with any questions!</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.youtube.com/c/NorwalkPublicLibrary" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">NPL YouTube Page</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36437&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36437&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36437" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36437');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">NPL '
'Video Game Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'September 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Welcome to the '
'NPL Video Game Club! Join us on this weekly YouTube livestream '
'where our in-house gamer Aldo plays through a variety of video '
'games, sharing fun facts/historical anecdotes, and interacting '
'with viewers! This is a family-friendly stream, so all ages are '
'welcome - sit back, grab your favorite snack, and visit both '
"gaming's past and more modern entries on the NPL Video Game "
'Club!</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36849&month=9&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4205
2026-08-11 22:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36849&month=9&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36849&month=9&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-30T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20093:15 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36849&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36849&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36849" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36849');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Preschool '
'Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 30, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>Children from the '
'ages of 3-5 years old will have fun engaging with books, songs '
'& activities as they build their early literacy skills. '
'Space is limited. No entry 10 minutes after the program starts. '
"Caregivers must wait in the Children's Department.</p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37121&month=10&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37313&month=9&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36224&month=9&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36185&month=10&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:50 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37121&month=10&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37121&month=10&year=2026&day=7&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-07T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.score.org/about" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">SCORE Website</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="SCORE" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18093" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37121&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37121&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37121" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37121');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">SCORE '
'Small Business Workshop</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 7, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><a '
'href="https://www.score.org/?gad_source=1&gad_campaignid=23547425659&gbraid=0AAAABCd0q3dZFLKefxarQfXic15XCZlMZ&gclid=Cj0KCQiA7rDMBhCjARIsAGDBuED0CWYmWEwK5vYCyfRGLDkwDggZ1LRKcfYIcvoKLcdppuXwZKuY4E0aAuJHEALw_wcB"><strong><img '
'alt="impact numbers_0" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18094" style="width: '
'422px;"/></strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5925
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37313&month=9&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37313&month=9&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-28T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">ZOOM!</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">Email</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="focus on fiction" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17901" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37313&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37313&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37313" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37313');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Phiction '
'Writing via Zoom! (Writing fiction stories inspired by '
'photographs)</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>A picture is worth 1,000 words. In '
'this popular adult Phiction Writing program, participants write '
'fiction stories\xa0</strong><br/><strong>inspired by black and '
'white photographs each week.</strong></p><p><strong>Let your '
'imagination take over as you observe the people and locations in '
'the photographs to spark ideas for writing contemporary fiction, '
'suspense, historical fiction and more!\xa0'
'</strong></p><p><strong>Kim Kovach teaches fiction writing, '
'creative writing and personal story writing classes for adults, '
'and is the author of six fiction books including a collection of '
'short stories, A Few Bad Decisions.\xa0'
'</strong></p><p><strong>Kim is the editor of two anthologies, '
'Fiction on Fridays and Whatever Happened to Hansel and Gretel?, '
'and she has written magazine articles as well as more than 300 '
'newspaper columns, <em>Reading, Writing & Chocolate.\xa0'
'</em></strong></p><p><strong>Please visit her website at\xa0'
'</strong><a '
'href="https://www.kimkovachwrites.com/"><strong>www.kimkovachwrites.com</strong></a>\xa0'
'</p><p><strong>This unique 10-week Phiction Writing program is '
'created by author and fiction writing teacher, Kim Kovach.\xa0'
'</strong><br/><strong>Registration is required.\xa0'
'</strong></p><p><strong>To Register: email\xa0</strong><a '
'href="mailto:layala@norwalkpl.org"><strong>layala@norwalkpl.org</strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4184
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36224&month=9&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36224&month=9&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-15T10:15:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:15 AM\u2009-\u200910:45 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
"\t\t\t\t\t\t\t\t\t\tChildren's Activity "
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36224&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36224&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36224" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36224');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Tunes '
'and Tales</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p>For Children ages '
'5 and under to enjoy stories and songs that encourage their '
'emerging language skills! The program is open to all children '
'who are able to sit quietly next to their grown up. A caregiver '
'must be present. Space is limited.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4839
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36185&month=10&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36185&month=10&year=2026&day=7&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-07T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20098:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1"><strong>First Floor Study Rooms - Ask at '
'Reference Desk</strong></h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_contact">\n'
'<div class="specificDetailHeader">Contact:</div>\n'
'<span itemprop="name">\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_contactDiv">To '
'Register - 203-899-2780 x 15106/15109</div>\n'
'</span>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Lawyers in Libraries image" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17918" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36185&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36185&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36185" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36185');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Lawyers '
'in Libraries - Free brief legal advice provided by lawyers</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 7, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img alt="Lawyers '
'in Libraries - JPEG" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18605" style="width: '
'681px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37314&month=10&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36144&month=10&year=2026&day=2&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35864&month=9&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35865&month=10&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:50 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37314&month=10&year=2026&day=5&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37314&month=10&year=2026&day=5&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'5,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-05T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">ZOOM!</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">Email</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="focus on fiction" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17901" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37314&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37314&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37314" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37314');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Phiction '
'Writing via Zoom! (Writing fiction stories inspired by '
'photographs)</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 5, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>A picture is worth 1,000 words. In '
'this popular adult Phiction Writing program, participants write '
'fiction stories\xa0</strong><br/><strong>inspired by black and '
'white photographs each week.</strong></p><p><strong>Let your '
'imagination take over as you observe the people and locations in '
'the photographs to spark ideas for writing contemporary fiction, '
'suspense, historical fiction and more!\xa0'
'</strong></p><p><strong>Kim Kovach teaches fiction writing, '
'creative writing and personal story writing classes for adults, '
'and is the author of six fiction books including a collection of '
'short stories, A Few Bad Decisions.\xa0'
'</strong></p><p><strong>Kim is the editor of two anthologies, '
'Fiction on Fridays and Whatever Happened to Hansel and Gretel?, '
'and she has written magazine articles as well as more than 300 '
'newspaper columns, <em>Reading, Writing & Chocolate.\xa0'
'</em></strong></p><p><strong>Please visit her website at\xa0'
'</strong><a '
'href="https://www.kimkovachwrites.com/"><strong>www.kimkovachwrites.com</strong></a>\xa0'
'</p><p><strong>This unique 10-week Phiction Writing program is '
'created by author and fiction writing teacher, Kim Kovach.\xa0'
'</strong><br/><strong>Registration is required.\xa0'
'</strong></p><p><strong>To Register: email\xa0</strong><a '
'href="mailto:layala@norwalkpl.org"><strong>layala@norwalkpl.org</strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:50 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36144&month=10&year=2026&day=2&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36144&month=10&year=2026&day=2&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'2,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-02T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36144&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36144&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36144" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36144');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 2, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9434
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35864&month=9&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35864&month=9&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-30T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35864&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35864&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35864" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35864');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'September 30, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:50 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35865&month=10&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35865&month=10&year=2026&day=7&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-07T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35865&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35865&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35865" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35865');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 7, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35131&month=10&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:42:51 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35131&month=10&year=2026&day=6&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35131&month=10&year=2026&day=6&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'6,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-06T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">STUDIO ONE</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://norwalkct.gov/3535/Know-Your-Numbers" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Know Your Numbers</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="know your numbers2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17746" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35131&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35131&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35131" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35131');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Know '
'Your Numbers </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 6, 2026</h3>\n'
'\t\t\t\t\t\t\tKnow Your Numbers is a free health screening '
'program held at community locations around Norwalk. \n'
'At Know Your Numbers events, staff measure participants’ blood '
'pressure, blood sugar (A1C), body mass index (BMI), and waist '
'circumference.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'style="box-sizing: border-box; margin-bottom: 1.4em; color: '
'rgb(44, 44, 44); font-family: sans-serif; font-size: 14.4px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: left; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;"><img alt="know your numbers" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18200" style="width: '
'710px;"/></p><p style="box-sizing: border-box; margin-bottom: '
'1.4em; color: rgb(44, 44, 44); font-family: sans-serif; '
'font-size: 14.4px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: left; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;"><strong>Participants receive:</strong></p><ul '
'style="box-sizing: border-box; margin: 0px 0px 1.4em; padding: '
'0px 0px 0px 3em; color: rgb(44, 44, 44); line-height: 1.6; '
'list-style-type: circle; font-family: sans-serif; font-size: '
'14.4px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: left; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;" type="disc"><li style="box-sizing: border-box; '
'margin-bottom: 0.35em; font-weight: bold;"><strong>a written '
'summary of their numbers on each of these four measurements, '
'which they can bring to their next doctor’s '
'appointment,</strong></li><li style="box-sizing: border-box; '
'margin-bottom: 0.35em; font-weight: bold;"><strong>guidelines '
'from the American Heart Association and other public health '
'sources about these measurements,</strong></li><li '
'style="box-sizing: border-box; margin-bottom: 0.35em; '
'font-weight: bold;"><strong>education about healthy eating, '
'physical activity, managing stress, and other healthy behaviors '
'that can help improve their numbers,</strong></li><li '
'style="box-sizing: border-box; margin-bottom: 0.35em; '
'font-weight: bold;"><strong>connection to local health care '
'providers for those who don’t have a medical home, '
'and</strong></li><li style="box-sizing: border-box; '
'margin-bottom: 0.35em; font-weight: bold;"><strong>information '
'about community resources like food pantries, SNAP, and the '
'Norwalk Community Resource Hub to help with other '
'needs.</strong></li></ul><p style="box-sizing: border-box; '
'margin-bottom: 1.4em; color: rgb(44, 44, 44); font-family: '
'sans-serif; font-size: 14.4px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: left; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;"><strong>Screenings are '
'held monthly at the Norwalk Library and Opens Doors.\xa0'
'<br/></strong><strong style="box-sizing: border-box; '
'font-weight: 700;">No appointments or insurance are required to '
'receive a free screening.</strong></p><p style="box-sizing: '
'border-box; margin-bottom: 1.4em; color: rgb(44, 44, 44); '
'font-family: sans-serif; font-size: 14.4px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: left; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;"><strong '
'style="box-sizing: border-box; font-weight: 700;"><img '
'alt="Health Dept" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17512"/></strong><br/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36145&month=10&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35866&month=10&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35181&month=10&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:54 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36145&month=10&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36145&month=10&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-09T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36145&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36145&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36145" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36145');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 9, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:42:54 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:42:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35866&month=10&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35866&month=10&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-14T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35866&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35866&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35866" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35866');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 14, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:54 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35181&month=10&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35181&month=10&year=2026&day=11&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-11T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name" '
'style="display:none;">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tEvent Location\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Library Closed " '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16429" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35181&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35181&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35181" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35181');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Library '
'Closed </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Sunday, '
'October 11, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35900&month=10&year=2026&day=9&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37398&month=10&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36770&month=10&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:55 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35900&month=10&year=2026&day=9&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35900&month=10&year=2026&day=9&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'9,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-09T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Choices Open Enrollment_0" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17995" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35900&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35900&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35900" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35900');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">C.H.O.I.C.E.S. '
'Medicare Counseling Open Enrollment</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 9, 2026</h3>\n'
"\t\t\t\t\t\t\tConnecticut's program for Health Insurance "
'Assistance, Outreach, Information, Referral, Counseling, '
'Eligibility Screening & Medicare assistance.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h5 '
'data-pasted="true" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 0.5rem; font-family: Roboto, "sans-serif"; '
'font-weight: 500; line-height: 1.2; color: rgb(68, 68, 68); '
'font-size: 1.6rem; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; letter-spacing: normal; '
'orphans: 2; text-align: start; text-indent: 0px; text-transform: '
'none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: '
'0px; white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">What is '
"CHOICES?</strong></h5><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>CHOICES is Connecticut’s State Health Insurance "
'assistance Program (SHIP). \xa0SHIP agencies empower, educate, '
'and assist Medicare-eligible individuals, their families, and '
'caregivers through objective outreach, counseling, and training '
'to make informed health insurance decisions that optimize access '
'to care and benefits. CHOICES is a partnership between the '
"state's 5 Area Agencies on Aging (AAAs) and the Center for "
'Medicare Advocacy, Inc. It is administered by the Department of '
"Aging and Disability Services.</p><p style='box-sizing: "
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><a "
'href="https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns" '
'style="box-sizing: border-box; color: rgb(16, 116, 162); '
'text-decoration: none; font-weight: 700; transition: color 0.2s '
'ease-in-out;"><strong style="box-sizing: border-box; '
'font-weight: '
'bolder;">https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns</strong></a></p><hr '
"style='box-sizing: border-box; margin: 1rem 0px; color: inherit; "
'border-width: 1px 0px 0px; border-right-style: initial; '
'border-bottom-style: initial; border-left-style: initial; '
'border-right-color: initial; border-bottom-color: initial; '
'border-left-color: initial; border-image: initial; '
'border-top-style: solid; border-top-color: rgb(68, 68, 68); '
'opacity: 0.25; font-family: "Open Sans", "sans-serif"; '
'font-size: 16px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'/><p style='box-sizing: border-box; margin-top: 0px; "
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><span "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">New to Medicare? You have '
'CHOICES to make.\xa0</strong></span><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">Let us help you navigate the health '
'insurance options available to Medicare recipients.\xa0'
'</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">Meet with a '
'trained volunteer CHOICES counselor who can answer your '
'questions.\xa0</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">The Norwalk Public Library offers access '
'to one-on-one sessions from 10:00am to 1:00pm.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Walk-ins welcome, but '
'registration is strongly suggested.\xa0</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><br "
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Please call the Reference desk '
'to register - 203-899-2780 x 109 or 106</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">CHOICES '
'counselors do NOT sell or represent any insurance '
'company.</strong></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:55 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37398&month=10&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37398&month=10&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-15T12:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:00 PM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">layala@norwalkpl.org</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://forms.gle/UptYzKFuKmwVxVcX7" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="authorspeakbanner" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18526" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37398&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37398&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37398" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37398');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">AuthorSpeak '
'with James Carlon - Keep the Faith: A Man’s Guide to Staying '
'Catholic After Divorce</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img alt="carlon" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18581"/></p><h2 '
'class="subhead1" data-pasted="true" style=\'box-sizing: '
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><strong>Staying Catholic After Divorce with Jim "
"Carlon</strong></h2><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><strong>Divorce can leave Catholics feeling isolated, "
'uncertain, and disconnected from their faith. In this inspiring '
'presentation, attorney, husband, father, and lifelong Catholic '
'Jim Carlon shares a message of hope for men navigating life '
"after divorce.</strong></p><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><strong>Drawing from his book,\xa0<em "
'style="box-sizing: border-box;">Keep the Faith: A Man\'s Guide '
'to Staying Catholic After Divorce</em>, Jim explores why '
'divorced Catholic men are called to remain active in the life of '
'the Church despite the challenges they may face.\xa0<br '
'style="box-sizing: border-box;"/>Through personal insight, '
'practical guidance, and a deep commitment to the Catholic faith, '
'he offers concrete steps for living with authenticity, '
'integrity, and renewed purpose.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>Whether you "
'are personally experiencing divorce, supporting a loved one, or '
"seeking to better understand the Church's call to accompany "
'those who are divorced, this program offers encouragement, '
"practical wisdom, and the reassurance that God's grace remains "
"present through every stage of life's journey.</strong></p><p "
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: '
"initial;'><strong><br/></strong></p><p style='box-sizing: "
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><strong>About the Speaker</strong></p><p "
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>Jim Carlon is "
'a lifelong Catholic, attorney, husband, and father with more '
'than 25 years of legal experience. He is the founder and former '
"chairman of the Fairfield County Bar Association's Wellness "
'Committee and serves on the board of directors of the Care '
'Coalition, a nonprofit organization dedicated to mental health '
'and wellness. Jim is also a former officer in the United States '
"Army Reserve Judge Advocate General's Corps. A graduate of "
'Fairfield University and New York Law School, he lives in '
'Norwalk, Connecticut, with his wife.</strong></p><h1 '
'class="headline" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><br/></h1><h2 "
'class="subhead1"><a '
'href="https://forms.gle/UptYzKFuKmwVxVcX7">Register Here</a>\xa0'
'</h2><p data-pasted="true" style=\'box-sizing: border-box; '
'margin-top: 0px; margin-bottom: 0.5rem; font-family: Roboto, '
'"sans-serif"; font-weight: 500; line-height: 1.2; color: rgb(68, '
'68, 68); font-size: 1.8rem; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>\xa0 \xa0 ⬆️</p><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 0.5rem; font-family: Roboto, '
'"sans-serif"; font-weight: 500; line-height: 1.2; color: rgb(68, '
'68, 68); font-size: 1.8rem; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;\'><br/></p><h2 class="subhead1" style=\'box-sizing: '
'border-box; margin-top: 0px; margin-bottom: 0.5rem; font-family: '
'Roboto, "sans-serif"; font-weight: 500; line-height: 1.2; color: '
'rgb(68, 68, 68); font-size: 1.8rem; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;\'><br/></h2><h2 class="subhead1" style=\'box-sizing: '
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><br/></h2><p><br/></p></div>\n"
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:42:55 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36770&month=10&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36770&month=10&year=2026&day=15&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-15T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20098:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1"><strong>1st floor Cafe area</strong></h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:andrea@connecticutbookfestivals.com">andrea@connecticutbookfestivals.com</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="sneak peek" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17581" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36770&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36770&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36770" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36770');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Writer '
'Sneak Peeks!</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'October 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" '
'itemprop="description"><p><br/></p><p><br/></p><p><br/></p><p>to '
'register, email <a data-fr-linked="true" data-pasted="true" '
'href="mailto:andrea@connecticutbookfestivals.com">andrea@connecticutbookfestivals.com</a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35182&month=10&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37309&month=10&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:55 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35182&month=10&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35182&month=10&year=2026&day=12&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-12T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20095:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name" '
'style="display:none;">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tEvent Location\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Library Closed " '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16429" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35182&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35182&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35182" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35182');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Library '
'Closed </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:55 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37309&month=10&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37309&month=10&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-14T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1"><strong>ZOOM!</strong></h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" href="mailto:layala@norwalkpl.org">Email to '
'Register</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37309&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37309&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37309" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37309');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">ArtScapades '
'- Italian Art: From Masters to Modernists - Via Zoom!</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img '
'alt="ArtScapades - Flyer - Italian Art - Norwalk - 10-14-26 '
'(1)_page-0001" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18547" style="width: '
'675px;"/></p><h2 class="subhead1">To Register: email '
'layala@norwalkpl.org</h2></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:42:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35901&month=10&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:58 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35901&month=10&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35901&month=10&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-16T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Choices Open Enrollment_0" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17995" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35901&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35901&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35901" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35901');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">C.H.O.I.C.E.S. '
'Medicare Counseling Open Enrollment</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 16, 2026</h3>\n'
"\t\t\t\t\t\t\tConnecticut's program for Health Insurance "
'Assistance, Outreach, Information, Referral, Counseling, '
'Eligibility Screening & Medicare assistance.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h5 '
'data-pasted="true" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 0.5rem; font-family: Roboto, "sans-serif"; '
'font-weight: 500; line-height: 1.2; color: rgb(68, 68, 68); '
'font-size: 1.6rem; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; letter-spacing: normal; '
'orphans: 2; text-align: start; text-indent: 0px; text-transform: '
'none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: '
'0px; white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">What is '
"CHOICES?</strong></h5><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>CHOICES is Connecticut’s State Health Insurance "
'assistance Program (SHIP). \xa0SHIP agencies empower, educate, '
'and assist Medicare-eligible individuals, their families, and '
'caregivers through objective outreach, counseling, and training '
'to make informed health insurance decisions that optimize access '
'to care and benefits. CHOICES is a partnership between the '
"state's 5 Area Agencies on Aging (AAAs) and the Center for "
'Medicare Advocacy, Inc. It is administered by the Department of '
"Aging and Disability Services.</p><p style='box-sizing: "
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><a "
'href="https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns" '
'style="box-sizing: border-box; color: rgb(16, 116, 162); '
'text-decoration: none; font-weight: 700; transition: color 0.2s '
'ease-in-out;"><strong style="box-sizing: border-box; '
'font-weight: '
'bolder;">https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns</strong></a></p><hr '
"style='box-sizing: border-box; margin: 1rem 0px; color: inherit; "
'border-width: 1px 0px 0px; border-right-style: initial; '
'border-bottom-style: initial; border-left-style: initial; '
'border-right-color: initial; border-bottom-color: initial; '
'border-left-color: initial; border-image: initial; '
'border-top-style: solid; border-top-color: rgb(68, 68, 68); '
'opacity: 0.25; font-family: "Open Sans", "sans-serif"; '
'font-size: 16px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'/><p style='box-sizing: border-box; margin-top: 0px; "
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><span "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">New to Medicare? You have '
'CHOICES to make.\xa0</strong></span><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">Let us help you navigate the health '
'insurance options available to Medicare recipients.\xa0'
'</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">Meet with a '
'trained volunteer CHOICES counselor who can answer your '
'questions.\xa0</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">The Norwalk Public Library offers access '
'to one-on-one sessions from 10:00am to 1:00pm.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Walk-ins welcome, but '
'registration is strongly suggested.\xa0</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><br "
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Please call the Reference desk '
'to register - 203-899-2780 x 109 or 106</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">CHOICES '
'counselors do NOT sell or represent any insurance '
'company.</strong></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37316&month=10&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:42:59 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37316&month=10&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37316&month=10&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-19T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">ZOOM!</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">Email</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="focus on fiction" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17901" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37316&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37316&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37316" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37316');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Phiction '
'Writing via Zoom! (Writing fiction stories inspired by '
'photographs)</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>A picture is worth 1,000 words. In '
'this popular adult Phiction Writing program, participants write '
'fiction stories\xa0</strong><br/><strong>inspired by black and '
'white photographs each week.</strong></p><p><strong>Let your '
'imagination take over as you observe the people and locations in '
'the photographs to spark ideas for writing contemporary fiction, '
'suspense, historical fiction and more!\xa0'
'</strong></p><p><strong>Kim Kovach teaches fiction writing, '
'creative writing and personal story writing classes for adults, '
'and is the author of six fiction books including a collection of '
'short stories, A Few Bad Decisions.\xa0'
'</strong></p><p><strong>Kim is the editor of two anthologies, '
'Fiction on Fridays and Whatever Happened to Hansel and Gretel?, '
'and she has written magazine articles as well as more than 300 '
'newspaper columns, <em>Reading, Writing & Chocolate.\xa0'
'</em></strong></p><p><strong>Please visit her website at\xa0'
'</strong><a '
'href="https://www.kimkovachwrites.com/"><strong>www.kimkovachwrites.com</strong></a>\xa0'
'</p><p><strong>This unique 10-week Phiction Writing program is '
'created by author and fiction writing teacher, Kim Kovach.\xa0'
'</strong><br/><strong>Registration is required.\xa0'
'</strong></p><p><strong>To Register: email\xa0</strong><a '
'href="mailto:layala@norwalkpl.org"><strong>layala@norwalkpl.org</strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35867&month=10&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37317&month=10&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35902&month=10&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:42:59 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35867&month=10&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35867&month=10&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-21T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35867&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35867&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35867" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35867');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 21, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:59 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37317&month=10&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37317&month=10&year=2026&day=26&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-26T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">ZOOM!</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">Email</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="focus on fiction" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17901" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37317&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37317&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37317" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37317');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Phiction '
'Writing via Zoom! (Writing fiction stories inspired by '
'photographs)</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 26, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>A picture is worth 1,000 words. In '
'this popular adult Phiction Writing program, participants write '
'fiction stories\xa0</strong><br/><strong>inspired by black and '
'white photographs each week.</strong></p><p><strong>Let your '
'imagination take over as you observe the people and locations in '
'the photographs to spark ideas for writing contemporary fiction, '
'suspense, historical fiction and more!\xa0'
'</strong></p><p><strong>Kim Kovach teaches fiction writing, '
'creative writing and personal story writing classes for adults, '
'and is the author of six fiction books including a collection of '
'short stories, A Few Bad Decisions.\xa0'
'</strong></p><p><strong>Kim is the editor of two anthologies, '
'Fiction on Fridays and Whatever Happened to Hansel and Gretel?, '
'and she has written magazine articles as well as more than 300 '
'newspaper columns, <em>Reading, Writing & Chocolate.\xa0'
'</em></strong></p><p><strong>Please visit her website at\xa0'
'</strong><a '
'href="https://www.kimkovachwrites.com/"><strong>www.kimkovachwrites.com</strong></a>\xa0'
'</p><p><strong>This unique 10-week Phiction Writing program is '
'created by author and fiction writing teacher, Kim Kovach.\xa0'
'</strong><br/><strong>Registration is required.\xa0'
'</strong></p><p><strong>To Register: email\xa0</strong><a '
'href="mailto:layala@norwalkpl.org"><strong>layala@norwalkpl.org</strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:42:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:42:59 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:42:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35902&month=10&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35902&month=10&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-23T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Choices Open Enrollment_0" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17995" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35902&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35902&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35902" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35902');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">C.H.O.I.C.E.S. '
'Medicare Counseling Open Enrollment</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 23, 2026</h3>\n'
"\t\t\t\t\t\t\tConnecticut's program for Health Insurance "
'Assistance, Outreach, Information, Referral, Counseling, '
'Eligibility Screening & Medicare assistance.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h5 '
'data-pasted="true" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 0.5rem; font-family: Roboto, "sans-serif"; '
'font-weight: 500; line-height: 1.2; color: rgb(68, 68, 68); '
'font-size: 1.6rem; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; letter-spacing: normal; '
'orphans: 2; text-align: start; text-indent: 0px; text-transform: '
'none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: '
'0px; white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">What is '
"CHOICES?</strong></h5><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>CHOICES is Connecticut’s State Health Insurance "
'assistance Program (SHIP). \xa0SHIP agencies empower, educate, '
'and assist Medicare-eligible individuals, their families, and '
'caregivers through objective outreach, counseling, and training '
'to make informed health insurance decisions that optimize access '
'to care and benefits. CHOICES is a partnership between the '
"state's 5 Area Agencies on Aging (AAAs) and the Center for "
'Medicare Advocacy, Inc. It is administered by the Department of '
"Aging and Disability Services.</p><p style='box-sizing: "
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><a "
'href="https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns" '
'style="box-sizing: border-box; color: rgb(16, 116, 162); '
'text-decoration: none; font-weight: 700; transition: color 0.2s '
'ease-in-out;"><strong style="box-sizing: border-box; '
'font-weight: '
'bolder;">https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns</strong></a></p><hr '
"style='box-sizing: border-box; margin: 1rem 0px; color: inherit; "
'border-width: 1px 0px 0px; border-right-style: initial; '
'border-bottom-style: initial; border-left-style: initial; '
'border-right-color: initial; border-bottom-color: initial; '
'border-left-color: initial; border-image: initial; '
'border-top-style: solid; border-top-color: rgb(68, 68, 68); '
'opacity: 0.25; font-family: "Open Sans", "sans-serif"; '
'font-size: 16px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'/><p style='box-sizing: border-box; margin-top: 0px; "
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><span "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">New to Medicare? You have '
'CHOICES to make.\xa0</strong></span><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">Let us help you navigate the health '
'insurance options available to Medicare recipients.\xa0'
'</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">Meet with a '
'trained volunteer CHOICES counselor who can answer your '
'questions.\xa0</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">The Norwalk Public Library offers access '
'to one-on-one sessions from 10:00am to 1:00pm.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Walk-ins welcome, but '
'registration is strongly suggested.\xa0</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><br "
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Please call the Reference desk '
'to register - 203-899-2780 x 109 or 106</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">CHOICES '
'counselors do NOT sell or represent any insurance '
'company.</strong></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:42:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36146&month=10&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:43:00 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36146&month=10&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36146&month=10&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-16T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36146&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36146&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36146" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36146');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 16, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36147&month=10&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:43:00 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:43:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36147&month=10&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36147&month=10&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-23T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36147&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36147&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36147" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36147');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 23, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36825&month=8&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35856&month=8&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35903&month=10&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:43:02 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35903&month=10&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35903&month=10&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-30T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Choices Open Enrollment_0" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17995" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35903&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35903&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35903" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35903');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">C.H.O.I.C.E.S. '
'Medicare Counseling Open Enrollment</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 30, 2026</h3>\n'
"\t\t\t\t\t\t\tConnecticut's program for Health Insurance "
'Assistance, Outreach, Information, Referral, Counseling, '
'Eligibility Screening & Medicare assistance.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h5 '
'data-pasted="true" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 0.5rem; font-family: Roboto, "sans-serif"; '
'font-weight: 500; line-height: 1.2; color: rgb(68, 68, 68); '
'font-size: 1.6rem; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; letter-spacing: normal; '
'orphans: 2; text-align: start; text-indent: 0px; text-transform: '
'none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: '
'0px; white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">What is '
"CHOICES?</strong></h5><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>CHOICES is Connecticut’s State Health Insurance "
'assistance Program (SHIP). \xa0SHIP agencies empower, educate, '
'and assist Medicare-eligible individuals, their families, and '
'caregivers through objective outreach, counseling, and training '
'to make informed health insurance decisions that optimize access '
'to care and benefits. CHOICES is a partnership between the '
"state's 5 Area Agencies on Aging (AAAs) and the Center for "
'Medicare Advocacy, Inc. It is administered by the Department of '
"Aging and Disability Services.</p><p style='box-sizing: "
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><a "
'href="https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns" '
'style="box-sizing: border-box; color: rgb(16, 116, 162); '
'text-decoration: none; font-weight: 700; transition: color 0.2s '
'ease-in-out;"><strong style="box-sizing: border-box; '
'font-weight: '
'bolder;">https://portal.ct.gov/aginganddisability/content-pages/programs/choices-connecticuts-program-for-health-insurance-assistance-outreach-information-and-referral-couns</strong></a></p><hr '
"style='box-sizing: border-box; margin: 1rem 0px; color: inherit; "
'border-width: 1px 0px 0px; border-right-style: initial; '
'border-bottom-style: initial; border-left-style: initial; '
'border-right-color: initial; border-bottom-color: initial; '
'border-left-color: initial; border-image: initial; '
'border-top-style: solid; border-top-color: rgb(68, 68, 68); '
'opacity: 0.25; font-family: "Open Sans", "sans-serif"; '
'font-size: 16px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'/><p style='box-sizing: border-box; margin-top: 0px; "
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><span "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">New to Medicare? You have '
'CHOICES to make.\xa0</strong></span><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">Let us help you navigate the health '
'insurance options available to Medicare recipients.\xa0'
'</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">Meet with a '
'trained volunteer CHOICES counselor who can answer your '
'questions.\xa0</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">The Norwalk Public Library offers access '
'to one-on-one sessions from 10:00am to 1:00pm.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Walk-ins welcome, but '
'registration is strongly suggested.\xa0</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><br "
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">Please call the Reference desk '
'to register - 203-899-2780 x 109 or 106</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">CHOICES '
'counselors do NOT sell or represent any insurance '
'company.</strong></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36148&month=10&year=2026&day=30&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:43:03 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36148&month=10&year=2026&day=30&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36148&month=10&year=2026&day=30&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'30,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-30T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36148&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36148&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36148" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36148');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'October 30, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35868&month=10&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37303&month=8&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:03 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35868&month=10&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35868&month=10&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-28T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35868&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35868&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35868" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35868');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'October 28, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37195&month=8&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35129&month=8&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36136&month=8&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35778&month=8&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36137&month=8&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37304&month=8&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4601
2026-08-11 22:43:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36137&month=8&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36137&month=8&year=2026&day=14&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-14T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36137&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36137&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36137" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36137');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 14, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5425
2026-08-11 22:43:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37304&month=8&year=2026&day=13&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37304&month=8&year=2026&day=13&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'13,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-13T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200911:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tChess Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">layala@norwalkpl.org</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://forms.gle/fwVVQUxGgX8uvmUcA" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img '
'alt="0-learn-to-play-mahjong___media_library_original_1600_900" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18473" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37304&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37304&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37304" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37304');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Mahjong '
'for Beginners: Session 3</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 13, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Session 3 of 4</h2><h3 class="subhead2" '
'data-pasted="true"><strong>* Must be registered for all 4 '
'sessions:</strong></h3><p><strong>July 30, Aug 6, Aug 13, Aug '
'20</strong></p><p><strong><img alt="mahjong" class="fr-fil '
'fr-dib" src="/ImageRepository/Document?documentId=18545" '
'style="width: 697px;"/></strong><br/></p><p><br/></p><h2 '
'class="subhead1"><strong><a '
'href="https://forms.gle/fwVVQUxGgX8uvmUcA">Register '
'Here</a></strong></h2></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35857&month=8&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36755&month=8&year=2026&day=16&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37283&month=8&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9428
2026-08-11 22:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35857&month=8&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35857&month=8&year=2026&day=12&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-12T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35857&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35857&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35857" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35857');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 12, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4882
2026-08-11 22:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36755&month=8&year=2026&day=16&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36755&month=8&year=2026&day=16&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'16,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-16T14:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:30 PM\u2009-\u20094:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="2e5d42f7-012c-438c-b288-64571fb08530" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18286" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36755&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36755&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36755" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36755');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Summer '
'Sundays Poetry Open Mic </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Sunday, '
'August 16, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img '
'alt="06070249-8512-4fab-a9b3-3ef1ccca0598" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18287" style="width: '
'709px;"/></p><p data-pasted="true" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:8.0pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;\'><strong><em><span '
'style="font-size:16px;line-height:107%;">The Norwalk Public '
'Library is not responsible for the content of this '
'program.<br/>\xa0Presentation of this program does not '
'constitute endorsement by the Library or the City of '
'Norwalk.</span></em></strong></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4304
2026-08-11 22:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37283&month=8&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37283&month=8&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-10T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tComputer Lab\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="access health CT2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18455" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37283&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37283&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37283" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37283');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Access '
'Health CT - Open Enrollment Information Session</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36826&month=8&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5941
2026-08-11 22:43:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36826&month=8&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36826&month=8&year=2026&day=10&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-10T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">ZOOM!</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">layala@norwalkpl.org</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="creative writing 1" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18349" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36826&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36826&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36826" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36826');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Creative '
'Writing for Adults via Zoom!</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 10, 2026</h3>\n'
'\t\t\t\t\t\t\tCreative Writing Summer Sessions!🌞\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>Challenge your imagination and '
'discover your inner creative writer in this six-week session '
'of\xa0Creative Writing classes\xa0for Adults via '
'Zoom!</strong></p><p><strong>Author and writing teacher, Kim '
'Kovach, shares fun, fresh ideas to inspire participants to write '
'a variety of flash fiction stories including '
'a</strong><br/><strong>True Crime group story and more! \xa0'
'</strong></p><p><strong>Registration required.\xa0'
'</strong><br/><strong>Please email <a '
'href="mailto:layala@nprwalkpl.org">layala@norwalkpl.org</a> to '
'register</strong></p><p><strong>Kim Kovach teaches fiction '
'writing, creative writing and personal story writing classes for '
'adults.\xa0</strong><br/><strong>Kim is the author of six '
'fiction books including the short story collection, A Few Bad '
'Decisions.\xa0</strong><br/><strong>Kim is the editor of two '
'short story anthologies, Fiction on Fridays and Whatever '
"Happened to Hansel and Gretel? \xa0</strong><br/><strong>Kim's "
'nonfiction writing includes more than 300 newspaper columns, '
'<em>Reading, Writing & Chocolate</em>, published by Halston '
'Media.\xa0</strong></p><p><strong>Please visit her website at\xa0'
'</strong><a href="http://www.kimkovachwrites.com/" rel="noopener '
'noreferrer" target="_blank" '
'title="http://www.kimkovachwrites.com/"><strong>www.kimkovachwrites.com</strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37382&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7311
2026-08-11 22:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37382&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37382&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tOutdoors\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://forms.gle/HLBLYiVEoWjwZ8wW8" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Career Coach" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18573" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37382&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37382&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37382" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37382');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">In-Person '
'Career Coach from American Job Center - Job Search '
'Assistance</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img alt="Job '
'coach" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18572" style="width: '
'699px;"/></p><p data-pasted="true" style=\'box-sizing: '
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;\'><strong style="box-sizing: border-box; font-weight: '
'bolder;">Are you ready to take the next step in your career but '
'feel lost in the world of job searching? Join our "Job Search", '
'an open lab for you to use our onboard computers to do your job '
'search and your company research. Land your dream '
"job!</strong></p><p style='box-sizing: border-box; margin-top: "
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Our '
'experienced job search coach will guide you throughout the open '
'lab and will provide you with a helpful list of websites where '
'you can find job listings, and some excellent online job search '
'resources to make your job hunt easier.</strong></p><h2 '
'class="subhead1" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;"><a '
'href="https://forms.gle/HLBLYiVEoWjwZ8wW8">Register '
'Here</a></strong></h2></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35858&month=8&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9428
2026-08-11 22:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35858&month=8&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35858&month=8&year=2026&day=19&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-19T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35858&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35858&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35858" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35858');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 19, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://forms.gle/fwVVQUxGgX8uvmUcA> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37288&month=8&year=2026&day=23&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35859&month=8&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8828
2026-08-11 22:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37288&month=8&year=2026&day=23&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37288&month=8&year=2026&day=23&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'23,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-23T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://forms.gle/GxsofqUf64ZkVmSx9" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Registration Link </a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="authorspeakbanner" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18526" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37288&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37288&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37288" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37288');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">AuthorSpeak '
'with Dr. Anthony L. Oliver - The Book of Oliver and The New Face '
'of Chivalry; The Book of Oliver II</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Sunday, '
'August 23, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img alt="oliver" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18532"/></p><p><strong '
'data-pasted="true" style=\'box-sizing: border-box; font-weight: '
'bolder; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>Join community leader, educator, and author Dr. "
'Anthony L. Oliver for an inspiring AuthorSpeak featuring The '
'Book of Oliver and The New Face of Chivalry; The Book of Oliver '
"II.\xa0</strong><br/><strong style='box-sizing: border-box; "
'font-weight: bolder; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'>Through powerful personal stories and practical "
'insights, Dr. Oliver shares a message of faith, resilience, '
'leadership, and purpose, encouraging readers to overcome '
'challenges, embrace integrity and service, and become the people '
'God created them to be.</strong></p><p><strong '
'data-pasted="true"><img alt="dr oliver" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18531"/></strong></p><p '
'data-pasted="true" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Following '
'the presentation, attendees will have the opportunity to meet '
'Dr. Oliver during a book signing.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: '
'bolder;">Refreshments will be available.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><a "
'href="https://forms.gle/GxsofqUf64ZkVmSx9" style="box-sizing: '
'border-box; color: rgb(16, 116, 162); text-decoration: none; '
'font-weight: 700; transition: color 0.2s ease-in-out;"><strong '
'style="box-sizing: border-box; font-weight: '
'bolder;">Registration Link</strong></a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9428
2026-08-11 22:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35859&month=8&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35859&month=8&year=2026&day=26&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-26T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tTeen Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://www.communitymindfulnessproject.org/" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Community Mindfulness Project</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="CMP PIC" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=16784" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35859&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35859&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35859" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35859');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Mindfulness Project - Meditation Exploration </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 26, 2026</h3>\n'
'\t\t\t\t\t\t\tJoin us for any or all of these secular, guided '
'group meditation sessions, appropriate for new and experienced '
'meditators and everyone in between.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="CMP '
'MEDITATION" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=17992" style="width: '
'591px;"/></p><p style=\'box-sizing: border-box; margin-top: 0px; '
'margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: "Open '
'Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Each '
"Session begins with a brief discussion of the week's practice, "
'followed by a 30 minute guided meditation and community sharing '
'Q&A.</strong><br style="box-sizing: border-box;"/><strong '
'style="box-sizing: border-box; font-weight: bolder;">We look '
"forward to sitting with you!</strong></p><ul style='box-sizing: "
'border-box; padding-left: 2rem; margin-top: 0px; margin-bottom: '
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><li "
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Different meditation practice '
'each week</strong></li><li style="box-sizing: '
'border-box;"><strong style="box-sizing: border-box; font-weight: '
'bolder;">All secular and science-based</strong></li><li '
'style="box-sizing: border-box;"><strong style="box-sizing: '
'border-box; font-weight: bolder;">Done seated in chairs, no '
'special clothes or equipment needed.</strong></li></ul><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'>\xa0<strong "
'style="box-sizing: border-box; font-weight: bolder;">No Need to '
'bring anything, or wear anything special.\xa0</strong><br '
'style="box-sizing: border-box;"/><strong style="box-sizing: '
'border-box; font-weight: bolder;">No Fee or '
'Registration.</strong><br style="box-sizing: '
'border-box;"/><strong style="box-sizing: border-box; '
'font-weight: bolder;">No Experience needed.</strong></p><p '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>\xa0"
'</strong><em style="box-sizing: border-box;"><span '
'style="box-sizing: border-box;"><strong>As a local non-profit '
'organization, Community Mindfulness Project (CMP) typically '
'serves communities with fewer resources, empowering people to '
'lead healthier lives by expanding access to mindful '
'meditation.\xa0</strong></span></em></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36138&month=8&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37292&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4601
2026-08-11 22:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36138&month=8&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36138&month=8&year=2026&day=21&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-21T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36138&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36138&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36138" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36138');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 21, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8243
2026-08-11 22:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37292&month=8&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37292&month=8&year=2026&day=18&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-18T19:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t7:00 PM\u2009-\u20098:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1">ZOOM!</h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://forms.gle/enEB3hxaitAr9AV26" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="baking coach" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18530" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37292&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37292&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37292" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37292');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baking '
'Coach Workshop -Stromboli</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><span "
'style="box-sizing: border-box;"><strong>Join us for a delicious, '
'hands-on cooking workshop with The Baking '
'Coach!</strong></span></p><p><span style="box-sizing: '
'border-box;"><strong>In this program, participants will learn '
'how to make homemade strombolis from scratch. From preparing and '
'filling the dough with flavorful ingredients to rolling, baking, '
"and achieving a perfectly golden crust, you'll discover the "
"techniques for creating a delicious, crowd-pleasing meal that's "
'perfect for family dinners, parties, or game day '
"gatherings.</strong></span></p><p style='box-sizing: border-box; "
'margin-top: 0px; margin-bottom: 1rem; color: rgb(68, 68, 68); '
'font-family: "Open Sans", "sans-serif"; font-size: 16px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><strong>Each attendee will receive a baking kit with "
'pre-measured ingredients and step-by-step instructions to create '
"both recipes at home.</strong></p><p style='box-sizing: "
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial;'><strong>This program is open to 24 adults and "
'registration is required.<br style="box-sizing: '
'border-box;"/><br style="box-sizing: border-box;"/></strong><em '
'style="box-sizing: border-box;"><strong>Please note: Ingredients '
'may contain common allergens such as dairy, eggs, and '
'gluten.</strong></em></p><h2 class="subhead1" '
"style='box-sizing: border-box; margin-top: 0px; margin-bottom: "
'1rem; color: rgb(68, 68, 68); font-family: "Open Sans", '
'"sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><em "
'style="box-sizing: border-box;"><a '
'href="https://forms.gle/enEB3hxaitAr9AV26">Registration '
'Link</a></em><a href="https://forms.gle/enEB3hxaitAr9AV26" '
'style="box-sizing: border-box; color: rgb(16, 116, 162); '
'text-decoration: none; font-weight: 700; transition: color 0.2s '
'ease-in-out;">\xa0</a></h2></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37383&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7309
2026-08-11 22:43:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37383&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37383&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tOutdoors\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a href="https://forms.gle/HLBLYiVEoWjwZ8wW8" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Career Coach" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18573" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37383&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37383&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37383" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37383');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">In-Person '
'Career Coach from American Job Center - Job Search '
'Assistance</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><img alt="Job '
'coach" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18572" style="width: '
'699px;"/></p><p data-pasted="true" style=\'box-sizing: '
'border-box; margin-top: 0px; margin-bottom: 1rem; color: rgb(68, '
'68, 68); font-family: "Open Sans", "sans-serif"; font-size: '
'16px; font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial;\'><strong style="box-sizing: border-box; font-weight: '
'bolder;">Are you ready to take the next step in your career but '
'feel lost in the world of job searching? Join our "Job Search", '
'an open lab for you to use our onboard computers to do your job '
'search and your company research. Land your dream '
"job!</strong></p><p style='box-sizing: border-box; margin-top: "
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;">Our '
'experienced job search coach will guide you throughout the open '
'lab and will provide you with a helpful list of websites where '
'you can find job listings, and some excellent online job search '
'resources to make your job hunt easier.</strong></p><h2 '
'class="subhead1" style=\'box-sizing: border-box; margin-top: '
'0px; margin-bottom: 1rem; color: rgb(68, 68, 68); font-family: '
'"Open Sans", "sans-serif"; font-size: 16px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong "
'style="box-sizing: border-box; font-weight: bolder;"><a '
'href="https://forms.gle/HLBLYiVEoWjwZ8wW8">Register '
'Here</a></strong></h2></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37433&month=9&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37196&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37425&month=9&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4274
2026-08-11 22:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37196&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37196&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T17:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:30 PM\u2009-\u20097:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="financial " '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18172" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37196&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37196&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37196" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37196');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Financial '
'Services Program </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37211&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36139&month=8&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37418&month=9&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13908
2026-08-11 22:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37211&month=8&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37211&month=8&year=2026&day=27&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-27T12:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:00 PM\u2009-\u20091:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tConference Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:layala@norwalkpl.org">layala@norwalkpl.org</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="readers choice" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17750" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37211&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37211&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37211" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37211');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Reader\'s '
'Choice Book Group - A Long Way Home by Saroo Brierley</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h3 class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><img '
'alt="a long way home" class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18491"/></h3><h3 '
'class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><br/></h3><h3 '
'class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><span '
'data-pasted="true" style=\'color: rgb(0, 0, 0); font-family: '
'"Times New Roman"; font-size: medium; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; text-decoration-thickness: initial; '
'text-decoration-style: initial; text-decoration-color: initial; '
"display: inline !important; float: none;'><strong>A Long Way "
'Home is a moving, poignant, and inspirational true story of '
'survival and triumph against incredible odds. It celebrates the '
'importance of never letting go of what drives the human spirit: '
'hope.</strong></span></h3><h3 class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><br/></h3><h3 '
'class="subhead2" data-pasted="true" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><span '
'data-pasted="true" style=\'color: rgb(0, 0, 0); font-family: '
'"Times New Roman"; font-size: medium; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; text-decoration-thickness: initial; '
'text-decoration-style: initial; text-decoration-color: initial; '
"display: inline !important; float: none;'><strong>At only five "
'years old, Saroo Brierley got lost on a train in India.\xa0'
'</strong></span></h3><h3 class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><span '
'style=\'color: rgb(0, 0, 0); font-family: "Times New Roman"; '
'font-size: medium; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; display: inline '
"!important; float: none;'><strong>Unable to read or write or "
'recall the name of his hometown or even his own last name, he '
'survived alone for weeks on the rough streets of Calcutta before '
'ultimately being transferred to an agency and adopted by a '
'couple in Australia.\xa0</strong></span></h3><h3 '
'class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><span '
'style=\'color: rgb(0, 0, 0); font-family: "Times New Roman"; '
'font-size: medium; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; display: inline '
"!important; float: none;'><strong>Despite his gratitude, "
'Brierley always wondered about his origins.\xa0'
'</strong></span></h3><h3 class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><span '
'style=\'color: rgb(0, 0, 0); font-family: "Times New Roman"; '
'font-size: medium; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; display: inline '
"!important; float: none;'><strong>Eventually, with the advent of "
'Google Earth, he had the opportunity to look for the needle in a '
'haystack he once called home, and pore over satellite images for '
'landmarks he might recognize or mathematical equations that '
'might further narrow down the labyrinthine map of India.\xa0'
'</strong></span></h3><h3 class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><span '
'style=\'color: rgb(0, 0, 0); font-family: "Times New Roman"; '
'font-size: medium; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; display: inline '
"!important; float: none;'><strong>One day, after years of "
'searching, he miraculously found what he was looking for and set '
'off to find his family.\xa0</strong></span></h3><h3 '
'class="subhead2" '
'style=\'margin-top:0in;margin-right:0in;margin-bottom:.0001pt;margin-left:0in;font-size:11.0pt;font-family:"Calibri",sans-serif;line-height:normal;background:white;\'><strong><br/></strong></h3><p '
'style=\'color: rgb(0, 0, 0); font-family: "Times New Roman"; '
'font-size: medium; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><br/></p><p "
'style=\'color: rgb(0, 0, 0); font-family: "Times New Roman"; '
'font-size: medium; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-align: start; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;\'><img alt="saroo" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18492"/></p><p '
'data-pasted="true" style=\'color: rgb(0, 0, 0); font-family: '
'"Times New Roman"; font-size: medium; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; text-decoration-thickness: initial; '
'text-decoration-style: initial; text-decoration-color: '
"initial;'><strong>About the Author</strong></p><p style='color: "
'rgb(0, 0, 0); font-family: "Times New Roman"; font-size: medium; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><strong>Born in "
'Khandwa, Madhya Pradesh, India, Saroo Brierley lives in Hobart, '
'Tasmania, where he manages a family business, Brierley Marine, '
'with his father. Saroo’s story has been published in several '
'languages and is now the major motion picture '
'Lion.</strong></p><p data-pasted="true" style=\'color: rgb(0, 0, '
'0); font-family: "Times New Roman"; font-size: medium; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-align: start; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><a "
'href="mailto:layala@norwalkpl.org"><strong>Email '
'layala@norwalkpl.org to Register</strong></a></p><h3 '
'class="subhead2" data-pasted="true"><strong>Please bring a '
'brown-bag sandwich.\xa0<br/>Cynde will provide cookies, fruit, '
'chips and beverages.</strong></h3></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4601
2026-08-11 22:43:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36139&month=8&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36139&month=8&year=2026&day=28&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-28T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tLarge Study Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Social Security logo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18192" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36139&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36139&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36139" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36139');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Social '
'Security Video Connect</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Friday, '
'August 28, 2026</h3>\n'
'\t\t\t\t\t\t\tSocial Security Video Connect allows you to meet '
'with a representative virtually.\n'
'\t\t\t\t\t\t</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Every Friday from '
'10:00-12:00</h2><p><br/></p><p><img alt="Social Security" '
'class="fr-fil fr-dib" '
'src="/ImageRepository/Document?documentId=18191" style="width: '
'297px;"/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37289&month=8&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4313
2026-08-11 22:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37289&month=8&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37289&month=8&year=2026&day=29&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-29T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="chess tournament" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18524" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37289&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37289&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37289" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37289');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">2026 '
'Summer Classical and Musicant Yazgoor Chess Tournament</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37391&month=9&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35331&month=9&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4716
2026-08-11 22:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37391&month=9&year=2026&day=5&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37391&month=9&year=2026&day=5&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'5,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-05T13:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:30 PM\u2009-\u20093:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Crash-Course-on-Making-Ravioli-1020" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="2 Making Ravioli Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18590" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37391&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37391&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37391" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37391');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Crash '
'Course on Making Ravioli</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 5, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4694
2026-08-11 22:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35331&month=9&year=2026&day=7&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35331&month=9&year=2026&day=7&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'7,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-07T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35331&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35331&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35331" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35331');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 7, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37474&month=9&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37280&month=9&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36984&month=9&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13040
2026-08-11 22:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37280&month=9&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37280&month=9&year=2026&day=12&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-12T12:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:00 PM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Healing-Hour-Guided-Meditation-Reiki-Exp-1008" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Sept HEALING Hour Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18538" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37280&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37280&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37280" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37280');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Healing '
'Hour: Guided Meditation & Reiki Experience with Devin '
'Roscillo</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" style=\'margin-top: 0px; margin-bottom: 0px; '
'color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
'text-align: left; line-height: 1.656; background-color: rgb(255, '
'255, 255) !important;\'><span data-olk-copy-source="MessageBody" '
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: 700; font-stretch: inherit; font-size: 11pt; '
'line-height: inherit; font-family: Arial, sans-serif; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: black !important;">Healing '
'Hour: Guided Meditation & Reiki Experience with Devin '
'Roscillo<br/></span><span style="border: 0px; font-style: '
'inherit; font-variant: inherit; font-weight: inherit; '
'font-stretch: inherit; font-size: 11pt; line-height: inherit; '
'font-family: Arial, sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: black !important;"><em>Led by Devin Roscillo, Mindfulness '
"& Reiki Practitioner</em></span></p><p style='margin-top: "
'0px; margin-bottom: 0px; color: rgb(36, 36, 36); font-family: '
'"Segoe UI", "Segoe UI Web (West European)", -apple-system, '
'BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; '
'font-size: 15px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
'text-align: left; line-height: 1.656; background-color: rgb(255, '
'255, 255) !important; padding-top: 12pt; padding-bottom: '
'12pt;\'><span style="border: 0px; font-style: inherit; '
'font-variant: inherit; font-weight: inherit; font-stretch: '
'inherit; font-size: 11pt; line-height: inherit; font-family: '
'Arial, sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: black !important;">Step into a sanctuary of stillness and '
'deep healing in this transformative one-hour experience, where '
'guided meditation meets the gentle power of Reiki. Under the '
'intuitive guidance of Devin Roscillo, a seasoned Mindfulness and '
'Reiki Practitioner, you’ll be invited to slow down, soften, and '
"reconnect with your inner light.</span></p><p style='margin-top: "
'0px; margin-bottom: 0px; color: rgb(36, 36, 36); font-family: '
'"Segoe UI", "Segoe UI Web (West European)", -apple-system, '
'BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; '
'font-size: 15px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
'text-align: left; line-height: 1.656; background-color: rgb(255, '
"255, 255) !important; padding-bottom: 12pt;'><span "
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: inherit; font-stretch: inherit; font-size: 11pt; '
'line-height: inherit; font-family: Arial, sans-serif; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: black !important;">As your body '
'settles into relaxation, Devin will offer guided meditation and '
'Reiki energy healing to support your emotional, energetic, and '
'physical balance. Whether you’re releasing stress, navigating '
'change, or simply longing for a deeper connection to yourself, '
'this experience offers a sacred pause and a powerful '
"reset.</span></p><p style='margin-top: 0px; margin-bottom: 0px; "
'color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
'text-align: left; line-height: 1.656; background-color: rgb(255, '
"255, 255) !important; padding-bottom: 12pt;'><span "
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: inherit; font-stretch: inherit; font-size: 11pt; '
'line-height: inherit; font-family: Arial, sans-serif; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: black !important;">Come as you '
'are. Leave feeling lighter and recharged from within.\xa0'
"</span></p><p style='margin-top: 0px; margin-bottom: 0px; color: "
'rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West '
'European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
'text-align: left; line-height: 1.656; background-color: rgb(255, '
"255, 255) !important; padding-bottom: 12pt;'><span "
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: 700; font-stretch: inherit; font-size: 11pt; '
'line-height: inherit; font-family: Arial, sans-serif; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: black !important;">Perfect for '
'all levels. No experience necessary. Just bring an open '
"heart.</span></p><p style='margin-top: 0px; margin-bottom: 12pt; "
'color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
'text-align: left; line-height: 1.656; background-color: rgb(255, '
'255, 255) !important;\'><span style="border: 0px; font-style: '
'inherit; font-variant: inherit; font-weight: inherit; '
'font-stretch: inherit; font-size: 11pt; line-height: inherit; '
'font-family: Arial, sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: black !important;">Please bring a yoga mat, water bottle, '
'and something to cover your eyes and/or use as a neck '
'pillow</span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3972
2026-08-11 22:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36984&month=9&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36984&month=9&year=2026&day=14&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-14T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36984&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36984&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36984" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36984');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Norwalk '
'Acts Presents: Reset at Sunset</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37390&month=9&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35332&month=9&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4745
2026-08-11 22:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37390&month=9&year=2026&day=5&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37390&month=9&year=2026&day=5&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'5,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-05T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u200912:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Crash-Course-Sushi-Candy-Making-Children-1019" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="1 candy sushi Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18589" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37390&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37390&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37390" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37390');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Crash '
"Course Sushi Candy Making (Children's Event)</h2>\n"
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 5, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4697
2026-08-11 22:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35332&month=9&year=2026&day=14&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35332&month=9&year=2026&day=14&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'14,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-14T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35332&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35332&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35332" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35332');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 14, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37172&month=9&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3963
2026-08-11 22:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37172&month=9&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37172&month=9&year=2026&day=22&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-22T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37172&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37172&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37172" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37172');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Medicare '
'Educational Seminar</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36993&month=9&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37466&month=9&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36963&month=9&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3972
2026-08-11 22:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36963&month=9&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36963&month=9&year=2026&day=27&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-27T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36963&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36963&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36963" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36963');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Youth '
'Violence and Conflict Resolution</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Sunday, '
'September 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35333&month=9&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37392&month=9&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4697
2026-08-11 22:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35333&month=9&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35333&month=9&year=2026&day=21&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-21T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35333&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35333&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35333" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35333');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11088
2026-08-11 22:43:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37392&month=9&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37392&month=9&year=2026&day=19&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-19T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Breathwork-Workshop-with-Elizabeth-Soto--1021" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="5 BREATHWORK WORKSHOP Sept Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18593" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37392&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37392&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37392" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37392');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Breathwork '
'Workshop with Elizabeth Soto Beaz</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" style=\'margin-top: 1em; margin-bottom: 1em; '
'color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'background-color: rgb(255, 255, 255);\'><span style="border: '
'0px; font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 15px; line-height: '
'inherit; font-family: georgia, serif; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(53, 28, 117);"><b '
'data-olk-copy-source="MessageBody">Breathwork & Meditation '
"Workshop</b></span></p><p style='margin-top: 1em; margin-bottom: "
'1em; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI '
'Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'background-color: rgb(255, 255, 255);\'><span style="border: '
'0px; font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 15px; line-height: '
'inherit; font-family: georgia, serif; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(53, 28, 117);">Take an hour to slow down, reconnect, '
'and reset. This 60-minute guided breathwork and meditation '
'experience is designed for both beginners and experienced '
"breathers. Together, we'll create space to set a personal "
'intention, move through a guided breathing practice, and finish '
'with quiet reflection. Participants are also invited (never '
'required) to share their experience following the '
"session.</span></p><p style='margin-top: 1em; margin-bottom: "
'1em; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI '
'Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'background-color: rgb(255, 255, 255);\'><span style="border: '
'0px; font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 15px; line-height: '
'inherit; font-family: georgia, serif; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(53, 28, 117);">Breathwork is a powerful practice that '
'can help reduce stress, increase self-awareness, support '
'emotional well-being, and leave you feeling more grounded and '
"connected.</span></p><p style='margin-top: 1em; margin-bottom: "
'1em; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI '
'Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'background-color: rgb(255, 255, 255);\'><span style="border: '
'0px; font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 15px; line-height: '
'inherit; font-family: georgia, serif; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(53, 28, 117);"><strong>About the '
"Facilitator</strong></span></p><p style='margin-top: 1em; "
'margin-bottom: 1em; color: rgb(36, 36, 36); font-family: "Segoe '
'UI", "Segoe UI Web (West European)", -apple-system, '
'BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; '
'font-size: 15px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'background-color: rgb(255, 255, 255);\'><span style="border: '
'0px; font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 15px; line-height: '
'inherit; font-family: georgia, serif; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(53, 28, 117);">Elizabeth Soto-Baez is an empowerment '
'coach, certified breathwork facilitator, and Reiki Master who '
'creates supportive spaces for personal growth, healing, and '
'self-discovery. Through her workshops and coaching, she helps '
'people reconnect with themselves, quiet the noise of everyday '
'life, and move forward with greater clarity and '
'confidence.</span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37394&month=9&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5251
2026-08-11 22:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37394&month=9&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37394&month=9&year=2026&day=12&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-12T15:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:30 PM\u2009-\u20095:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Speed-Friend-Making-1023" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="3 speed friending Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18591" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37394&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37394&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37394" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37394');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Speed '
'Friend Making</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'September 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><strong>A new event for patrons aged '
'21-35!\xa0</strong></p><p>New to Norwalk? Looking for a way to '
'meet like-minded people in person?\xa0</p><p>Come to Speed '
'Friend Making at the SoNo Public Library! Like speed-dating, but '
'for making friends and connecting with '
'others!</p><p>Participants will be given icebreaker questions to '
'encourage conversations and facilitate new platonic '
'friendships.</p><p>Program is limited to the first <strong>30 '
'registered participants</strong>.<strong>\xa0Age range is '
'strongly suggested.</strong>\xa0</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35335&month=10&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:28 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35335&month=10&year=2026&day=5&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35335&month=10&year=2026&day=5&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'5,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-05T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35335&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35335&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35335" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35335');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 5, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37459&month=10&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37450&month=9&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37451&month=10&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4680
2026-08-11 22:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37450&month=9&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37450&month=9&year=2026&day=29&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-29T17:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Trivia-Night-1030" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="7 trivia night Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18601" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37450&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37450&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37450" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37450');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Trivia '
'Night</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11379
2026-08-11 22:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37451&month=10&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37451&month=10&year=2026&day=3&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-03T10:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:30 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Community-Sound-Bath-October-1031" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="1 community sound bath Oct Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18596" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37451&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37451&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37451" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37451');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Community '
'Sound Bath</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" style=\'margin-top: 1em; margin-bottom: 1em; '
'color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
"text-align: left; background-color: rgb(255, 255, 255);'><span "
"style='border: 0px; font-style: inherit; font-variant: inherit; "
'font-weight: inherit; font-stretch: inherit; font-size: 15px; '
'line-height: inherit; font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: black;\'><b data-olk-copy-source="MessageBody">Guided '
'Meditation & Sound Bath with Lisa Baker, Create Grow '
"Flow</b></span></p><p style='margin-top: 1em; margin-bottom: "
'1em; color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI '
'Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
"text-align: left; background-color: rgb(255, 255, 255);'><span "
"style='border: 0px; font-style: inherit; font-variant: inherit; "
'font-weight: inherit; font-stretch: inherit; font-size: 15px; '
'line-height: inherit; font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
"color: black;'>Take an hour and a half to slow down and reset "
'before your busy week begins. This guided meditation and sound '
'bath session blends gentle breath with the resonant tones of '
'crystal singing bowls, chimes, and other healing instruments to '
'help calm the nervous system and quiet a busy mind.</span></p><p '
"style='margin-top: 1em; margin-bottom: 1em; color: rgb(36, 36, "
'36); font-family: "Segoe UI", "Segoe UI Web (West European)", '
'-apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", '
'sans-serif; font-size: 15px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
"text-align: left; background-color: rgb(255, 255, 255);'><span "
"style='border: 0px; font-style: inherit; font-variant: inherit; "
'font-weight: inherit; font-stretch: inherit; font-size: 15px; '
'line-height: inherit; font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
"color: black;'>No experience necessary — just bring a mat, "
'blanket, or anything that helps you get comfortable, and be '
'ready to lie back, breathe, and let the sound do the '
"rest.</span></p><p style='margin-top: 1em; margin-bottom: 1em; "
'color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
"text-align: left; background-color: rgb(255, 255, 255);'><span "
"style='border: 0px; font-style: inherit; font-variant: inherit; "
'font-weight: inherit; font-stretch: inherit; font-size: 15px; '
'line-height: inherit; font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
"color: black;'>Whether you're new to sound healing or a regular "
'practitioner, this session is an open invitation to rest, reset, '
"and come back to yourself.</span></p><p style='margin-top: 1em; "
'margin-bottom: 1em; color: rgb(36, 36, 36); font-family: "Segoe '
'UI", "Segoe UI Web (West European)", -apple-system, '
'BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; '
'font-size: 15px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; direction: ltr; '
"text-align: left; background-color: rgb(255, 255, 255);'><span "
"style='border: 0px; font-style: inherit; font-variant: inherit; "
'font-weight: inherit; font-stretch: inherit; font-size: 15px; '
'line-height: inherit; font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
"color: black;'><em>Space is limited, registration is required — "
'please arrive a few minutes early to settle '
'in.</em></span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36985&month=10&year=2026&day=5&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37453&month=10&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35334&month=9&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:29 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36985&month=10&year=2026&day=5&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36985&month=10&year=2026&day=5&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'5,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-05T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36985&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36985&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36985" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36985');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Norwalk '
'Acts Presents: Reset at Sunset</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 5, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11804
2026-08-11 22:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37453&month=10&year=2026&day=3&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37453&month=10&year=2026&day=3&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'3,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-03T13:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:30 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Raise-the-Bar-1033" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="2 Raise the Bar Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18602" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37453&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37453&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37453" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37453');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Raise '
'the Bar</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 3, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><div '
'data-pasted="true" style=\'border: 0px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-variant-numeric: inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 11pt; line-height: inherit; '
'font-family: Times, "Times New Roman", serif; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: black; letter-spacing: normal; '
'orphans: 2; text-align: start; text-indent: 0px; text-transform: '
'none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: '
'0px; white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><b "
'data-olk-copy-source="MessageBody">Raise the Bar: Crafting '
"Exceptional Mocktails at Home</b></div><div style='border: 0px; "
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-variant-numeric: inherit; '
'font-variant-east-asian: inherit; font-variant-alternates: '
'inherit; font-variant-position: inherit; font-variant-emoji: '
'inherit; font-weight: 400; font-stretch: inherit; font-size: '
'11pt; line-height: inherit; font-family: Times, "Times New '
'Roman", serif; font-optical-sizing: inherit; font-size-adjust: '
'inherit; font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 1em 0px; padding: 0px; '
'vertical-align: baseline; color: black; letter-spacing: normal; '
'orphans: 2; text-indent: 0px; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial; text-align: left;'>Join "
'award-winning bartender and beverage educator Edgar Bernabe for '
'an engaging introduction to the evolving world of mocktails and '
"modern cocktail culture.</div><div style='border: 0px; "
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-variant-numeric: inherit; '
'font-variant-east-asian: inherit; font-variant-alternates: '
'inherit; font-variant-position: inherit; font-variant-emoji: '
'inherit; font-weight: 400; font-stretch: inherit; font-size: '
'11pt; line-height: inherit; font-family: Times, "Times New '
'Roman", serif; font-optical-sizing: inherit; font-size-adjust: '
'inherit; font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 1em 0px; padding: 0px; '
'vertical-align: baseline; color: black; letter-spacing: normal; '
'orphans: 2; text-indent: 0px; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial; text-align: left;'>In "
"this interactive demonstration, we'll explore the foundations of "
'cocktail theory—including balance, flavor, texture, and '
'aroma—and discover how those same principles can be used to '
'create exceptional alcohol-free beverages at home. Along the '
"way, we'll discuss the history and culture of the cocktail, the "
'rapid growth of the spirit-free movement, and how innovative '
'ingredients such as fresh citrus, herbs, adaptogens, and '
'non-alcoholic spirits are transforming the way we think about '
"drinking.</div><div style='border: 0px; font-style: normal; "
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-variant-numeric: inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 11pt; line-height: inherit; '
'font-family: Times, "Times New Roman", serif; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 1em 0px; padding: 0px; '
'vertical-align: baseline; color: black; letter-spacing: normal; '
'orphans: 2; text-indent: 0px; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: '
"left;'>Drawing from over a decade of hospitality experience, "
'Edgar will share professional techniques, ingredient '
'recommendations, and practical tips that make crafting elevated '
'mocktails approachable for home enthusiasts of all skill levels. '
'Participants will learn how to move beyond sugary mixers and '
'soda to create drinks that are fresh, balanced, and worthy of '
"any cocktail bar.</div><div style='border: 0px; font-style: "
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-variant-numeric: inherit; font-variant-east-asian: '
'inherit; font-variant-alternates: inherit; '
'font-variant-position: inherit; font-variant-emoji: inherit; '
'font-weight: 400; font-stretch: inherit; font-size: 11pt; '
'line-height: inherit; font-family: Times, "Times New Roman", '
'serif; font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 1em 0px; padding: 0px; '
'vertical-align: baseline; color: black; letter-spacing: normal; '
'orphans: 2; text-indent: 0px; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial; text-align: left;'>The "
'program concludes with a live demonstration of a seasonal '
'signature mocktail, giving attendees the inspiration and '
'confidence to recreate bar-quality beverages in their own '
"kitchens.</div><div style='border: 0px; font-style: normal; "
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-variant-numeric: inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 11pt; line-height: inherit; '
'font-family: Times, "Times New Roman", serif; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 1em 0px; padding: 0px; '
'vertical-align: baseline; color: black; letter-spacing: normal; '
'orphans: 2; text-indent: 0px; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: '
"left;'><strong>Program Length:</strong> 60–90 "
'minutes<br/><strong>Hands-on Participation:</strong> Up to 20 '
'participants (additional attendees are welcome to observe the '
'demonstration and join the discussion).</div></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4697
2026-08-11 22:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35334&month=9&year=2026&day=28&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35334&month=9&year=2026&day=28&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'28,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-28T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35334&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35334&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35334" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35334');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 28, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37384&month=10&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37197&month=10&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 22:43:30 [norwalk_pl] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 22:43:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37197&month=10&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37197&month=10&year=2026&day=24&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-24T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u20092:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tFull Auditorium\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="access health CT2" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18455" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37197&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37197&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37197" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37197');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Access '
'Health CT</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><h2 '
'class="subhead1">Open Enrollment Health & Dental Insurance '
'for the State</h2></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37443&month=9&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:30 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37443&month=9&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37443&month=9&year=2026&day=15&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-15T17:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Paint-Your-Pet-with-Nancy-Roman-1027" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="4 Paint Your Pet Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18592" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37443&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37443&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37443" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37443');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Paint '
'Your Pet with Nancy Roman</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'September 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" dir="ltr" style=\'color: rgb(36, 36, 36); '
'font-family: "Segoe UI", "Segoe UI Web (West European)", '
'-apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", '
'sans-serif; font-size: 15px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial; text-align: center; line-height: 1.2; margin: '
'0px;\'><span data-olk-copy-source="MessageBody" style="border: '
'0px; font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 24px; line-height: '
'28.8px; font-family: Arial; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important;">No experience '
"necessary</span></p><p style='color: rgb(36, 36, 36); "
'font-family: "Segoe UI", "Segoe UI Web (West European)", '
'-apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", '
'sans-serif; font-size: 15px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
'initial; text-align: center; line-height: 1.2; margin: '
'0px;\'><span style="border: 0px; font-style: inherit; '
'font-variant: inherit; font-weight: inherit; font-stretch: '
'inherit; font-size: 14px; line-height: 16.8px; font-family: '
'Arial; font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: rgb(0, 0, 0) !important;">\xa0'
"</span></p><p style='color: rgb(36, 36, 36); font-family: "
'"Segoe UI", "Segoe UI Web (West European)", -apple-system, '
'BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; '
'font-size: 15px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial; text-align: left; line-height: 1.2; margin: 0px;'><span "
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: inherit; font-stretch: inherit; font-size: 14px; '
'line-height: 16.8px; font-family: Arial; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important;">\xa0</span></p><div '
'style="border: 0px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-variant-numeric: '
'inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 24px; line-height: 1.2; '
'font-family: Arial; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px 0px 0px 18px; padding: 0px; vertical-align: '
'baseline; color: rgb(0, 0, 0) !important; letter-spacing: '
'normal; orphans: 2; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'text-indent: -18px;"><span style="border: 0px; font-style: '
'inherit; font-variant: inherit; font-weight: inherit; '
'font-stretch: inherit; font-size: inherit; line-height: 28.8px; '
'font-family: inherit; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: inherit;">You will need a 5” x 7” photo of your pet. A '
"color copy is just fine.\xa0</span></div><p style='color: "
'rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West '
'European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial; text-align: left; line-height: 1.2; margin: 0px;'><span "
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: inherit; font-stretch: inherit; font-size: 16px; '
'line-height: 19.2px; font-family: Arial; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important;">\xa0</span></p><div '
'style="border: 0px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-variant-numeric: '
'inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 24px; line-height: 1.2; '
'font-family: Arial; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px 0px 0px 18px; padding: 0px; vertical-align: '
'baseline; color: rgb(0, 0, 0) !important; letter-spacing: '
'normal; orphans: 2; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'text-indent: -18px;"><span style="border: 0px; font-style: '
'inherit; font-variant: inherit; font-weight: inherit; '
'font-stretch: inherit; font-size: inherit; line-height: 28.8px; '
'font-family: inherit; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: inherit;">Because of the technique we will use to draw '
'the pet, your photo needs to be 5x7. Your picture should be '
'PRINTED, not a photo on your phone or tablet. If you have a '
'picture but you don’t have that size or can’t print it, we can '
'help you if you let us know in advance.</span></div><p '
'style=\'color: rgb(36, 36, 36); font-family: "Segoe UI", "Segoe '
'UI Web (West European)", -apple-system, BlinkMacSystemFont, '
'Roboto, "Helvetica Neue", sans-serif; font-size: 15px; '
'font-style: normal; font-variant-ligatures: normal; '
'font-variant-caps: normal; font-weight: 400; letter-spacing: '
'normal; orphans: 2; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'line-height: 1.2; margin: 0px;\'><span style="border: 0px; '
'font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 16px; line-height: '
'19.2px; font-family: Arial; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important;">\xa0</span></p><div '
'style="border: 0px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-variant-numeric: '
'inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 24px; line-height: 1.2; '
'font-family: Arial; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px 0px 0px 18px; padding: 0px; vertical-align: '
'baseline; color: rgb(0, 0, 0) !important; letter-spacing: '
'normal; orphans: 2; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'text-indent: -18px;"><span style="border: 0px; font-style: '
'inherit; font-variant: inherit; font-weight: inherit; '
'font-stretch: inherit; font-size: inherit; line-height: 28.8px; '
'font-family: inherit; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: inherit;">A close-up of your pet’s face is best, but you '
'can also use a full-length picture. Either will '
"work.</span></div><p style='color: rgb(36, 36, 36); font-family: "
'"Segoe UI", "Segoe UI Web (West European)", -apple-system, '
'BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif; '
'font-size: 15px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-weight: 400; '
'letter-spacing: normal; orphans: 2; text-indent: 0px; '
'text-transform: none; widows: 2; word-spacing: 0px; '
'-webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial; text-align: left; line-height: 1.2; margin: 0px;'><span "
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: inherit; font-stretch: inherit; font-size: 16px; '
'line-height: 19.2px; font-family: Arial; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important;">\xa0</span></p><div '
'style="border: 0px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-variant-numeric: '
'inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 24px; line-height: 1.2; '
'font-family: Arial; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px 0px 0px 18px; padding: 0px; vertical-align: '
'baseline; color: rgb(0, 0, 0) !important; letter-spacing: '
'normal; orphans: 2; text-transform: none; widows: 2; '
'word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: '
'normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; text-align: left; '
'text-indent: -18px;"><span style="border: 0px; font-style: '
'inherit; font-variant: inherit; font-weight: inherit; '
'font-stretch: inherit; font-size: inherit; line-height: 28.8px; '
'font-family: inherit; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: inherit;">If you’d like to attend, but don’t have a pet '
'or picture, that’s okay. The teacher will have several photos to '
"choose from that you can paint.</span></div><p style='color: "
'rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West '
'European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-indent: 0px; text-transform: none; widows: 2; word-spacing: '
'0px; -webkit-text-stroke-width: 0px; white-space: normal; '
'background-color: rgb(255, 255, 255); text-decoration-thickness: '
'initial; text-decoration-style: initial; text-decoration-color: '
"initial; text-align: left; line-height: 1.2; margin: 0px;'><span "
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: inherit; font-stretch: inherit; font-size: 16px; '
'line-height: 19.2px; font-family: Arial; font-optical-sizing: '
'inherit; font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important;">\xa0</span></p><div '
'style="border: 0px; font-style: normal; font-variant-ligatures: '
'normal; font-variant-caps: normal; font-variant-numeric: '
'inherit; font-variant-east-asian: inherit; '
'font-variant-alternates: inherit; font-variant-position: '
'inherit; font-variant-emoji: inherit; font-weight: 400; '
'font-stretch: inherit; font-size: 24px; line-height: inherit; '
'font-family: Arial; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important; letter-spacing: normal; orphans: '
'2; text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial;"><span style="border: '
'0px; font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: inherit; line-height: '
'28.8px; font-family: inherit; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: inherit;">All materials will be provided - paint, paper, '
'brushes, etc.</span></div></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37393&month=10&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:33 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37393&month=10&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37393&month=10&year=2026&day=10&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-10T14:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t2:00 PM\u2009-\u20093:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Breathwork-Workshop-with-Elizabeth-Soto--1022" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="2 BREATHWORK WORKSHOP oct Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18597" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37393&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37393&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37393" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37393');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Breathwork '
'Workshop with Elizabeth Soto Beaz</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37294&month=10&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35337&month=10&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:34 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37294&month=10&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37294&month=10&year=2026&day=19&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-19T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37294&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37294&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37294" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37294');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Norwalk-Village '
'Green Chapter, NSDAR chapter meeting</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:34 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35337&month=10&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35337&month=10&year=2026&day=19&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-19T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35337&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35337&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35337" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35337');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35336&month=10&year=2026&day=12&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37173&month=10&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35338&month=10&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:35 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35336&month=10&year=2026&day=12&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35336&month=10&year=2026&day=12&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'12,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-12T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35336&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35336&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35336" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35336');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 12, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:35 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37173&month=10&year=2026&day=27&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37173&month=10&year=2026&day=27&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'27,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-27T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37173&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37173&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37173" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37173');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Medicare '
'Educational Seminar</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'October 27, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:35 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35338&month=10&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35338&month=10&year=2026&day=26&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-26T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35338&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35338&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35338" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35338');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 26, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37467&month=10&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37445&month=10&year=2026&day=26&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:35 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37445&month=10&year=2026&day=26&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37445&month=10&year=2026&day=26&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'26,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-26T17:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Paranormal-Investigator-Joe-Franke-1029" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37445&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37445&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37445" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37445');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Paranormal '
'Investigator: Joe Franke.</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'October 26, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:37 [scrapy.extensions.logstats] INFO: Crawled 305 pages (at 89 pages/min), scraped 264 items (at 72 items/min)
2026-08-11 22:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37138&month=8&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37134&month=8&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37408&month=8&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37414&month=8&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37441&month=10&year=2026&day=31&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37374&month=8&year=2026&day=4&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37177&month=8&year=2026&day=1&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:40 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37441&month=10&year=2026&day=31&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37441&month=10&year=2026&day=31&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">October\xa0'
'31,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-10-31T11:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:30 AM\u2009-\u20091:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Cauldron-Candles-with-Decor-Childrens-Ev-1025" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="3 CAULDRON CANDLES Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18598" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37441&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37441&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37441" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37441');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Cauldron '
"Candles with Decor (Children's Event)</h2>\n"
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'October 31, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true" dir="ltr" style=\'color: rgb(36, 36, 36); '
'font-family: "Segoe UI", "Segoe UI Web (West European)", '
'-apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", '
'sans-serif; font-size: 15px; font-style: normal; '
'font-variant-ligatures: normal; font-variant-caps: normal; '
'font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; line-height: normal; '
'margin: 0px;\'><span data-olk-copy-source="MessageBody" '
'style="border: 0px; font-style: inherit; font-variant: inherit; '
'font-weight: inherit; font-stretch: inherit; font-size: 12px; '
'line-height: inherit; font-family: Helvetica; '
'font-optical-sizing: inherit; font-size-adjust: inherit; '
'font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: rgb(0, 0, 0) '
'!important;">Choose from over 150 soy candle scent options, we '
'will pour beautiful candles inside a ceramic style cauldron then '
'decorate it for Halloween!</span></p><p dir="ltr" style=\'color: '
'rgb(36, 36, 36); font-family: "Segoe UI", "Segoe UI Web (West '
'European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-size: 15px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-weight: 400; letter-spacing: normal; orphans: 2; '
'text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
'initial; text-decoration-color: initial; line-height: normal; '
'margin: 0px;\'><span style="border: 0px; font-style: inherit; '
'font-variant: inherit; font-weight: inherit; font-stretch: '
'inherit; font-size: 12px; line-height: inherit; font-family: '
'Helvetica; font-optical-sizing: inherit; font-size-adjust: '
'inherit; font-kerning: inherit; font-feature-settings: inherit; '
'font-variation-settings: inherit; margin: 0px; padding: 0px; '
'vertical-align: baseline; color: rgb(0, 0, 0) !important;">If '
'under 7 years old, parent or guardian needs to '
'assist.</span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36983&month=8&year=2026&day=3&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37442&month=9&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:41 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37442&month=9&year=2026&day=21&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37442&month=9&year=2026&day=21&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">September\xa0'
'21,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-09-21T17:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Wand-Making-101-1026" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="6 WANDMAKING Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18594" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37442&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37442&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37442" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37442');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Wand '
'Making 101</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'September 21, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><div '
'data-pasted="true" dir="ltr" style=\'border: 0px; font-style: '
'normal; font-variant-ligatures: normal; font-variant-caps: '
'normal; font-variant-numeric: inherit; font-variant-east-asian: '
'inherit; font-variant-alternates: inherit; '
'font-variant-position: inherit; font-variant-emoji: inherit; '
'font-weight: 400; font-stretch: inherit; font-size: 15px; '
'line-height: inherit; font-family: "Segoe UI", "Segoe UI Web '
'(West European)", -apple-system, BlinkMacSystemFont, Roboto, '
'"Helvetica Neue", sans-serif; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important; letter-spacing: normal; orphans: '
'2; text-align: start; text-indent: 0px; text-transform: none; '
'widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; '
'white-space: normal; background-color: rgb(255, 255, 255); '
'text-decoration-thickness: initial; text-decoration-style: '
"initial; text-decoration-color: initial;'><span "
'data-olk-copy-source="MessageBody" style="border: 0px; '
'font-style: inherit; font-variant: inherit; font-weight: '
'inherit; font-stretch: inherit; font-size: 12px; line-height: '
'inherit; font-family: Helvetica; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: inherit;">We will sand, paint & glue beautiful wood '
'into wands. Dress for a mess just in case and bring your '
'imagination!\xa0</span><span style="border: 0px; font-style: '
'inherit; font-variant: inherit; font-weight: inherit; '
'font-stretch: inherit; font-size: 12px; line-height: inherit; '
'font-family: Helvetica; font-optical-sizing: inherit; '
'font-size-adjust: inherit; font-kerning: inherit; '
'font-feature-settings: inherit; font-variation-settings: '
'inherit; margin: 0px; padding: 0px; vertical-align: baseline; '
'color: rgb(0, 0, 0) !important;">If under 7 years old, parent or '
'guardian needs to assist.</span></div></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36768&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4771
2026-08-11 22:43:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36768&month=8&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36768&month=8&year=2026&day=20&calType=0',
'platform': 'nor_walk_pl',
'platform_hash': 'fb6f151e6ba058386f855ec5925401fd',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-20T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20098:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'<h2 class="subhead1"><strong>1st floor Cafe area</strong></h2>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_email">\n'
'<div class="specificDetailHeader">Email:</div>\n'
'<div class="specificDetailItem">\n'
'<a class="Hyperlink" '
'href="mailto:andrea@connecticutbookfestivals.com">andrea@connecticutbookfestivals.com</a>\n'
'</div>\n'
'</div>\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="sneak peek" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=17581" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36768&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36768&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36768" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36768');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Writer '
'Sneak Peeks!</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" '
'itemprop="description"><p><br/></p><p><br/></p><p><br/></p><p>to '
'register, email <a data-fr-linked="true" data-pasted="true" '
'href="mailto:andrea@connecticutbookfestivals.com">andrea@connecticutbookfestivals.com</a></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37429&month=8&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36974&month=8&year=2026&day=6&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37415&month=8&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37136&month=8&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5358
2026-08-11 22:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37136&month=8&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37136&month=8&year=2026&day=10&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-10T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Improv-Acting-for-Adults-1000" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Improv Workshop Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18463" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37136&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37136&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37136" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37136');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Improv '
'Acting for Adults</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><span '
'data-olk-copy-source="MessageBody" data-pasted="true" '
"style='text-align: left; text-indent: 0px; margin: 0px; "
'font-family: Times, "Times New Roman", serif; font-size: 11pt; '
"color: rgb(0, 0, 0);'>Improv, or improvisation acting, is live "
'theater in which actors work together to create stories on the '
'spot. This class is for adults looking to improve their skills '
'in acting, speaking, quick-thinking, and collaboration. Bring '
'your imagination, build your confidence, and be ready to '
'actively participate in this fun and funny activity. Beginners '
'and experienced performers are all welcome. Registration is '
'required and space is limited.</span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37409&month=8&year=2026&day=10&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:44 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37409&month=8&year=2026&day=10&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37409&month=8&year=2026&day=10&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'10,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-10T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20092:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37409&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37409&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37409" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37409');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">STAR '
'Inc. Brain Boost</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 10, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37421&month=8&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37437&month=8&year=2026&day=7&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35328&month=8&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4691
2026-08-11 22:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35328&month=8&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35328&month=8&year=2026&day=17&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-17T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35328&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35328&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35328" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35328');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37430&month=8&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37375&month=8&year=2026&day=11&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37410&month=8&year=2026&day=17&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4345
2026-08-11 22:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37375&month=8&year=2026&day=11&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37375&month=8&year=2026&day=11&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'11,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-11T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Dino-Skeletons-1012" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37375&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37375&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37375" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37375');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Dino '
'Skeletons</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 11, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:48 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37410&month=8&year=2026&day=17&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37410&month=8&year=2026&day=17&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'17,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-17T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20092:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37410&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37410&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37410" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37410');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">STAR '
'Inc. Brain Boost</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 17, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37422&month=8&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36997&month=8&year=2026&day=15&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8891
2026-08-11 22:43:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36997&month=8&year=2026&day=15&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36997&month=8&year=2026&day=15&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'15,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-15T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20093:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Book-Launch-Author-Signing-Deloris-Calho-1015" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="August Book Launch and Author Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18568" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36997&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36997&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36997" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36997');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Book '
'Launch & Author Signing: Deloris Calhoun-Wright</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 15, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true"><span style="white-space: pre-wrap;">AUTHOR '
'BIO: DELORIS CALHOUN-WRIGHT</span></p><p><span '
'style="white-space: pre-wrap;">Deloris Calhoun-Wright is a '
'devoted child advocate, Christian leader, and author whose\xa0'
'</span></p><p><span style="white-space: pre-wrap;">work centers '
'on safeguarding the emotional wellbeing of children impacted by '
'separation,\xa0</span></p><p><span style="white-space: '
'pre-wrap;">divorce, and complex family transitions. With '
'unwavering conviction, she champions the\xa0</span></p><p><span '
'style="white-space: pre-wrap;">belief that every child deserves '
'peace, stability, and dignity regardless of the challenges\xa0'
'</span></p><p><span style="white-space: pre-wrap;">unfolding '
'within adult relationships.</span></p><p><br/></p><p><span '
'style="white-space: pre-wrap;">With an extensive career in '
'healthcare and a Master of Theology from Hope Bible '
'Institute,\xa0</span></p><p><span style="white-space: '
'pre-wrap;">Deloris also brings a grounded, compassionate '
'perspective shaped by both professional\xa0</span></p><p><span '
'style="white-space: pre-wrap;">experience and faith. She is a '
'devoted wife, the proud mother of two successful twin\xa0'
'</span></p><p><span style="white-space: pre-wrap;">daughters, '
'the guardian of a kinship child, and a grandmother of '
'three.</span></p><p><br/></p><p><span style="white-space: '
'pre-wrap;">Guided by faith, compassion, and lived understanding, '
'Deloris approaches family\xa0</span></p><p><span '
'style="white-space: pre-wrap;">advocacy with grace rather than '
'judgment. She recognizes the complexity of parenting\xa0'
'</span></p><p><span style="white-space: pre-wrap;">amid personal '
'pain and unresolved experiences, and she meets families where '
'they are\xa0</span></p><p><span style="white-space: '
'pre-wrap;">without shame, blame, or condemnation. Through her '
'work, she invites parents and\xa0</span></p><p><span '
'style="white-space: pre-wrap;">caregivers to pause, reflect, and '
'lead with intentional responsibility, fostering healthier\xa0'
'</span></p><p><span style="white-space: pre-wrap;">emotional '
'environments where children can feel safe, seen, and '
'valued.</span></p><p><br/></p><p><span style="white-space: '
'pre-wrap;">Deloris brings a strong foundation in education, peer '
'support training, and family-focused\xa0</span></p><p><span '
'style="white-space: pre-wrap;">service to her writing and '
'advocacy. Over the years, she has listened deeply to '
'families,\xa0</span></p><p><span style="white-space: '
'pre-wrap;">supported caregivers through moments of uncertainty, '
'and witnessed firsthand how\xa0</span></p><p><span '
'style="white-space: pre-wrap;">communication, accountability, '
'and emotional presence profoundly shape a child’s sense\xa0'
'</span></p><p><span style="white-space: pre-wrap;">of security '
'and belonging. These experiences inform her child-centered '
'approach, one that\xa0</span></p><p><span style="white-space: '
'pre-wrap;">honors growth, healing, and the possibility of '
'meaningful change at every stage of the\xa0</span></p><p><span '
'style="white-space: pre-wrap;">parenting '
'journey.</span></p><p><br/></p><p><span style="white-space: '
'pre-wrap;">The Child in the Middle is Deloris’s debut book, '
'written as a compassionate guide to\xa0</span></p><p><span '
'style="white-space: pre-wrap;">support families navigating '
'co-parenting challenges and life transitions. With clarity,\xa0'
'</span></p><p><span style="white-space: pre-wrap;">empathy, and '
'lived insight, she reassures parents and caregivers that it is '
'never too late to\xa0</span></p><p><span style="white-space: '
'pre-wrap;">choose healthier patterns, repair what has been '
'strained, and protect what matters most.\xa0</span></p><p><span '
'style="white-space: pre-wrap;">Her work is grounded in hope, '
'shaped by faith, and anchored in an enduring truth when\xa0'
'</span></p><p><span style="white-space: pre-wrap;">adults lead '
'with care, children are given the space to heal, grow, and '
'thrive.</span></p><p><span style="white-space: pre-wrap;">“Your '
'Child Is Your Lifeline For A Lifetime”</span></p><p><span '
'style="white-space: pre-wrap;">~ Deloris Calhoun-Wright '
'~</span></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37438&month=8&year=2026&day=14&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36975&month=8&year=2026&day=13&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4337
2026-08-11 22:43:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36975&month=8&year=2026&day=13&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36975&month=8&year=2026&day=13&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'13,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-13T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200910:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Baby and Toddler Storytime Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18007" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36975&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36975&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36975" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36975');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'& Toddler Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 13, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=36976&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4337
2026-08-11 22:43:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=36976&month=8&year=2026&day=20&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=36976&month=8&year=2026&day=20&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'20,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-20T10:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t10:00 AM\u2009-\u200910:30 AM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Baby and Toddler Storytime Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18007" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36976&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d36976&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=36976" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=36976');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Baby '
'& Toddler Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Thursday, '
'August 20, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37133&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37401&month=8&year=2026&day=19&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5102
2026-08-11 22:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37133&month=8&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37133&month=8&year=2026&day=18&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-18T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20098:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Wire-Wrapping-Lotus-Pendant-995" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="lotus pendant Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18411" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37133&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37133&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37133" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37133');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Wire '
'Wrapping: Lotus Pendant</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><strong '
'data-pasted="true">Lotus Pendant:</strong> In this extremely '
'fast paced program, each participant will learn to follow a '
'pattern and properly execute a wire wrapped tumbled stone '
'pendant. Participants will learn to use basic jewelry tools. '
'Some hand dexterity is required. All tools and materials are '
'included. This program may not be suitable for those with hand '
'injuries or problems with hand grip.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4777
2026-08-11 22:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37401&month=8&year=2026&day=19&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37401&month=8&year=2026&day=19&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'19,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-19T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Kate-the-Great-Cosplay-Presents-The-Litt-1024" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="6 summer reader theater little mermaid Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18587" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37401&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37401&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37401" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37401');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Kate '
'the Great Cosplay Presents: The Little Mermaid Storytime</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Wednesday, '
'August 19, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37372&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37376&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37431&month=8&year=2026&day=20&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4689
2026-08-11 22:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37372&month=8&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37372&month=8&year=2026&day=18&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-18T12:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:30 PM\u2009-\u20091:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/August-SoNo-Book-Club-1010" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="august book club" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18565" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37372&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37372&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37372" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37372');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">August '
'SoNo Book Club</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4351
2026-08-11 22:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37376&month=8&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37376&month=8&year=2026&day=18&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-18T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20094:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Whats-in-the-Egg-1013" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37376&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37376&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37376" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37376');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">What\'s '
'in the Egg?</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37387&month=8&year=2026&day=8&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37132&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5120
2026-08-11 22:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37132&month=8&year=2026&day=18&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37132&month=8&year=2026&day=18&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'18,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-18T17:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t5:00 PM\u2009-\u20096:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Wire-Wrapping-Lotus-Pendant-995" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="lotus pendant Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18411" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37132&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37132&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37132" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37132');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Wire '
'Wrapping: Lotus Pendant</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 18, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p><strong '
'data-pasted="true">Lotus Pendant:</strong> In this extremely '
'fast paced program, each participant will learn to follow a '
'pattern and properly execute a wire wrapped tumbled stone '
'pendant. Participants will learn to use basic jewelry tools. '
'Some hand dexterity is required. All tools and materials are '
'included. This program may not be suitable for those with hand '
'injuries or problems with hand grip.</p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37416&month=8&year=2026&day=18&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 22:43:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37388&month=8&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4703
2026-08-11 22:43:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37388&month=8&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37388&month=8&year=2026&day=22&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-22T12:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:30 PM\u2009-\u20092:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Soul-Line-Dancing-August-1018" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Soul Line Dancing August flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18576" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37388&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37388&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37388" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37388');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Soul '
'Line Dancing</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37423&month=8&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37439&month=8&year=2026&day=21&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37385&month=8&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37187&month=8&year=2026&day=22&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4679
2026-08-11 22:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37385&month=8&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37385&month=8&year=2026&day=25&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-25T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20092:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Childrens-Bingo-1016" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="KIDS library bingo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18579" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37385&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37385&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37385" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37385');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Children\'s '
'Bingo</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4936
2026-08-11 22:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37187&month=8&year=2026&day=22&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37187&month=8&year=2026&day=22&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'22,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-22T11:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t11:00 AM\u2009-\u200912:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Adult-Art-Program-Firefly-Wishes-998" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Firefly Wishes Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18461" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37187&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37187&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37187" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37187');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Adult '
'Art Program: Firefly Wishes</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 22, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"><p '
'data-pasted="true">Firefly Wishes-Nothing says summer like the '
'bright lights of fireflies! Join us for a magical evening of fun '
'for a step-by-step painting of a summer night sky full of '
'fireflies!\xa0</p><p><br/></p></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37386&month=8&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35329&month=8&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4671
2026-08-11 22:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37386&month=8&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37386&month=8&year=2026&day=25&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-25T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Adult-Bingo-1017" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="ADULT library bingo" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18580" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37386&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37386&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37386" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37386');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Adult '
'Bingo</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4691
2026-08-11 22:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35329&month=8&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35329&month=8&year=2026&day=24&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-24T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35329&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35329&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35329" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35329');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37411&month=8&year=2026&day=24&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:43:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:43:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 22:43:58 [norwalk_pl] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 22:43:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37411&month=8&year=2026&day=24&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37411&month=8&year=2026&day=24&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'24,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-24T13:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t1:00 PM\u2009-\u20092:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37411&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37411&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37411" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37411');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">STAR '
'Inc. Brain Boost</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 24, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:44:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37440&month=8&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=35330&month=8&year=2026&day=31&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4691
2026-08-11 22:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=35330&month=8&year=2026&day=31&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=35330&month=8&year=2026&day=31&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'31,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-31T16:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t4:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Stew Leonard III Activity '
'Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Full-STEAM-Ahead-717" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url">Register here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Copy of Full s.t.e.a.m Ahead" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=15956" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35330&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d35330&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=35330" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=35330');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Full '
'S.T.E.A.M Ahead </h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 31, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37424&month=8&year=2026&day=28&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37178&month=8&year=2026&day=25&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37377&month=8&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3956
2026-08-11 22:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37178&month=8&year=2026&day=25&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37178&month=8&year=2026&day=25&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'25,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-25T18:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:30 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37178&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37178&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37178" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37178');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Medical '
'Educational Seminar</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Tuesday, '
'August 25, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4719
2026-08-11 22:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37377&month=8&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37377&month=8&year=2026&day=29&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-29T15:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t3:00 PM\u2009-\u20095:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name" '
'style="display:none;">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tEvent Location\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Movie-Night-Michael-1014" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="10 michael movie screening Flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18588" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37377&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37377&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37377" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37377');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Movie '
'Night: Michael</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37432&month=8&year=2026&day=27&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37293&month=8&year=2026&day=31&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://norwalkpl.org/Calendar.aspx?EID=37389&month=8&year=2026&day=29&calType=0> (referer: https://norwalkpl.org/calendar.aspx?month=8&year=2025&CID=14,25,23&Keywords=&startDate=&enddate=&) ['zyte-api']
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3980
2026-08-11 22:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37293&month=8&year=2026&day=31&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37293&month=8&year=2026&day=31&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'31,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-31T18:00:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t6:00 PM\u2009-\u20097:30 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetailNB">\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37293&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37293&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37293" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37293');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Norwalk-Village '
'Green Chapter, NSDAR chapter meeting</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Monday, '
'August 31, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 22:44:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4703
2026-08-11 22:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://norwalkpl.org/Calendar.aspx?EID=37389&month=8&year=2026&day=29&calType=0>
{'event_url': 'https://norwalkpl.org/Calendar.aspx?EID=37389&month=8&year=2026&day=29&calType=0',
'organization_name': 'South Norwalk Library',
'platform': 'nor_walk_pl',
'platform_hash': '51f1f29ff87b48aaf0c5c3070a25b2c7',
'raw_body': '<div class="detailsBody selfClear" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_detailBody">\n'
'<div id="divAboveDetails" style="display:none;"></div>\n'
'<div class="detailSpecifics">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_date">\n'
'<div class="specificDetailHeader">Date:</div>\n'
'<div class="specificDetailItem" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateDiv">August\xa0'
'29,\xa02026</div>\n'
'<div class="hidden" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_dateHiddenDiv" '
'itemprop="startDate">2026-08-29T12:30:00</div>\n'
'</div>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_time">\n'
'<div class="specificDetailHeader">Time:</div>\n'
'<div class="specificDetailItem">\n'
'\t\t\t\t\t\t\t\t12:30 PM\u2009-\u20092:00 PM\n'
'\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'<div class="fr-view" itemprop="location" itemscope="" '
'itemtype="http://schema.org/Place">\n'
'<div '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location">\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_location_name">\n'
'<div class="specificDetailHeader">Location:</div>\n'
'<div class="specificDetailItem">\n'
'\n'
'<div itemprop="name">\n'
'\t\t\t\t\t\t\t\t\t\tSoNo Community Room\t\t\t\t\t\t\t\t\t\t\n'
'\t\t\t\t\t\t\t\t</div>\n'
'</div>\n'
'</div>\n'
'\n'
'</div>\n'
'</div>\n'
'<span itemprop="performer" itemtype="http://schema.org/Person">\n'
'</span>\n'
'<div class="specificDetail" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_links">\n'
'<div class="specificDetailHeader">Link:</div>\n'
'<div class="specificDetailItem">\n'
'<a '
'href="/FormCenter/Online-Registration-Form-5/Soul-Line-Dancing-August-1018" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_lnkLink" '
'itemprop="url" target="_blank">Register Here</a>\n'
'</div>\n'
'</div>\n'
'<div class="specificDetailNB">\n'
'<div class="specificDetailImage" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImageDiv">\n'
'<img alt="Soul Line Dancing August flyer" '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventImage" '
'itemprop="image" '
'src="/ImageRepository/Document?documentID=18576" '
'style="border-width:8px;border-style:solid;" title=""/>\n'
'</div>\n'
'<div style="margin-top: 3px; text-align: right">\n'
'<a class="button" '
'href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37389&t=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Facebook" '
'src="/Assets/Images/IconShareFacebook.png" title="Share on '
'Facebook"/></span>\n'
'</a>\n'
'<a class="button" '
'href="https://twitter.com/share?url=https%3a%2f%2fnorwalkpl.org%2fCalendar.aspx%3fEID%3d37389&text=Check%20out%20this%20event%20for%20Norwalk%20Public%20Library%20Services,%20CT" '
'target="_blank">\n'
'<span><img alt="Twitter" '
'src="/Assets/Images/IconShareTwitter.png" title="Share on '
'Twitter"/></span>\n'
'</a>\n'
'<a class="button" data-email-subject="Check out this event for '
'Norwalk Public Library Services, CT" '
'data-share-url="https://norwalkpl.org/Calendar.aspx?EID=37389" '
'href="#" id="shareViaEmailButton" target="_blank">\n'
'<span><img alt="Email" src="/Assets/Images/IconShareEmail.png" '
'title="Share via Email"/></span>\n'
'</a>\n'
'<script language="javascript" '
'src="/Assets/Scripts/SocialShare.js" '
'type="text/javascript"></script>\n'
'<script language="javascript" type="text/javascript">\n'
'\t\t$(document).ready(function () {\n'
'\t\t\tvar socialShareJs = new SocialShare();\n'
"\t\t\tsocialShareJs.setup('Check out this event for Norwalk "
"Public Library Services, CT', "
"'https://norwalkpl.org/Calendar.aspx?EID=37389');\n"
'\t\t});\n'
'\t</script>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<div class="detailTitle" id="divDetailTitle" '
'style="margin-right:350px;">\n'
'<span itemprop="name">\n'
'<h2 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventTitle">Soul '
'Line Dancing</h2>\n'
'</span>\n'
'<div class="detailDateDesc">\n'
'<h3 '
'id="ctl00_ctl00_MainContent_ModuleContent_ctl00_ctl04_eventDate">Saturday, '
'August 29, 2026</h3>\n'
'</div>\n'
'<hr/>\n'
'</div>\n'
'<div id="divBelowDetails" style="display:none;"></div>\n'
'<div class="fr-view" itemprop="description"></div>\n'
'<ul class="documentsList" itemprop="documents"><li></li></ul>\n'
'</div>'}
2026-08-11 22:44:01 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 22:44:01 [scrapy.extensions.feedexport] INFO: Stored csv feed (291 items) in: output/2026/08/11/norwalk_pl.csv
2026-08-11 22:44:01 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 338100,
'downloader/request_count': 355,
'downloader/request_method_count/GET': 355,
'downloader/response_bytes': 44598065,
'downloader/response_count': 355,
'downloader/response_status_count/200': 355,
'dupefilter/filtered': 73,
'elapsed_time_seconds': 204.273819,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 20, 44, 1, 983450, tzinfo=datetime.timezone.utc),
'item_scraped_count': 291,
'items_per_minute': 85.58823529411765,
'log_count/DEBUG': 1584,
'log_count/ERROR': 107,
'log_count/INFO': 6,
'log_count/WARNING': 1,
'memusage/max': 187498496,
'memusage/startup': 99901440,
'request_depth_max': 1,
'response_received_count': 355,
'responses_per_minute': 104.41176470588236,
'scheduler/dequeued': 355,
'scheduler/dequeued/memory': 355,
'scheduler/enqueued': 355,
'scheduler/enqueued/memory': 355,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 355,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 5.513552948937452,
'scrapy-zyte-api/mean_response_seconds': 5.7431397446864105,
'scrapy-zyte-api/processed': 355,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 355,
'scrapy-zyte-api/request_args/httpResponseBody': 355,
'scrapy-zyte-api/request_args/httpResponseHeaders': 355,
'scrapy-zyte-api/request_args/url': 355,
'scrapy-zyte-api/status_codes/200': 355,
'scrapy-zyte-api/success': 355,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 8, 11, 20, 40, 37, 709631, tzinfo=datetime.timezone.utc)}
2026-08-11 22:44:01 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (norwalk_pl)