Desktop version Jobs Stats

PROJECT (event_scrapers)
SPIDER (moca_west)

2026-08-11 20:40:32 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 20:40:32 [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 20:40:32 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 20:40:32 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 20:40:32 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 20:40:32 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 20:40:32 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 20:40:32 [scrapy.extensions.telnet] INFO: Telnet Password: 34a4c9632251ca78
2026-08-11 20:40:32 [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 20:40:32 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x782188e3b380>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/moca_west/215df2fa95b411f1957f0050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 20:40:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 20:40:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 20:40:32 [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 20:40:32 [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 20:40:32 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 20:40:32 [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 20:40:32 [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 20:40:32 [scrapy.core.engine] INFO: Spider opened
2026-08-11 20:40:32 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.moca_west_port.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 20:40:32 [moca_west] INFO: Sending scraped events to prod API
2026-08-11 20:40:32 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 20:40:32 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 20:40:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): mocact.org:443
2026-08-11 20:40:33 [urllib3.connectionpool] DEBUG: https://mocact.org:443 "GET /events/ HTTP/1.1" 200 None
2026-08-11 20:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-08%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-9-15&smu=false&tvn1=5b31f38bb7&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-08-11 20:40:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-08%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-11-15&smu=false&tvn1=5b31f38bb7&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:40:35 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://mocact.org/events-calendar/mocact-presents-dee-dee-bridgewater-bill-charlap/> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-08-11 20:40:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-08%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-10-15&smu=false&tvn1=5b31f38bb7&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-08-11 20:40:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-08%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-12-15&smu=false&tvn1=5b31f38bb7&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-08-11 20:40:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/> (referer: None) ['zyte-api']
2026-08-11 20:40:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/> (referer: None) ['zyte-api']
2026-08-11 20:40:36 [py.warnings] WARNING: /root/event-list-scraping/event_scrapers/spiders/moca_west_port.py:76: GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

The code that caused this warning is on line 76 of the file /root/event-list-scraping/event_scrapers/spiders/moca_west_port.py. To get rid of this warning, pass the additional argument 'features="lxml"' to the BeautifulSoup constructor.

  item['raw_body'] = str(bs(response.css('section#tribe-events-pg-template').get('')))

2026-08-11 20:40:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17703
2026-08-11 20:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/>
{'event_url': 'https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<h1 class="tribe-events-single-event-title">Encaustic Collage '
             'with Leslie Giuliani</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">September 17 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:00 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Encaustic Collage with Leslie Giuliani - MoCA '
             'CT" data-viewtitle="Encaustic Collage with Leslie Giuliani" '
             'id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/"><span>«</span> '
             'Looking for History — Michael Borders Reception</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/">MoCA\\CT '
             'Sessions: Heida Hermanns International Piano Competition 2025 '
             'Winners Concert (classical) <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-60214 tribe_events type-tribe_events '
             'status-publish hentry tribe_events_cat-class cat_class" '
             'id="post-60214">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p><strong>Cost</strong>: $75.00 per adult</p>\n'
             '<p>In this class, we’ll explore the ancient yet contemporary '
             'medium of Encaustic—beeswax-based paint that also serves as a '
             'versatile adhesive—to create unique collages.</p>\n'
             '<p>– <a '
             'href="https://secure.qgiv.com/for/mocactevents/event/encausticandcollagewithlesliegiuliani/" '
             'rel="noopener" target="_blank">Register</a></p>\n'
             '<p><img alt="" class="aligncenter size-large wp-image-61228" '
             'decoding="async" height="1024" loading="lazy" sizes="(min-width: '
             '0px) and (max-width: 480px) 480px, (min-width: 481px) 832px, '
             '100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/04/unnamed-832x1024.jpg" '
             'srcset="https://mocact.org/wp-content/uploads/2026/04/unnamed-832x1024.jpg '
             '832w, '
             'https://mocact.org/wp-content/uploads/2026/04/unnamed-480x591.jpg '
             '480w" width="832"/></p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260917T180000/20260917T200000&amp;text=Encaustic%20Collage%20with%20Leslie%20Giuliani&amp;details=%3Cstrong%3ECost%3C%2Fstrong%3E%3A+%2475.00+per+adultIn+this+class%2C+we%E2%80%99ll+explore+the+ancient+yet+contemporary+medium+of+Encaustic%E2%80%94beeswax-based+paint+that+also+serves+as+a+versatile+adhesive%E2%80%94to+create+unique+collages.-+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fencausticandcollagewithlesliegiuliani%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3ERegister%3C%2Fa%3E%3Cimg+class%3D%22aligncenter+size-large+wp-image-61228%22+src%3D%22http%3A%2F%2Fmocact.org%2Fwp-content%2Fuploads%2F2026%2F04%2Funnamed-832x1024.jpg%22+alt%3D%22%22+width%3D%22832%22+height%3D%221024%22+%2F%3E&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-17T18%3A00%3A00-04%3A00&amp;enddt=2026-09-17T20%3A00%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Encaustic%20Collage%20with%20Leslie%20Giuliani&amp;body=Cost%3A%20%2475.00%20per%20adultIn%20this%20class%2C%20we%E2%80%99ll%20explore%20the%20ancient%20yet%20contemporary%20medium%20of%20Encaustic%E2%80%94beeswax-based%20paint%20that%20also%20serves%20as%20a%20versatile%20adhesive%E2%80%94to%20create%20unique%20collages.-%20Register" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-17T18%3A00%3A00-04%3A00&amp;enddt=2026-09-17T20%3A00%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Encaustic%20Collage%20with%20Leslie%20Giuliani&amp;body=Cost%3A%20%2475.00%20per%20adultIn%20this%20class%2C%20we%E2%80%99ll%20explore%20the%20ancient%20yet%20contemporary%20medium%20of%20Encaustic%E2%80%94beeswax-based%20paint%20that%20also%20serves%20as%20a%20versatile%20adhesive%E2%80%94to%20create%20unique%20collages.-%20Register" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-17"> September 17 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-09-17">\n'
             '\t\t\t\t\t\t6:00 pm - 8:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/class/" '
             'rel="tag">Class</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-westport/">MoCA Westport</a> '
             '</li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<abbr class="tribe-region tribe-events-abbr" '
             'title="Connecticut">CT</abbr>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> (203) '
             '222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocawestport.com" rel="external" '
             'target="_self">View Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA Westport" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 15 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 22 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 29 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/"><span>«</span> '
             'Looking for History — Michael Borders Reception</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/">MoCA\\CT '
             'Sessions: Heida Hermanns International Piano Competition 2025 '
             'Winners Concert (classical) <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17831
2026-08-11 20:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/>
{'event_url': 'https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<h1 class="tribe-events-single-event-title">Rick Shaefer Studio '
             'Visit (Members-only)</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">September 26 @ 11:00 '
             'am</span> - <span class="tribe-event-time">12:30 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Rick Shaefer Studio Visit (Members-only) - MoCA '
             'CT" data-viewtitle="Rick Shaefer Studio Visit (Members-only)" '
             'id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/"><span>«</span> '
             'AVON on Tour’s Steal This Story, Please!</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/mocact-presents-morgan-james/">MoCA\\CT '
             'Presents: Morgan James <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-60618 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-upcoming-event cat_upcoming-event" '
             'id="post-60618">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<div class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image" decoding="async" '
             'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
             '(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
             '980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
             '(min-width: 1281px) 1920px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/06/Rick-Shaefers-Studio-Visit_September-26-2-1.jpg" '
             'srcset="https://mocact.org/wp-content/uploads/2026/06/Rick-Shaefers-Studio-Visit_September-26-2-1.jpg '
             '1920w, '
             'https://mocact.org/wp-content/uploads/2026/06/Rick-Shaefers-Studio-Visit_September-26-2-1-1280x720.jpg '
             '1280w, '
             'https://mocact.org/wp-content/uploads/2026/06/Rick-Shaefers-Studio-Visit_September-26-2-1-980x551.jpg '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/06/Rick-Shaefers-Studio-Visit_September-26-2-1-480x270.jpg '
             '480w" width="1920"/></div>\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p><strong>Rick Shaefer Studio Visit '
             '(Members-only)</strong><br/>\n'
             'Saturday, September 26, 2026<br/>\n'
             '11am – 12:30pm<br/>\n'
             '(Location to be disclosed upon registration)<br/>\n'
             '<a '
             'href="https://secure.qgiv.com/for/mocactevents/event/shaefer-studio-visit/"><strong>Register '
             'Here</strong></a>: Free admission for MoCA\\CT Members</p>\n'
             '<p>In conjunction with <em>Looking for History</em>, MoCA\\CT '
             'invites Museum Members to an exclusive visit to the studio of '
             'exhibiting artist Rick Shaefer on Saturday, September 26, from '
             '11:00am to 12:30pm. <strong>Space is limited to 15 '
             'participants.</strong></p>\n'
             '<p>Join us for a rare opportunity to explore the memorable space '
             'where Shaefer created his acclaimed <em>Colossi</em>, '
             '<em>Refugee Trilogy</em>, and <em>Liberty Dismantled</em> '
             'series. During this visit, Rick will guide Museum Members '
             'through his creative environment, sharing past works and works '
             'currently in progress.</p>\n'
             '<p>The visit will include a discussion of Shaefer’s artistic '
             'process, followed by an opportunity to engage directly with the '
             'artist. A group photo with Rick Shaefer will be taken at the end '
             'of the visit. To learn more about Rick Shaefer and his work, '
             'visit <a '
             'href="http://www.rickshaefer.com">www.rickshaefer.com</a>.</p>\n'
             '<p>Following the studio visit, Members are welcome to gather for '
             'lunch at nearby restaurants. Prior to the event, a list of '
             'recommended eateries will be shared along with the studio '
             'location.</p>\n'
             '<p>Register today to join us for this special Members-only '
             'experience.</p>\n'
             '<p>Interested in becoming a MoCA\\CT Member? Email <a '
             'href="info@mocact.org">info@mocact.org</a> or visit <a '
             'href="https://mocact.org">mocact.org</a> to learn more and gain '
             'access to exclusive programs such as this one.</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260926T110000/20260926T123000&amp;text=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29&amp;details=%3Cstrong%3ERick+Shaefer+Studio+Visit+%28Members-only%29%3C%2Fstrong%3ESaturday%2C+September+26%2C+202611am+%E2%80%93+12%3A30pm%28Location+to+be+disclosed+upon+registration%29%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fshaefer-studio-visit%2F%22%3E%3Cstrong%3ERegister+Here%3C%2Fstrong%3E%3C%2Fa%3E%3A+Free+admission+for+MoCA%5CCT+MembersIn+conjunction+with+%3Cem%3ELooking+for+History%3C%2Fem%3E%2C+MoCA%5CCT+invites+Museum+Members+to+an+exclusive+visit+to+the+studio+of+exhibiting+artist+Rick+Shaefer+on+Saturday%2C+September+26%2C+from+11%3A00am+to+12%3A30pm.+%3Cstrong%3ESpace+is+limited+to+15+participants.%3C%2Fstrong%3EJoin+us+for+a+rare+opportunity+to+explore+the+memorable+space+where+Shaefer+created+his+acclaimed+%3Cem%3EColossi%3C%2Fem%3E%2C+%3Cem%3ERefugee+Trilogy%3C%2Fem%3E%2C+and+%3Cem%3ELiberty+Dismantled%3C%2Fem%3E+series.+During+this+visit%2C+Rick+will+guide+Museum+Members+through+his+creative+environment%2C+sharing+past+works+and+works+currently+in+progress.The+visit+will+include+a+discussion+of+Shaefer%27s+artistic+process%2C+followed+by+an+opportunity+to+engage+direc+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fmocact.org%2Fevents-calendar%2Frick-shaefer-studio-visit-members-only%2F%29&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-26T11%3A00%3A00-04%3A00&amp;enddt=2026-09-26T12%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29&amp;body=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29Saturday%2C%20September%2026%2C%20202611am%20%E2%80%93%2012%3A30pm%28Location%20to%20be%20disclosed%20upon%20registration%29Register%20Here%3A%20Free%20admission%20for%20MoCA%5CCT%20MembersIn%20conjunction%20with%20Looking%20for%20History%2C%20MoCA%5CCT%20invites%20Museum%20Members%20to%20an%20exclusive%20visit%20to%20the%20studio%20of%20exhibiting%20artist%20Rick%20Shaefer%20on%20Saturday%2C%20September%2026%2C%20from%2011%3A00am%20to%2012%3A30pm.%20Space%20is%20limited%20to%2015%20participants.Join%20us%20for%20a%20rare%20opportunity%20to%20explore%20the%20memorable%20space%20where%20Shaefer%20created%20his%20acclaimed%20Colossi%2C%20Refugee%20Trilogy%2C%20and%20Liberty%20Dismantled%20series.%20During%20this%20visit%2C%20Rick%20will%20guide%20Museum%20Members%20through%20his%20creative%20environment%2C%20sharing%20past%20works%20and%20works%20currently%20in%20progress.The%20visit%20will%20include%20a%20discussion%20of%20Shaefer%27s%20artistic%20process%2C%20followed%20by%20an%20opportunity%20to%20engage%20directly%20with%20the%20artist.%20A%20group%20photo%20with%20Rick%20Shaefer%20will%20be%20taken%20at%20the%20%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fmocact.org%2Fevents-calendar%2Frick-shaefer-studio-visit-members-only%2F%29" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-26T11%3A00%3A00-04%3A00&amp;enddt=2026-09-26T12%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29&amp;body=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29Saturday%2C%20September%2026%2C%20202611am%20%E2%80%93%2012%3A30pm%28Location%20to%20be%20disclosed%20upon%20registration%29Register%20Here%3A%20Free%20admission%20for%20MoCA%5CCT%20MembersIn%20conjunction%20with%20Looking%20for%20History%2C%20MoCA%5CCT%20invites%20Museum%20Members%20to%20an%20exclusive%20visit%20to%20the%20studio%20of%20exhibiting%20artist%20Rick%20Shaefer%20on%20Saturday%2C%20September%2026%2C%20from%2011%3A00am%20to%2012%3A30pm.%20Space%20is%20limited%20to%2015%20participants.Join%20us%20for%20a%20rare%20opportunity%20to%20explore%20the%20memorable%20space%20where%20Shaefer%20created%20his%20acclaimed%20Colossi%2C%20Refugee%20Trilogy%2C%20and%20Liberty%20Dismantled%20series.%20During%20this%20visit%2C%20Rick%20will%20guide%20Museum%20Members%20through%20his%20creative%20environment%2C%20sharing%20past%20works%20and%20works%20currently%20in%20progress.The%20visit%20will%20include%20a%20discussion%20of%20Shaefer%27s%20artistic%20process%2C%20followed%20by%20an%20opportunity%20to%20engage%20directly%20with%20the%20artist.%20A%20group%20photo%20with%20Rick%20Shaefer%20will%20be%20taken%20at%20the%20%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fmocact.org%2Fevents-calendar%2Frick-shaefer-studio-visit-members-only%2F%29" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-26"> September 26 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-09-26">\n'
             '\t\t\t\t\t\t11:00 am - 12:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/upcoming-event/" '
             'rel="tag">Upcoming Event</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-ct/">MoCA\\CT</a> </li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> '
             '203-222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocact.org/" rel="external" target="_self">View '
             'Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA\\CT" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="576" '
             'src="https://mocact.org/wp-content/uploads/2026/06/Gallery-Talk-with-Rick-Shaefer_August-20-1024x576.jpg" '
             'width="1024"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/" '
             'rel="bookmark">Gallery Talk with Rick Shaefer</a></h3>\n'
             '<span class="tribe-event-date-start">August 20 @ 6:00 pm</span> '
             '- <span class="tribe-event-time">7:00 pm</span> </div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/"><span>«</span> '
             'AVON on Tour’s Steal This Story, Please!</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/mocact-presents-morgan-james/">MoCA\\CT '
             'Presents: Morgan James <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/> (referer: None) ['zyte-api']
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16872
2026-08-11 20:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/>
{'event_url': 'https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<h1 class="tribe-events-single-event-title">AVON on Tour’s Steal '
             'This Story, Please!</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">September 23 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:30 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="AVON on Tour’s Steal This Story, Please! - MoCA '
             'CT" data-viewtitle="AVON on Tour’s Steal This Story, Please!" '
             'id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/"><span>«</span> '
             'MoCA\\CT Sessions: Heida Hermanns International Piano '
             'Competition 2025 Winners Concert (classical)</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/">Rick '
             'Shaefer Studio Visit (Members-only) <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-61140 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-event '
             'cat_event" id="post-61140">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<div class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image" decoding="async" '
             'fetchpriority="high" height="1350" sizes="(min-width: 0px) and '
             '(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
             '980px) 980px, (min-width: 981px) 1080px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/07/STSP-Poster-Shepard-Fairey-IG-Version.jpg" '
             'srcset="https://mocact.org/wp-content/uploads/2026/07/STSP-Poster-Shepard-Fairey-IG-Version.jpg '
             '1080w, '
             'https://mocact.org/wp-content/uploads/2026/07/STSP-Poster-Shepard-Fairey-IG-Version-980x1225.jpg '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/07/STSP-Poster-Shepard-Fairey-IG-Version-480x600.jpg '
             '480w" width="1080"/></div>\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Experience a compelling evening of film and conversation with '
             'Steal This Story, Please! on Wednesday, September 23 at 6pm in '
             'the MoCA\\CT galleries.</p>\n'
             '<p><a '
             'href="https://mocact.org/avon-on-tours-steal-this-story-please/">Register</a></p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260923T180000/20260923T203000&amp;text=AVON%20on%20Tour%E2%80%99s%20Steal%20This%20Story%2C%20Please%21&amp;details=Experience+a+compelling+evening+of+film+and+conversation+with+Steal+This+Story%2C+Please%21+on+Wednesday%2C+September+23+at+6pm+in+the+MoCA%5CCT+galleries.%3Ca+href%3D%22https%3A%2F%2Fmocact.org%2Favon-on-tours-steal-this-story-please%2F%22%3ERegister%3C%2Fa%3E&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-23T18%3A00%3A00-04%3A00&amp;enddt=2026-09-23T20%3A30%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=AVON%20on%20Tour%E2%80%99s%20Steal%20This%20Story%2C%20Please%21&amp;body=Experience%20a%20compelling%20evening%20of%20film%20and%20conversation%20with%20Steal%20This%20Story%2C%20Please%21%20on%20Wednesday%2C%20September%2023%20at%206pm%20in%20the%20MoCA%5CCT%20galleries.Register" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-23T18%3A00%3A00-04%3A00&amp;enddt=2026-09-23T20%3A30%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=AVON%20on%20Tour%E2%80%99s%20Steal%20This%20Story%2C%20Please%21&amp;body=Experience%20a%20compelling%20evening%20of%20film%20and%20conversation%20with%20Steal%20This%20Story%2C%20Please%21%20on%20Wednesday%2C%20September%2023%20at%206pm%20in%20the%20MoCA%5CCT%20galleries.Register" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-23"> September 23 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-09-23">\n'
             '\t\t\t\t\t\t6:00 pm - 8:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/event/" '
             'rel="tag">Event</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-westport/">MoCA Westport</a> '
             '</li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<abbr class="tribe-region tribe-events-abbr" '
             'title="Connecticut">CT</abbr>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> (203) '
             '222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocawestport.com" rel="external" '
             'target="_self">View Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA Westport" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 15 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 22 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'loading="lazy" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 29 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/"><span>«</span> '
             'MoCA\\CT Sessions: Heida Hermanns International Piano '
             'Competition 2025 Winners Concert (classical)</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/">Rick '
             'Shaefer Studio Visit (Members-only) <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/> (referer: None) ['zyte-api']
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 20:40:37 [moca_west] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 20:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/>
{'event_url': 'https://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<h1 class="tribe-events-single-event-title">MoCA\\CT Sessions: '
             'Heida Hermanns International Piano Competition 2025 Winners '
             'Concert (classical)</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">September 18 @ 7:00 '
             'pm</span> - <span class="tribe-event-time">8:30 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="MoCA\\CT Sessions: Heida Hermanns International '
             'Piano Competition 2025 Winners Concert (classical) - MoCA CT" '
             'data-viewtitle="MoCA\\CT Sessions: Heida Hermanns International '
             'Piano Competition 2025 Winners Concert (classical)" '
             'id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/"><span>«</span> '
             'Encaustic Collage with Leslie Giuliani</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/">AVON '
             'on Tour’s Steal This Story, Please! <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-61206 tribe_events type-tribe_events '
             'status-publish hentry tribe_events_cat-performance '
             'cat_performance" id="post-61206">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Join us for a special evening showcasing the winners of the '
             '2025 Heida Hermanns International Music Competition, Zhu Wang '
             'and Ye-Eun Hyun.<br/>\n'
             'Friday, September 18, 7 – 8:30pm</p>\n'
             '<p><a '
             'href="https://mocact.org/mocact-sessions-heida-competition-2025-winners-concert/">Tickets</a></p>\n'
             '<p><img alt="" class="aligncenter size-large wp-image-61198" '
             'decoding="async" height="791" loading="lazy" sizes="(min-width: '
             '0px) and (max-width: 480px) 480px, (min-width: 481px) and '
             '(max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/07/MoCA-CT-S-E-S-S-I-O-N-S-Masthead-Heida-Hermanns-2025-Winners2-1024x791.png" '
             'srcset="https://mocact.org/wp-content/uploads/2026/07/MoCA-CT-S-E-S-S-I-O-N-S-Masthead-Heida-Hermanns-2025-Winners2-980x757.png '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/07/MoCA-CT-S-E-S-S-I-O-N-S-Masthead-Heida-Hermanns-2025-Winners2-480x371.png '
             '480w" width="1024"/></p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260918T190000/20260918T203000&amp;text=MoCA%5CCT%20Sessions%3A%20Heida%20Hermanns%20International%20Piano%20Competition%202025%20Winners%20Concert%20%28classical%29&amp;details=Join+us+for+a+special+evening+showcasing+the+winners+of+the+2025+Heida+Hermanns+International+Music+Competition%2C+Zhu+Wang+and+Ye-Eun+Hyun.Friday%2C+September+18%2C+7+-+8%3A30pm%3Ca+href%3D%22https%3A%2F%2Fmocact.org%2Fmocact-sessions-heida-competition-2025-winners-concert%2F%22%3ETickets%3C%2Fa%3E%3Cimg+class%3D%22aligncenter+size-large+wp-image-61198%22+src%3D%22http%3A%2F%2Fmocact.org%2Fwp-content%2Fuploads%2F2026%2F07%2FMoCA-CT-S-E-S-S-I-O-N-S-Masthead-Heida-Hermanns-2025-Winners2-1024x791.png%22+alt%3D%22%22+width%3D%221024%22+height%3D%22791%22+%2F%3E&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/mocact-sessions-heida-hermanns-international-piano-competition-2025-winners-concert-classical/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-18T19%3A00%3A00-04%3A00&amp;enddt=2026-09-18T20%3A30%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=MoCA%5CCT%20Sessions%3A%20Heida%20Hermanns%20International%20Piano%20Competition%202025%20Winners%20Concert%20%28classical%29&amp;body=Join%20us%20for%20a%20special%20evening%20showcasing%20the%20winners%20of%20the%202025%20Heida%20Hermanns%20International%20Music%20Competition%2C%20Zhu%20Wang%20and%20Ye-Eun%20Hyun.Friday%2C%20September%2018%2C%207%20-%208%3A30pmTickets" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-18T19%3A00%3A00-04%3A00&amp;enddt=2026-09-18T20%3A30%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=MoCA%5CCT%20Sessions%3A%20Heida%20Hermanns%20International%20Piano%20Competition%202025%20Winners%20Concert%20%28classical%29&amp;body=Join%20us%20for%20a%20special%20evening%20showcasing%20the%20winners%20of%20the%202025%20Heida%20Hermanns%20International%20Music%20Competition%2C%20Zhu%20Wang%20and%20Ye-Eun%20Hyun.Friday%2C%20September%2018%2C%207%20-%208%3A30pmTickets" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-18"> September 18 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-09-18">\n'
             '\t\t\t\t\t\t7:00 pm - 8:30 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/performance/" '
             'rel="tag">Performance</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-westport/">MoCA Westport</a> '
             '</li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<abbr class="tribe-region tribe-events-abbr" '
             'title="Connecticut">CT</abbr>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> (203) '
             '222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocawestport.com" rel="external" '
             'target="_self">View Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA Westport" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/mocact-presents-morgan-james/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="MoCA\\CT Presents: Morgan James" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/mocact-presents-morgan-james/" '
             'rel="bookmark">MoCA\\CT Presents: Morgan James</a></h3>\n'
             '<span class="tribe-event-date-start">October 3 @ 7:00 pm</span> '
             '- <span class="tribe-event-time">8:30 pm</span> </div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/mocact-presents-heida-hermanns-international-music-competition-final-round/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="MoCA\\CT Presents: Heida Hermanns International Music '
             'Competition – Final Round" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/mocact-presents-heida-hermanns-international-music-competition-final-round/" '
             'rel="bookmark">MoCA\\CT Presents: Heida Hermanns International '
             'Music Competition – Final Round</a></h3>\n'
             '<span class="tribe-event-date-start">November 14 @ 4:00 '
             'pm</span> - <span class="tribe-event-time">8:00 pm</span> '
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/mocact-presents-dee-dee-bridgewater-bill-charlap/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="MoCA\\CT Presents: Dee Dee Bridgewater &amp; Bill Charlap" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/mocact-presents-dee-dee-bridgewater-bill-charlap/" '
             'rel="bookmark">MoCA\\CT Presents: Dee Dee Bridgewater &amp; Bill '
             'Charlap</a></h3>\n'
             '<span class="tribe-event-date-start">January 30, 2027 @ 7:00 '
             'pm</span> - <span class="tribe-event-time">8:30 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/"><span>«</span> '
             'Encaustic Collage with Leslie Giuliani</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/">AVON '
             'on Tour’s Steal This Story, Please! <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-presents-kate-kortum/> (referer: None) ['zyte-api']
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 47
2026-08-11 20:40:37 [moca_west] ERROR: API error 400: {"event_body":["This field may not be blank."]}
2026-08-11 20:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/mocact-presents-kate-kortum/>
{'event_url': 'https://mocact.org/mocact-presents-kate-kortum/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': ''}
2026-08-11 20:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-presents-morgan-james/> (referer: None) ['zyte-api']
2026-08-11 20:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-presents-jasper-string-quartet/> (referer: None) ['zyte-api']
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 47
2026-08-11 20:40:38 [moca_west] ERROR: API error 400: {"event_body":["This field may not be blank."]}
2026-08-11 20:40:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/morgan-james-soul-remains-tour/>
{'event_url': 'https://mocact.org/morgan-james-soul-remains-tour/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': ''}
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 47
2026-08-11 20:40:38 [moca_west] ERROR: API error 400: {"event_body":["This field may not be blank."]}
2026-08-11 20:40:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/moca-presents-jasper-string-quartet/>
{'event_url': 'https://mocact.org/moca-presents-jasper-string-quartet/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': ''}
2026-08-11 20:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-presents-dee-dee-bridgewater-bill-charlap/> (referer: None) ['zyte-api']
2026-08-11 20:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-presents-calidore-string-quartet/> (referer: None) ['zyte-api']
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 47
2026-08-11 20:40:38 [moca_west] ERROR: API error 400: {"event_body":["This field may not be blank."]}
2026-08-11 20:40:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/moca-presents-dee-dee-bridgewater-bill-charlap/>
{'event_url': 'https://mocact.org/moca-presents-dee-dee-bridgewater-bill-charlap/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': ''}
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 47
2026-08-11 20:40:38 [moca_west] ERROR: API error 400: {"event_body":["This field may not be blank."]}
2026-08-11 20:40:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/moca-presents-calidore-string-quartet/>
{'event_url': 'https://mocact.org/moca-presents-calidore-string-quartet/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': ''}
2026-08-11 20:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-presents-time-for-three/> (referer: None) ['zyte-api']
2026-08-11 20:40:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 47
2026-08-11 20:40:40 [moca_west] ERROR: API error 400: {"event_body":["This field may not be blank."]}
2026-08-11 20:40:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/moca-presents-time-for-three/>
{'event_url': 'https://mocact.org/moca-presents-time-for-three/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': ''}
2026-08-11 20:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-08%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-8-15&smu=false&tvn1=5b31f38bb7&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-08-11 20:40: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 20:40: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 20:40: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 20:40: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 20:40: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 20:40: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 20:40: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 20:40: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 20:40: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 20:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/> (referer: None) ['zyte-api']
2026-08-11 20:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/> (referer: None) ['zyte-api']
2026-08-11 20:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17712
2026-08-11 20:40:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/>
{'event_url': 'https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<h1 class="tribe-events-single-event-title">Gallery Talk with '
             'Rick Shaefer</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">August 20 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">7:00 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Gallery Talk with Rick Shaefer - MoCA CT" '
             'data-viewtitle="Gallery Talk with Rick Shaefer" '
             'id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/">Art '
             'Adventures <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-60615 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-upcoming-event cat_upcoming-event" '
             'id="post-60615">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<div class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image" decoding="async" '
             'fetchpriority="high" height="1080" sizes="(min-width: 0px) and '
             '(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
             '980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
             '(min-width: 1281px) 1920px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/06/Gallery-Talk-with-Rick-Shaefer_August-20.jpg" '
             'srcset="https://mocact.org/wp-content/uploads/2026/06/Gallery-Talk-with-Rick-Shaefer_August-20.jpg '
             '1920w, '
             'https://mocact.org/wp-content/uploads/2026/06/Gallery-Talk-with-Rick-Shaefer_August-20-1280x720.jpg '
             '1280w, '
             'https://mocact.org/wp-content/uploads/2026/06/Gallery-Talk-with-Rick-Shaefer_August-20-980x551.jpg '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/06/Gallery-Talk-with-Rick-Shaefer_August-20-480x270.jpg '
             '480w" width="1920"/></div>\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p><strong>Gallery Talk with Rick Shaefer</strong><br/>\n'
             'Thursday, August 20, 6–7pm<br/>\n'
             '<strong><a '
             'href="https://secure.qgiv.com/for/mocactevents/event/shaefer-walkthrough/">Register '
             'Here</a></strong>: $25 General admissions, $15 for seniors and '
             'students, free for Museum Members</p>\n'
             '<p>In conjunction with Looking for History, join exhibiting '
             'artist Rick Shaefer for a guided tour of <em>Colossi</em> on '
             'Thursday, August 20, at 6pm.</p>\n'
             '<p>During this one-hour walkthrough, Shaefer will lead Museum '
             'visitors through the exhibition, sharing insights into the '
             'inspiration, historical references, and creative methods that '
             'inform the works on view. Participants will have the opportunity '
             'to engage in a discussion about the artist’s concepts, '
             'materials, and techniques.</p>\n'
             '<p>Shaefer’s exhibition at MoCA\\CT includes selections from '
             'three ongoing bodies of work: the <em>Colossi</em>, <em>Refugee '
             'Trilogy</em>, and <em>Liberty Dismantled</em> series. These '
             'works collectively examine the transhistorical themes of '
             'migration, displacement, national identity, and the tension '
             'between ideals of freedom and the realities of division.</p>\n'
             '<p>Also on view are two short videos that offer a close read of '
             'two major drawings from the <em>Colossi</em> series, <em>The New '
             'Colossus</em> and <em>Siege</em>. The videos, created '
             'specifically for this exhibition, offer visitors a deeper '
             'understanding of the historical precedents, symbolism, and '
             'formal techniques that shape the artist’s practice. Together, '
             'these works invite reflection on the structures — both physical '
             'and metaphorical — that impact our world and our relationships '
             'with one another.</p>\n'
             '<p>\xa0</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260820T180000/20260820T190000&amp;text=Gallery%20Talk%20with%20Rick%20Shaefer&amp;details=%3Cstrong%3EGallery+Talk+with+Rick+Shaefer%3C%2Fstrong%3EThursday%2C+August+20%2C+6%E2%80%937pm%3Cstrong%3E%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fshaefer-walkthrough%2F%22%3ERegister+Here%3C%2Fa%3E%3C%2Fstrong%3E%3A+%2425+General+admissions%2C+%2415+for+seniors+and+students%2C+free+for+Museum+MembersIn+conjunction+with+Looking+for+History%2C+join+exhibiting+artist+Rick+Shaefer+for+a+guided+tour+of+%3Cem%3EColossi%3C%2Fem%3E+on+Thursday%2C+August+20%2C+at+6pm.During+this+one-hour+walkthrough%2C+Shaefer+will+lead+Museum+visitors+through+the+exhibition%2C+sharing+insights+into+the+inspiration%2C+historical+references%2C+and+creative+methods+that+inform+the+works+on+view.+Participants+will+have+the+opportunity+to+engage+in+a+discussion+about+the+artist%27s+concepts%2C+materials%2C+and+techniques.Shaefer%27s+exhibition+at+MoCA%5CCT+includes+selections+from+three+ongoing+bodies+of+work%3A+the+%3Cem%3EColossi%3C%2Fem%3E%2C+%3Cem%3ERefugee+Trilogy%3C%2Fem%3E%2C+and+%3Cem%3ELiberty+Dismantled%3C%2Fem%3E+series.+These+works+collectively+examine+the+transhistorical+themes+of+migr+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fgallery-talk-with-rick-shaefer%2F%29&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-20T18%3A00%3A00-04%3A00&amp;enddt=2026-08-20T19%3A00%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Gallery%20Talk%20with%20Rick%20Shaefer&amp;body=Gallery%20Talk%20with%20Rick%20ShaeferThursday%2C%20August%2020%2C%206%E2%80%937pmRegister%20Here%3A%20%2425%20General%20admissions%2C%20%2415%20for%20seniors%20and%20students%2C%20free%20for%20Museum%20MembersIn%20conjunction%20with%20Looking%20for%20History%2C%20join%20exhibiting%20artist%20Rick%20Shaefer%20for%20a%20guided%20tour%20of%20Colossi%20on%20Thursday%2C%20August%2020%2C%20at%206pm.During%20this%20one-hour%20walkthrough%2C%20Shaefer%20will%20lead%20Museum%20visitors%20through%20the%20exhibition%2C%20sharing%20insights%20into%20the%20inspiration%2C%20historical%20references%2C%20and%20creative%20methods%20that%20inform%20the%20works%20on%20view.%20Participants%20will%20have%20the%20opportunity%20to%20engage%20in%20a%20discussion%20about%20the%20artist%27s%20concepts%2C%20materials%2C%20and%20techniques.Shaefer%27s%20exhibition%20at%20MoCA%5CCT%20includes%20selections%20from%20three%20ongoing%20bodies%20of%20work%3A%20the%20Colossi%2C%20Refugee%20Trilogy%2C%20and%20Liberty%20Dismantled%20series.%20These%20works%20collectively%20examine%20the%20transhistorical%20themes%20of%20migration%2C%20displacement%2C%20national%20identity%2C%20and%20the%20tension%20%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fgallery-talk-with-rick-shaefer%2F%29" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-20T18%3A00%3A00-04%3A00&amp;enddt=2026-08-20T19%3A00%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Gallery%20Talk%20with%20Rick%20Shaefer&amp;body=Gallery%20Talk%20with%20Rick%20ShaeferThursday%2C%20August%2020%2C%206%E2%80%937pmRegister%20Here%3A%20%2425%20General%20admissions%2C%20%2415%20for%20seniors%20and%20students%2C%20free%20for%20Museum%20MembersIn%20conjunction%20with%20Looking%20for%20History%2C%20join%20exhibiting%20artist%20Rick%20Shaefer%20for%20a%20guided%20tour%20of%20Colossi%20on%20Thursday%2C%20August%2020%2C%20at%206pm.During%20this%20one-hour%20walkthrough%2C%20Shaefer%20will%20lead%20Museum%20visitors%20through%20the%20exhibition%2C%20sharing%20insights%20into%20the%20inspiration%2C%20historical%20references%2C%20and%20creative%20methods%20that%20inform%20the%20works%20on%20view.%20Participants%20will%20have%20the%20opportunity%20to%20engage%20in%20a%20discussion%20about%20the%20artist%27s%20concepts%2C%20materials%2C%20and%20techniques.Shaefer%27s%20exhibition%20at%20MoCA%5CCT%20includes%20selections%20from%20three%20ongoing%20bodies%20of%20work%3A%20the%20Colossi%2C%20Refugee%20Trilogy%2C%20and%20Liberty%20Dismantled%20series.%20These%20works%20collectively%20examine%20the%20transhistorical%20themes%20of%20migration%2C%20displacement%2C%20national%20identity%2C%20and%20the%20tension%20%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fgallery-talk-with-rick-shaefer%2F%29" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-20"> August 20 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-08-20">\n'
             '\t\t\t\t\t\t6:00 pm - 7:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/upcoming-event/" '
             'rel="tag">Upcoming Event</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-ct/">MoCA\\CT</a> </li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> '
             '203-222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocact.org/" rel="external" target="_self">View '
             'Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA\\CT" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="576" '
             'src="https://mocact.org/wp-content/uploads/2026/06/Rick-Shaefers-Studio-Visit_September-26-2-1-1024x576.jpg" '
             'width="1024"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/" '
             'rel="bookmark">Rick Shaefer Studio Visit '
             '(Members-only)</a></h3>\n'
             '<span class="tribe-event-date-start">September 26 @ 11:00 '
             'am</span> - <span class="tribe-event-time">12:30 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/">Art '
             'Adventures <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/> (referer: None) ['zyte-api']
2026-08-11 20:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15538
2026-08-11 20:40:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/>
{'event_url': 'https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<h1 class="tribe-events-single-event-title">Looking for History '
             '— Michael Borders Reception</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">September 10 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:00 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Looking for History — Michael Borders Reception '
             '- MoCA CT" data-viewtitle="Looking for History — Michael Borders '
             'Reception" id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/">Encaustic '
             'Collage with Leslie Giuliani <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-60613 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-exhibition cat_exhibition" id="post-60613">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<div class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image" decoding="async" '
             'fetchpriority="high" height="1440" sizes="(min-width: 0px) and '
             '(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
             '980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
             '(min-width: 1281px) 2560px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/06/Looking-for-History-Web-Banner-scaled.png" '
             'srcset="https://mocact.org/wp-content/uploads/2026/06/Looking-for-History-Web-Banner-scaled.png '
             '2560w, '
             'https://mocact.org/wp-content/uploads/2026/06/Looking-for-History-Web-Banner-1280x720.png '
             '1280w, '
             'https://mocact.org/wp-content/uploads/2026/06/Looking-for-History-Web-Banner-980x551.png '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/06/Looking-for-History-Web-Banner-480x270.png '
             '480w" width="2560"/></div>\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p><strong><em>LOOKING FOR HISTORY</em></strong><br/>\n'
             'Rick Shaefer:\xa0<em>Colossi</em> — On view June 25 – November '
             '15, 2026<br/>\n'
             'Michael Borders:\xa0<em>Connecticut Industry</em>\xa0— On view '
             'August 13 – November 15, 2026</p>\n'
             '<p><strong>Opening Reception:\xa0</strong>(Michael Borders: '
             '<em>Connecticut Industry</em>): Thursday September 10, 2026 from '
             '6–8pm\xa0 <strong><a '
             'href="https://secure.qgiv.com/for/mocactevents/event/michael-borders-opening/" '
             'role="link">RESERVE</a></strong></p>\n'
             '<p>MoCA\\CT presents\xa0<em>Looking for History\xa0'
             '</em>featuring three artists, Rick Shaefer, Ellen Harvey, and '
             'Michael Borders—each presented in their own dedicated gallery '
             'space at varying intervals over the course of the exhibition '
             'from June 25 to November 15, 2026. In recognition of the United '
             'States’ 250th anniversary in 2026, the Museum invites visitors '
             'into distinct yet interconnected conversations about our '
             'nation’s past, present, and potential future.</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260910T180000/20260910T200000&amp;text=Looking%20for%20History%20%E2%80%94%20Michael%20Borders%20Reception&amp;details=%3Cstrong%3E%3Cem%3ELOOKING+FOR+HISTORY%3C%2Fem%3E%3C%2Fstrong%3ERick+Shaefer%3A%C2%A0%3Cem%3EColossi%3C%2Fem%3E+%E2%80%94+On+view+June+25+%E2%80%93+November+15%2C+2026Michael+Borders%3A%C2%A0%3Cem%3EConnecticut+Industry%3C%2Fem%3E%C2%A0%E2%80%94+On+view+August+13+%E2%80%93+November+15%2C+2026%3Cstrong%3EOpening+Reception%3A%C2%A0%3C%2Fstrong%3E%28Michael+Borders%3A+%3Cem%3EConnecticut+Industry%3C%2Fem%3E%29%3A+Thursday+September+10%2C+2026+from+6%E2%80%938pm%C2%A0+%3Cstrong%3E%3Ca+role%3D%22link%22+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fmichael-borders-opening%2F%22%3ERESERVE%3C%2Fa%3E%3C%2Fstrong%3EMoCA%5CCT+presents%C2%A0%3Cem%3ELooking+for+History%C2%A0%3C%2Fem%3Efeaturing+three+artists%2C+Rick+Shaefer%2C+Ellen+Harvey%2C+and+Michael+Borders%E2%80%94each+presented+in+their+own+dedicated+gallery+space+at+varying+intervals+over+the+course+of+the+exhibition+from+June+25+to+November+15%2C+2026.+In+recognition+of+the+United+States%E2%80%99+250th+anniversary+in+2026%2C+the+Museum+invites+visitors+into+distinct+yet+interconnected+conversations+about+our+nation%E2%80%99s+past%2C+present%2C+and+potential+future.&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/looking-for-history-michael-borders-reception/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-10T18%3A00%3A00-04%3A00&amp;enddt=2026-09-10T20%3A00%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Looking%20for%20History%20%E2%80%94%20Michael%20Borders%20Reception&amp;body=LOOKING%20FOR%20HISTORYRick%20Shaefer%3A%C2%A0Colossi%20%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20November%2015%2C%202026Michael%20Borders%3A%C2%A0Connecticut%20Industry%C2%A0%E2%80%94%20On%20view%20August%2013%20%E2%80%93%20November%2015%2C%202026Opening%20Reception%3A%C2%A0%28Michael%20Borders%3A%20Connecticut%20Industry%29%3A%20Thursday%20September%2010%2C%202026%20from%206%E2%80%938pm%C2%A0%20RESERVEMoCA%5CCT%20presents%C2%A0Looking%20for%20History%C2%A0featuring%20three%20artists%2C%20Rick%20Shaefer%2C%20Ellen%20Harvey%2C%20and%20Michael%20Borders%E2%80%94each%20presented%20in%20their%20own%20dedicated%20gallery%20space%20at%20varying%20intervals%20over%20the%20course%20of%20the%20exhibition%20from%20June%2025%20to%20November%2015%2C%202026.%20In%20recognition%20of%20the%20United%20States%E2%80%99%20250th%20anniversary%20in%202026%2C%20the%20Museum%20invites%20visitors%20into%20distinct%20yet%20interconnected%20conversations%20about%20our%20nation%E2%80%99s%20past%2C%20present%2C%20and%20potential%20future." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-09-10T18%3A00%3A00-04%3A00&amp;enddt=2026-09-10T20%3A00%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Looking%20for%20History%20%E2%80%94%20Michael%20Borders%20Reception&amp;body=LOOKING%20FOR%20HISTORYRick%20Shaefer%3A%C2%A0Colossi%20%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20November%2015%2C%202026Michael%20Borders%3A%C2%A0Connecticut%20Industry%C2%A0%E2%80%94%20On%20view%20August%2013%20%E2%80%93%20November%2015%2C%202026Opening%20Reception%3A%C2%A0%28Michael%20Borders%3A%20Connecticut%20Industry%29%3A%20Thursday%20September%2010%2C%202026%20from%206%E2%80%938pm%C2%A0%20RESERVEMoCA%5CCT%20presents%C2%A0Looking%20for%20History%C2%A0featuring%20three%20artists%2C%20Rick%20Shaefer%2C%20Ellen%20Harvey%2C%20and%20Michael%20Borders%E2%80%94each%20presented%20in%20their%20own%20dedicated%20gallery%20space%20at%20varying%20intervals%20over%20the%20course%20of%20the%20exhibition%20from%20June%2025%20to%20November%2015%2C%202026.%20In%20recognition%20of%20the%20United%20States%E2%80%99%20250th%20anniversary%20in%202026%2C%20the%20Museum%20invites%20visitors%20into%20distinct%20yet%20interconnected%20conversations%20about%20our%20nation%E2%80%99s%20past%2C%20present%2C%20and%20potential%20future." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-10"> September 10 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-09-10">\n'
             '\t\t\t\t\t\t6:00 pm - 8:00 pm\t\t\t\t\t\t\t\t\t\t\t</div>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/exhibition/" '
             'rel="tag">Exhibition</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-ct/">MoCA\\CT</a> </li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> '
             '203-222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocact.org/" rel="external" target="_self">View '
             'Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA\\CT" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/">Encaustic '
             'Collage with Leslie Giuliani <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/> (referer: None) ['zyte-api']
2026-08-11 20:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/camp-moca-summer-camp/2026-06-15/2/> (referer: None) ['zyte-api']
2026-08-11 20:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 19305
2026-08-11 20:40:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/>
{'event_url': 'https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<div class="tribe-events-series-relationship-single-marker '
             'tribe-common">\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__icon">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-relationship-single-marker__icon-svg" '
             'fill="none" height="12" viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</span>\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__prefix">\n'
             '\t\tEvent Series:\t</span>\n'
             '<a class="tribe-events-series-relationship-single-marker__title '
             'tribe-common-cta--alt" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<span class="tec_series_marker__title">\n'
             '\t\t\tAdvanced Art Studio for Adults with Disabilities\t\t'
             '</span>\n'
             '</a>\n'
             '</div>\n'
             '<h1 class="tribe-events-single-event-title">Advanced Art Studio '
             'for Adults with Disabilities</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">August 22 @ 1:45 '
             'pm</span> - <span class="tribe-event-time">2:45 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Advanced Art Studio for Adults with '
             'Disabilities - MoCA CT" data-viewtitle="Advanced Art Studio for '
             'Adults with Disabilities" id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/"><span>«</span> '
             'Art Adventures</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/">Art '
             'Adventures <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-10005705 tribe_events type-tribe_events '
             'status-publish hentry tribe_events_cat-class cat_class '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10005705">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Saturdays in the MoCA\\CT art studio<br/>\n'
             '1:45PM-2:45PM<br/>\n'
             'Donations Accepted – suggested $25.00<br/>\n'
             'Adults with disabilities</p>\n'
             '<p><a href="https://secure.qgiv.com/for/mocactevents/" '
             'rel="noopener" '
             'target="_blank">https://secure.qgiv.com/for/mocactevents/</a></p>\n'
             '<p>Through guided projects and open-ended exploration, artists '
             'will strengthen their personal style, experiment with mixed '
             'media, painting, drawing, sculpture, and design, and gain '
             'confidence in creative decision-making. Emphasis is placed on '
             'self-expression, independence, and the joy of the creative '
             'process, with individualized instruction that meets each artist '
             'where they are. This class encourages artistic growth, '
             'curiosity, and community while celebrating each participant’s '
             'unique voice.</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260822T134500/20260822T144500&amp;text=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;details=Saturdays+in+the+MoCA%5CCT+art+studio1%3A45PM-2%3A45PMDonations+Accepted+-+suggested+%2425.00Adults+with+disabilities%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%3C%2Fa%3EThrough+guided+projects+and+open-ended+exploration%2C+artists+will+strengthen+their+personal+style%2C+experiment+with+mixed+media%2C+painting%2C+drawing%2C+sculpture%2C+and+design%2C+and+gain+confidence+in+creative+decision-making.+Emphasis+is+placed+on+self-expression%2C+independence%2C+and+the+joy+of+the+creative+process%2C+with+individualized+instruction+that+meets+each+artist+where+they+are.+This+class+encourages+artistic+growth%2C+curiosity%2C+and+community+while+celebrating+each+participant%E2%80%99s+unique+voice.&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-22T13%3A45%3A00-04%3A00&amp;enddt=2026-08-22T14%3A45%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;body=Saturdays%20in%20the%20MoCA%5CCT%20art%20studio1%3A45PM-2%3A45PMDonations%20Accepted%20-%20suggested%20%2425.00Adults%20with%20disabilitieshttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FThrough%20guided%20projects%20and%20open-ended%20exploration%2C%20artists%20will%20strengthen%20their%20personal%20style%2C%20experiment%20with%20mixed%20media%2C%20painting%2C%20drawing%2C%20sculpture%2C%20and%20design%2C%20and%20gain%20confidence%20in%20creative%20decision-making.%20Emphasis%20is%20placed%20on%20self-expression%2C%20independence%2C%20and%20the%20joy%20of%20the%20creative%20process%2C%20with%20individualized%20instruction%20that%20meets%20each%20artist%20where%20they%20are.%20This%20class%20encourages%20artistic%20growth%2C%20curiosity%2C%20and%20community%20while%20celebrating%20each%20participant%E2%80%99s%20unique%20voice." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-22T13%3A45%3A00-04%3A00&amp;enddt=2026-08-22T14%3A45%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;body=Saturdays%20in%20the%20MoCA%5CCT%20art%20studio1%3A45PM-2%3A45PMDonations%20Accepted%20-%20suggested%20%2425.00Adults%20with%20disabilitieshttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FThrough%20guided%20projects%20and%20open-ended%20exploration%2C%20artists%20will%20strengthen%20their%20personal%20style%2C%20experiment%20with%20mixed%20media%2C%20painting%2C%20drawing%2C%20sculpture%2C%20and%20design%2C%20and%20gain%20confidence%20in%20creative%20decision-making.%20Emphasis%20is%20placed%20on%20self-expression%2C%20independence%2C%20and%20the%20joy%20of%20the%20creative%20process%2C%20with%20individualized%20instruction%20that%20meets%20each%20artist%20where%20they%20are.%20This%20class%20encourages%20artistic%20growth%2C%20curiosity%2C%20and%20community%20while%20celebrating%20each%20participant%E2%80%99s%20unique%20voice." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-22"> August 22 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-08-22">\n'
             '<div class="tribe-recurring-event-time">1:45 pm - 2:45 pm</div> '
             '</div>\n'
             '</span>\n'
             '</li>\n'
             '<dt class="tec-events-pro-series-meta-detail--label">Series: '
             '</dt>\n'
             '<dd class="tec-events-pro-series-meta-detail--link">\n'
             '<a '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/" '
             'title="Advanced Art Studio for Adults with Disabilities">\n'
             '\t\t\t\tAdvanced Art Studio for Adults with Disabilities\t\t\t'
             '</a>\n'
             '</dd>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/class/" '
             'rel="tag">Class</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-westport/">MoCA Westport</a> '
             '</li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<abbr class="tribe-region tribe-events-abbr" '
             'title="Connecticut">CT</abbr>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> (203) '
             '222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocawestport.com" rel="external" '
             'target="_self">View Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA Westport" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 15 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 29 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Encaustic Collage with Leslie Giuliani" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/" '
             'rel="bookmark">Encaustic Collage with Leslie Giuliani</a></h3>\n'
             '<span class="tribe-event-date-start">September 17 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:00 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/"><span>«</span> '
             'Art Adventures</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/">Art '
             'Adventures <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/> (referer: None) ['zyte-api']
2026-08-11 20:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 19383
2026-08-11 20:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/>
{'event_url': 'https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<div class="tribe-events-series-relationship-single-marker '
             'tribe-common">\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__icon">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-relationship-single-marker__icon-svg" '
             'fill="none" height="12" viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</span>\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__prefix">\n'
             '\t\tEvent Series:\t</span>\n'
             '<a class="tribe-events-series-relationship-single-marker__title '
             'tribe-common-cta--alt" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<span class="tec_series_marker__title">\n'
             '\t\t\tAdvanced Art Studio for Adults with Disabilities\t\t'
             '</span>\n'
             '</a>\n'
             '</div>\n'
             '<h1 class="tribe-events-single-event-title">Advanced Art Studio '
             'for Adults with Disabilities</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">August 29 @ 1:45 '
             'pm</span> - <span class="tribe-event-time">2:45 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Advanced Art Studio for Adults with '
             'Disabilities - MoCA CT" data-viewtitle="Advanced Art Studio for '
             'Adults with Disabilities" id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/"><span>«</span> '
             'Art Adventures</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/">Looking '
             'for History — Michael Borders Reception <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-10005706 tribe_events type-tribe_events '
             'status-publish hentry tribe_events_cat-class cat_class '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10005706">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Saturdays in the MoCA\\CT art studio<br/>\n'
             '1:45PM-2:45PM<br/>\n'
             'Donations Accepted – suggested $25.00<br/>\n'
             'Adults with disabilities</p>\n'
             '<p><a href="https://secure.qgiv.com/for/mocactevents/" '
             'rel="noopener" '
             'target="_blank">https://secure.qgiv.com/for/mocactevents/</a></p>\n'
             '<p>Through guided projects and open-ended exploration, artists '
             'will strengthen their personal style, experiment with mixed '
             'media, painting, drawing, sculpture, and design, and gain '
             'confidence in creative decision-making. Emphasis is placed on '
             'self-expression, independence, and the joy of the creative '
             'process, with individualized instruction that meets each artist '
             'where they are. This class encourages artistic growth, '
             'curiosity, and community while celebrating each participant’s '
             'unique voice.</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260829T134500/20260829T144500&amp;text=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;details=Saturdays+in+the+MoCA%5CCT+art+studio1%3A45PM-2%3A45PMDonations+Accepted+-+suggested+%2425.00Adults+with+disabilities%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%3C%2Fa%3EThrough+guided+projects+and+open-ended+exploration%2C+artists+will+strengthen+their+personal+style%2C+experiment+with+mixed+media%2C+painting%2C+drawing%2C+sculpture%2C+and+design%2C+and+gain+confidence+in+creative+decision-making.+Emphasis+is+placed+on+self-expression%2C+independence%2C+and+the+joy+of+the+creative+process%2C+with+individualized+instruction+that+meets+each+artist+where+they+are.+This+class+encourages+artistic+growth%2C+curiosity%2C+and+community+while+celebrating+each+participant%E2%80%99s+unique+voice.&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-29T13%3A45%3A00-04%3A00&amp;enddt=2026-08-29T14%3A45%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;body=Saturdays%20in%20the%20MoCA%5CCT%20art%20studio1%3A45PM-2%3A45PMDonations%20Accepted%20-%20suggested%20%2425.00Adults%20with%20disabilitieshttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FThrough%20guided%20projects%20and%20open-ended%20exploration%2C%20artists%20will%20strengthen%20their%20personal%20style%2C%20experiment%20with%20mixed%20media%2C%20painting%2C%20drawing%2C%20sculpture%2C%20and%20design%2C%20and%20gain%20confidence%20in%20creative%20decision-making.%20Emphasis%20is%20placed%20on%20self-expression%2C%20independence%2C%20and%20the%20joy%20of%20the%20creative%20process%2C%20with%20individualized%20instruction%20that%20meets%20each%20artist%20where%20they%20are.%20This%20class%20encourages%20artistic%20growth%2C%20curiosity%2C%20and%20community%20while%20celebrating%20each%20participant%E2%80%99s%20unique%20voice." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-29T13%3A45%3A00-04%3A00&amp;enddt=2026-08-29T14%3A45%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;body=Saturdays%20in%20the%20MoCA%5CCT%20art%20studio1%3A45PM-2%3A45PMDonations%20Accepted%20-%20suggested%20%2425.00Adults%20with%20disabilitieshttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FThrough%20guided%20projects%20and%20open-ended%20exploration%2C%20artists%20will%20strengthen%20their%20personal%20style%2C%20experiment%20with%20mixed%20media%2C%20painting%2C%20drawing%2C%20sculpture%2C%20and%20design%2C%20and%20gain%20confidence%20in%20creative%20decision-making.%20Emphasis%20is%20placed%20on%20self-expression%2C%20independence%2C%20and%20the%20joy%20of%20the%20creative%20process%2C%20with%20individualized%20instruction%20that%20meets%20each%20artist%20where%20they%20are.%20This%20class%20encourages%20artistic%20growth%2C%20curiosity%2C%20and%20community%20while%20celebrating%20each%20participant%E2%80%99s%20unique%20voice." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-29"> August 29 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-08-29">\n'
             '<div class="tribe-recurring-event-time">1:45 pm - 2:45 pm</div> '
             '</div>\n'
             '</span>\n'
             '</li>\n'
             '<dt class="tec-events-pro-series-meta-detail--label">Series: '
             '</dt>\n'
             '<dd class="tec-events-pro-series-meta-detail--link">\n'
             '<a '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/" '
             'title="Advanced Art Studio for Adults with Disabilities">\n'
             '\t\t\t\tAdvanced Art Studio for Adults with Disabilities\t\t\t'
             '</a>\n'
             '</dd>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/class/" '
             'rel="tag">Class</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-westport/">MoCA Westport</a> '
             '</li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<abbr class="tribe-region tribe-events-abbr" '
             'title="Connecticut">CT</abbr>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> (203) '
             '222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocawestport.com" rel="external" '
             'target="_self">View Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA Westport" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 15 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 22 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Encaustic Collage with Leslie Giuliani" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/" '
             'rel="bookmark">Encaustic Collage with Leslie Giuliani</a></h3>\n'
             '<span class="tribe-event-date-start">September 17 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:00 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/"><span>«</span> '
             'Art Adventures</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/">Looking '
             'for History — Michael Borders Reception <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16197
2026-08-11 20:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/camp-moca-summer-camp/2026-06-15/2/>
{'event_url': 'https://mocact.org/events-calendar/camp-moca-summer-camp/2026-06-15/2/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<div class="tribe-events-series-relationship-single-marker '
             'tribe-common">\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__icon">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-relationship-single-marker__icon-svg" '
             'fill="none" height="12" viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</span>\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__prefix">\n'
             '\t\tEvent Series:\t</span>\n'
             '<a class="tribe-events-series-relationship-single-marker__title '
             'tribe-common-cta--alt" '
             'href="https://mocact.org/series/camp-moca-summer-camp/">\n'
             '<span class="tec_series_marker__title">\n'
             '\t\t\tCamp MoCA Summer Camp\t\t</span>\n'
             '</a>\n'
             '</div>\n'
             '<h1 class="tribe-events-single-event-title">Camp MoCA Summer '
             'Camp</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">June 15 @ 9:00 '
             'am</span> - <span class="tribe-event-date-end">August 17 @ 3:00 '
             'pm</span></div> </div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Camp MoCA Summer Camp - MoCA CT" '
             'data-viewtitle="Camp MoCA Summer Camp" '
             'id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/camp-moca-summer-camp/2026-06-15/1/"><span>«</span> '
             'Camp MoCA Summer Camp</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-06-20/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-10005631 tribe_events type-tribe_events '
             'status-publish hentry tribe_events_cat-event cat_event '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10005631">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Full Day 9-3 and Half Day 9-12:30.</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260615T090000/20260817T150000&amp;text=Camp%20MoCA%20Summer%20Camp&amp;details=Full+Day+9-3+and+Half+Day+9-12%3A30.&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/camp-moca-summer-camp/2026-06-15/2/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-06-15T09%3A00%3A00-04%3A00&amp;enddt=2026-08-17T15%3A00%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Camp%20MoCA%20Summer%20Camp&amp;body=Full%20Day%209-3%20and%20Half%20Day%209-12%3A30." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-06-15T09%3A00%3A00-04%3A00&amp;enddt=2026-08-17T15%3A00%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Camp%20MoCA%20Summer%20Camp&amp;body=Full%20Day%209-3%20and%20Half%20Day%209-12%3A30." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-datetime-label '
             'tribe-events-meta-label">Start:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-datetime '
             'updated published dtstart" title="2026-06-15"> June 15 @ 9:00 am '
             '</abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-end-datetime-label '
             'tribe-events-meta-label">End:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-end-datetime dtend" '
             'title="2026-08-17"> August 17 @ 3:00 pm </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<dt class="tec-events-pro-series-meta-detail--label">Series: '
             '</dt>\n'
             '<dd class="tec-events-pro-series-meta-detail--link">\n'
             '<a href="https://mocact.org/series/camp-moca-summer-camp/" '
             'title="Camp MoCA Summer Camp">\n'
             '\t\t\t\tCamp MoCA Summer Camp\t\t\t</a>\n'
             '</dd>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/event/" '
             'rel="tag">Event</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-westport/">MoCA Westport</a> '
             '</li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<abbr class="tribe-region tribe-events-abbr" '
             'title="Connecticut">CT</abbr>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> (203) '
             '222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocawestport.com" rel="external" '
             'target="_self">View Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA Westport" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 15 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 22 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 29 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/camp-moca-summer-camp/2026-06-15/1/"><span>«</span> '
             'Camp MoCA Summer Camp</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-06-20/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/> (referer: None) ['zyte-api']
2026-08-11 20:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/> (referer: None) ['zyte-api']
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17451
2026-08-11 20:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<div class="tribe-events-series-relationship-single-marker '
             'tribe-common">\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__icon">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-relationship-single-marker__icon-svg" '
             'fill="none" height="12" viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</span>\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__prefix">\n'
             '\t\tEvent Series:\t</span>\n'
             '<a class="tribe-events-series-relationship-single-marker__title '
             'tribe-common-cta--alt" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<span class="tec_series_marker__title">\n'
             '\t\t\tArt Adventures\t\t</span>\n'
             '</a>\n'
             '</div>\n'
             '<h1 class="tribe-events-single-event-title">Art Adventures</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">August 15 @ 12:00 '
             'pm</span> - <span class="tribe-event-time">1:30 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Art Adventures - MoCA CT" data-viewtitle="Art '
             'Adventures" id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-08/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-10005708 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-event '
             'cat_event tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10005708">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<div class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image" decoding="async" '
             'fetchpriority="high" height="2560" sizes="(min-width: 0px) and '
             '(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
             '980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
             '(min-width: 1281px) 1920px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-scaled.jpg" '
             'srcset="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-scaled.jpg '
             '1920w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-1280x1707.jpg '
             '1280w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-980x1307.jpg '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-480x640.jpg '
             '480w" width="1920"/></div>\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Book Now: <a href="https://secure.qgiv.com/for/mocactevents/" '
             'rel="noopener" '
             'target="_blank">https://secure.qgiv.com/for/mocactevents/</a></p>\n'
             '<p>Your child can join us every Saturday for a relaxed and '
             'inspiring drop-in art class at the museum!</p>\n'
             '<p>MoCA/CT Art Studio Classroom – entrance in back<br/>\n'
             '$25.00/per child<br/>\n'
             'Ages 4+</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260815T120000/20260815T133000&amp;text=Art%20Adventures&amp;details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%3C%2Fa%3EYour+child+can+join+us+every+Saturday+for+a+relaxed+and+inspiring+drop-in+art+class+at+the+museum%21MoCA%2FCT+Art+Studio+Classroom+-+entrance+in+back%2425.00%2Fper+childAges+4%2B&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-15T12%3A00%3A00-04%3A00&amp;enddt=2026-08-15T13%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Art%20Adventures&amp;body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FYour%20child%20can%20join%20us%20every%20Saturday%20for%20a%20relaxed%20and%20inspiring%20drop-in%20art%20class%20at%20the%20museum%21MoCA%2FCT%20Art%20Studio%20Classroom%20-%20entrance%20in%20back%2425.00%2Fper%20childAges%204%2B" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-15T12%3A00%3A00-04%3A00&amp;enddt=2026-08-15T13%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Art%20Adventures&amp;body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FYour%20child%20can%20join%20us%20every%20Saturday%20for%20a%20relaxed%20and%20inspiring%20drop-in%20art%20class%20at%20the%20museum%21MoCA%2FCT%20Art%20Studio%20Classroom%20-%20entrance%20in%20back%2425.00%2Fper%20childAges%204%2B" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-15"> August 15 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-08-15">\n'
             '<div class="tribe-recurring-event-time">12:00 pm - 1:30 pm</div> '
             '</div>\n'
             '</span>\n'
             '</li>\n'
             '<dt class="tec-events-pro-series-meta-detail--label">Series: '
             '</dt>\n'
             '<dd class="tec-events-pro-series-meta-detail--link">\n'
             '<a href="https://mocact.org/series/art-adventures-2/" title="Art '
             'Adventures">\n'
             '\t\t\t\tArt Adventures\t\t\t</a>\n'
             '</dd>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/event/" '
             'rel="tag">Event</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-ct/">MoCA\\CT</a> </li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> '
             '203-222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocact.org/" rel="external" target="_self">View '
             'Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA\\CT" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 22 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 29 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'loading="lazy" '
             'src="https://mocact.org/wp-content/uploads/2026/07/STSP-Poster-Shepard-Fairey-IG-Version-819x1024.jpg" '
             'width="819"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/" '
             'rel="bookmark">AVON on Tour’s Steal This Story, '
             'Please!</a></h3>\n'
             '<span class="tribe-event-date-start">September 23 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:30 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-08/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17451
2026-08-11 20:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<div class="tribe-events-series-relationship-single-marker '
             'tribe-common">\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__icon">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-relationship-single-marker__icon-svg" '
             'fill="none" height="12" viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</span>\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__prefix">\n'
             '\t\tEvent Series:\t</span>\n'
             '<a class="tribe-events-series-relationship-single-marker__title '
             'tribe-common-cta--alt" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<span class="tec_series_marker__title">\n'
             '\t\t\tArt Adventures\t\t</span>\n'
             '</a>\n'
             '</div>\n'
             '<h1 class="tribe-events-single-event-title">Art Adventures</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">August 29 @ 12:00 '
             'pm</span> - <span class="tribe-event-time">1:30 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Art Adventures - MoCA CT" data-viewtitle="Art '
             'Adventures" id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-10005710 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-event '
             'cat_event tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10005710">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<div class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image" decoding="async" '
             'fetchpriority="high" height="2560" sizes="(min-width: 0px) and '
             '(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
             '980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
             '(min-width: 1281px) 1920px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-scaled.jpg" '
             'srcset="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-scaled.jpg '
             '1920w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-1280x1707.jpg '
             '1280w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-980x1307.jpg '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-480x640.jpg '
             '480w" width="1920"/></div>\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Book Now: <a href="https://secure.qgiv.com/for/mocactevents/" '
             'rel="noopener" '
             'target="_blank">https://secure.qgiv.com/for/mocactevents/</a></p>\n'
             '<p>Your child can join us every Saturday for a relaxed and '
             'inspiring drop-in art class at the museum!</p>\n'
             '<p>MoCA/CT Art Studio Classroom – entrance in back<br/>\n'
             '$25.00/per child<br/>\n'
             'Ages 4+</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260829T120000/20260829T133000&amp;text=Art%20Adventures&amp;details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%3C%2Fa%3EYour+child+can+join+us+every+Saturday+for+a+relaxed+and+inspiring+drop-in+art+class+at+the+museum%21MoCA%2FCT+Art+Studio+Classroom+-+entrance+in+back%2425.00%2Fper+childAges+4%2B&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-29T12%3A00%3A00-04%3A00&amp;enddt=2026-08-29T13%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Art%20Adventures&amp;body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FYour%20child%20can%20join%20us%20every%20Saturday%20for%20a%20relaxed%20and%20inspiring%20drop-in%20art%20class%20at%20the%20museum%21MoCA%2FCT%20Art%20Studio%20Classroom%20-%20entrance%20in%20back%2425.00%2Fper%20childAges%204%2B" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-29T12%3A00%3A00-04%3A00&amp;enddt=2026-08-29T13%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Art%20Adventures&amp;body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FYour%20child%20can%20join%20us%20every%20Saturday%20for%20a%20relaxed%20and%20inspiring%20drop-in%20art%20class%20at%20the%20museum%21MoCA%2FCT%20Art%20Studio%20Classroom%20-%20entrance%20in%20back%2425.00%2Fper%20childAges%204%2B" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-29"> August 29 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-08-29">\n'
             '<div class="tribe-recurring-event-time">12:00 pm - 1:30 pm</div> '
             '</div>\n'
             '</span>\n'
             '</li>\n'
             '<dt class="tec-events-pro-series-meta-detail--label">Series: '
             '</dt>\n'
             '<dd class="tec-events-pro-series-meta-detail--link">\n'
             '<a href="https://mocact.org/series/art-adventures-2/" title="Art '
             'Adventures">\n'
             '\t\t\t\tArt Adventures\t\t\t</a>\n'
             '</dd>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/event/" '
             'rel="tag">Event</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-ct/">MoCA\\CT</a> </li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> '
             '203-222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocact.org/" rel="external" target="_self">View '
             'Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA\\CT" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 15 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 22 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'loading="lazy" '
             'src="https://mocact.org/wp-content/uploads/2026/07/STSP-Poster-Shepard-Fairey-IG-Version-819x1024.jpg" '
             'width="819"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/" '
             'rel="bookmark">AVON on Tour’s Steal This Story, '
             'Please!</a></h3>\n'
             '<span class="tribe-event-date-start">September 23 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:30 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/"><span>«</span> '
             'Advanced Art Studio for Adults with Disabilities</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17335
2026-08-11 20:40:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<div class="tribe-events-series-relationship-single-marker '
             'tribe-common">\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__icon">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-relationship-single-marker__icon-svg" '
             'fill="none" height="12" viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</span>\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__prefix">\n'
             '\t\tEvent Series:\t</span>\n'
             '<a class="tribe-events-series-relationship-single-marker__title '
             'tribe-common-cta--alt" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<span class="tec_series_marker__title">\n'
             '\t\t\tArt Adventures\t\t</span>\n'
             '</a>\n'
             '</div>\n'
             '<h1 class="tribe-events-single-event-title">Art Adventures</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">August 22 @ 12:00 '
             'pm</span> - <span class="tribe-event-time">1:30 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Art Adventures - MoCA CT" data-viewtitle="Art '
             'Adventures" id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/"><span>«</span> '
             'Gallery Talk with Rick Shaefer</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-10005709 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-event '
             'cat_event tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10005709">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<div class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image" decoding="async" '
             'fetchpriority="high" height="2560" sizes="(min-width: 0px) and '
             '(max-width: 480px) 480px, (min-width: 481px) and (max-width: '
             '980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, '
             '(min-width: 1281px) 1920px, 100vw" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-scaled.jpg" '
             'srcset="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-scaled.jpg '
             '1920w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-1280x1707.jpg '
             '1280w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-980x1307.jpg '
             '980w, '
             'https://mocact.org/wp-content/uploads/2026/06/IMG_1721-480x640.jpg '
             '480w" width="1920"/></div>\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Book Now: <a href="https://secure.qgiv.com/for/mocactevents/" '
             'rel="noopener" '
             'target="_blank">https://secure.qgiv.com/for/mocactevents/</a></p>\n'
             '<p>Your child can join us every Saturday for a relaxed and '
             'inspiring drop-in art class at the museum!</p>\n'
             '<p>MoCA/CT Art Studio Classroom – entrance in back<br/>\n'
             '$25.00/per child<br/>\n'
             'Ages 4+</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260822T120000/20260822T133000&amp;text=Art%20Adventures&amp;details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%3C%2Fa%3EYour+child+can+join+us+every+Saturday+for+a+relaxed+and+inspiring+drop-in+art+class+at+the+museum%21MoCA%2FCT+Art+Studio+Classroom+-+entrance+in+back%2425.00%2Fper+childAges+4%2B&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-22/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-22T12%3A00%3A00-04%3A00&amp;enddt=2026-08-22T13%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Art%20Adventures&amp;body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FYour%20child%20can%20join%20us%20every%20Saturday%20for%20a%20relaxed%20and%20inspiring%20drop-in%20art%20class%20at%20the%20museum%21MoCA%2FCT%20Art%20Studio%20Classroom%20-%20entrance%20in%20back%2425.00%2Fper%20childAges%204%2B" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-22T12%3A00%3A00-04%3A00&amp;enddt=2026-08-22T13%3A30%3A00-04%3A00&amp;location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&amp;subject=Art%20Adventures&amp;body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FYour%20child%20can%20join%20us%20every%20Saturday%20for%20a%20relaxed%20and%20inspiring%20drop-in%20art%20class%20at%20the%20museum%21MoCA%2FCT%20Art%20Studio%20Classroom%20-%20entrance%20in%20back%2425.00%2Fper%20childAges%204%2B" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-22"> August 22 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-08-22">\n'
             '<div class="tribe-recurring-event-time">12:00 pm - 1:30 pm</div> '
             '</div>\n'
             '</span>\n'
             '</li>\n'
             '<dt class="tec-events-pro-series-meta-detail--label">Series: '
             '</dt>\n'
             '<dd class="tec-events-pro-series-meta-detail--link">\n'
             '<a href="https://mocact.org/series/art-adventures-2/" title="Art '
             'Adventures">\n'
             '\t\t\t\tArt Adventures\t\t\t</a>\n'
             '</dd>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/event/" '
             'rel="tag">Event</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-ct/">MoCA\\CT</a> </li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> '
             '203-222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocact.org/" rel="external" target="_self">View '
             'Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA\\CT" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 15 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'src="https://mocact.org/wp-content/uploads/2026/06/IMG_1721-768x1024.jpg" '
             'width="768"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-29/" '
             'rel="bookmark">Art Adventures</a></h3>\n'
             '<span class="tribe-event-date-start">August 29 @ 12:00 pm</span> '
             '- <span class="tribe-event-time">1:30 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Art Adventures" '
             'class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/art-adventures-2/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img alt="" '
             'class="attachment-large size-large wp-post-image" height="1024" '
             'loading="lazy" '
             'src="https://mocact.org/wp-content/uploads/2026/07/STSP-Poster-Shepard-Fairey-IG-Version-819x1024.jpg" '
             'width="819"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/avon-on-tours-steal-this-story-please/" '
             'rel="bookmark">AVON on Tour’s Steal This Story, '
             'Please!</a></h3>\n'
             '<span class="tribe-event-date-start">September 23 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:30 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/"><span>«</span> '
             'Gallery Talk with Rick Shaefer</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/">Advanced '
             'Art Studio for Adults with Disabilities <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/> (referer: None) ['zyte-api']
2026-08-11 20:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:40:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 19315
2026-08-11 20:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/>
{'event_url': 'https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': '<html><body><section class="tribe-events-pg-template" '
             'id="tribe-events-pg-template" role="main"><div '
             'class="tribe-events-before-html"></div><span '
             'class="tribe-events-ajax-loading"><img alt="Loading Events" '
             'class="tribe-events-spinner-medium" '
             'src="https://mocact.org/wp-content/plugins/the-events-calendar/src/resources/images/tribe-loading.gif"/></span>\n'
             '<div class="tribe-events-single" id="tribe-events-content">\n'
             '<p class="tribe-events-back">\n'
             '<a href="https://mocact.org/new-events/"> « All Events</a>\n'
             '</p>\n'
             '<!-- Notices -->\n'
             '<div class="tribe-events-series-relationship-single-marker '
             'tribe-common">\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__icon">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-relationship-single-marker__icon-svg" '
             'fill="none" height="12" viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</span>\n'
             '<span '
             'class="tribe-events-series-relationship-single-marker__prefix">\n'
             '\t\tEvent Series:\t</span>\n'
             '<a class="tribe-events-series-relationship-single-marker__title '
             'tribe-common-cta--alt" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<span class="tec_series_marker__title">\n'
             '\t\t\tAdvanced Art Studio for Adults with Disabilities\t\t'
             '</span>\n'
             '</a>\n'
             '</div>\n'
             '<h1 class="tribe-events-single-event-title">Advanced Art Studio '
             'for Adults with Disabilities</h1>\n'
             '<div class="tribe-events-schedule tribe-clearfix">\n'
             '<div><span class="tribe-event-date-start">August 15 @ 1:45 '
             'pm</span> - <span class="tribe-event-time">2:45 pm</span></div> '
             '</div>\n'
             '<!-- Event header -->\n'
             '<div data-title="Advanced Art Studio for Adults with '
             'Disabilities - MoCA CT" data-viewtitle="Advanced Art Studio for '
             'Adults with Disabilities" id="tribe-events-header">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/"><span>«</span> '
             'Art Adventures</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/">Gallery '
             'Talk with Rick Shaefer <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-header -->\n'
             '<div class="post-10005704 tribe_events type-tribe_events '
             'status-publish hentry tribe_events_cat-class cat_class '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10005704">\n'
             '<!-- Event featured image, but exclude link -->\n'
             '<!-- Event content -->\n'
             '<div class="tribe-events-single-event-description '
             'tribe-events-content">\n'
             '<p>Saturdays in the MoCA\\CT art studio<br/>\n'
             '1:45PM-2:45PM<br/>\n'
             'Donations Accepted – suggested $25.00<br/>\n'
             'Adults with disabilities</p>\n'
             '<p><a href="https://secure.qgiv.com/for/mocactevents/" '
             'rel="noopener" '
             'target="_blank">https://secure.qgiv.com/for/mocactevents/</a></p>\n'
             '<p>Through guided projects and open-ended exploration, artists '
             'will strengthen their personal style, experiment with mixed '
             'media, painting, drawing, sculpture, and design, and gain '
             'confidence in creative decision-making. Emphasis is placed on '
             'self-expression, independence, and the joy of the creative '
             'process, with individualized instruction that meets each artist '
             'where they are. This class encourages artistic growth, '
             'curiosity, and community while celebrating each participant’s '
             'unique voice.</p>\n'
             '</div>\n'
             '<!-- .tribe-events-single-event-description -->\n'
             '<div class="tribe-events tribe-common">\n'
             '<div class="tribe-events-c-subscribe-dropdown__container">\n'
             '<div class="tribe-events-c-subscribe-dropdown">\n'
             '<div class="tribe-common-c-btn-border '
             'tribe-events-c-subscribe-dropdown__button">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--cal-export '
             'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
             '17" xmlns="http://www.w3.org/2000/svg">\n'
             '<path clip-rule="evenodd" d="M.128.896V16.13c0 '
             '.211.145.383.323.383h15.354c.179 0 '
             '.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
             '6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
             '1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
             '<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
             'stroke-linecap="round" stroke-linejoin="round" '
             'stroke-width="1.2"></path>\n'
             '</svg>\n'
             '<button aria-controls="tribe-events-subscribe-dropdown-content" '
             'aria-expanded="false" aria-label="View links to add events to '
             'your calendar" '
             'class="tribe-events-c-subscribe-dropdown__button-text">\n'
             '\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--caret-down '
             'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
             '7" xmlns="http://www.w3.org/2000/svg">\n'
             '<path class="tribe-common-c-svgicon__svg-fill" '
             'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
             '6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
             '</svg>\n'
             '</div>\n'
             '<div class="tribe-events-c-subscribe-dropdown__content" '
             'id="tribe-events-subscribe-dropdown-content">\n'
             '<ul class="tribe-events-c-subscribe-dropdown__list">\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://www.google.com/calendar/event?action=TEMPLATE&amp;dates=20260815T134500/20260815T144500&amp;text=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;details=Saturdays+in+the+MoCA%5CCT+art+studio1%3A45PM-2%3A45PMDonations+Accepted+-+suggested+%2425.00Adults+with+disabilities%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2F%3C%2Fa%3EThrough+guided+projects+and+open-ended+exploration%2C+artists+will+strengthen+their+personal+style%2C+experiment+with+mixed+media%2C+painting%2C+drawing%2C+sculpture%2C+and+design%2C+and+gain+confidence+in+creative+decision-making.+Emphasis+is+placed+on+self-expression%2C+independence%2C+and+the+joy+of+the+creative+process%2C+with+individualized+instruction+that+meets+each+artist+where+they+are.+This+class+encourages+artistic+growth%2C+curiosity%2C+and+community+while+celebrating+each+participant%E2%80%99s+unique+voice.&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;trp=false&amp;ctz=America/New_York&amp;sprop=website:https://mocact.org" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tGoogle Calendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="webcal://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-15/?ical=1" '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tiCalendar\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.office.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-15T13%3A45%3A00-04%3A00&amp;enddt=2026-08-15T14%3A45%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;body=Saturdays%20in%20the%20MoCA%5CCT%20art%20studio1%3A45PM-2%3A45PMDonations%20Accepted%20-%20suggested%20%2425.00Adults%20with%20disabilitieshttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FThrough%20guided%20projects%20and%20open-ended%20exploration%2C%20artists%20will%20strengthen%20their%20personal%20style%2C%20experiment%20with%20mixed%20media%2C%20painting%2C%20drawing%2C%20sculpture%2C%20and%20design%2C%20and%20gain%20confidence%20in%20creative%20decision-making.%20Emphasis%20is%20placed%20on%20self-expression%2C%20independence%2C%20and%20the%20joy%20of%20the%20creative%20process%2C%20with%20individualized%20instruction%20that%20meets%20each%20artist%20where%20they%20are.%20This%20class%20encourages%20artistic%20growth%2C%20curiosity%2C%20and%20community%20while%20celebrating%20each%20participant%E2%80%99s%20unique%20voice." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook 365\t</a>\n'
             '</li>\n'
             '<li class="tribe-events-c-subscribe-dropdown__list-item '
             'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
             '<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
             'href="https://outlook.live.com/owa/?path=/calendar/action/compose&amp;rrv=addevent&amp;startdt=2026-08-15T13%3A45%3A00-04%3A00&amp;enddt=2026-08-15T14%3A45%3A00-04%3A00&amp;location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&amp;subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&amp;body=Saturdays%20in%20the%20MoCA%5CCT%20art%20studio1%3A45PM-2%3A45PMDonations%20Accepted%20-%20suggested%20%2425.00Adults%20with%20disabilitieshttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2FThrough%20guided%20projects%20and%20open-ended%20exploration%2C%20artists%20will%20strengthen%20their%20personal%20style%2C%20experiment%20with%20mixed%20media%2C%20painting%2C%20drawing%2C%20sculpture%2C%20and%20design%2C%20and%20gain%20confidence%20in%20creative%20decision-making.%20Emphasis%20is%20placed%20on%20self-expression%2C%20independence%2C%20and%20the%20joy%20of%20the%20creative%20process%2C%20with%20individualized%20instruction%20that%20meets%20each%20artist%20where%20they%20are.%20This%20class%20encourages%20artistic%20growth%2C%20curiosity%2C%20and%20community%20while%20celebrating%20each%20participant%E2%80%99s%20unique%20voice." '
             'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
             '\t\tOutlook Live\t</a>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<!-- Event meta -->\n'
             '<div class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix">\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-details">\n'
             '<h2 class="tribe-events-single-section-title"> Details </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-date-label '
             'tribe-events-meta-label">Date:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<abbr class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-15"> August 15 </abbr>\n'
             '</span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-events-start-time-label '
             'tribe-events-meta-label">Time:</span>\n'
             '<span class="tribe-events-meta-value">\n'
             '<div class="tribe-events-abbr tribe-events-start-time published '
             'dtstart" title="2026-08-15">\n'
             '<div class="tribe-recurring-event-time">1:45 pm - 2:45 pm</div> '
             '</div>\n'
             '</span>\n'
             '</li>\n'
             '<dt class="tec-events-pro-series-meta-detail--label">Series: '
             '</dt>\n'
             '<dd class="tec-events-pro-series-meta-detail--link">\n'
             '<a '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/" '
             'title="Advanced Art Studio for Adults with Disabilities">\n'
             '\t\t\t\tAdvanced Art Studio for Adults with Disabilities\t\t\t'
             '</a>\n'
             '</dd>\n'
             '<li class="tribe-events-meta-item"><span '
             'class="tribe-events-event-categories-label '
             'tribe-events-meta-label">Event Category:</span> <span '
             'class="tribe-events-event-categories tribe-events-meta-value"><a '
             'href="https://mocact.org/new-events/category/class/" '
             'rel="tag">Class</a></span></li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue">\n'
             '<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
             '<ul class="tribe-events-meta-list">\n'
             '<li class="tribe-events-meta-item tribe-venue"> <a '
             'href="https://mocact.org/venue/moca-westport/">MoCA Westport</a> '
             '</li>\n'
             '<li class="tribe-events-meta-item tribe-venue-location">\n'
             '<address class="tribe-events-address">\n'
             '<span class="tribe-address">\n'
             '<span class="tribe-street-address">19 Newtown Turnpike</span>\n'
             '<br/>\n'
             '<span class="tribe-locality">Westport</span><span '
             'class="tribe-delimiter">,</span>\n'
             '<abbr class="tribe-region tribe-events-abbr" '
             'title="Connecticut">CT</abbr>\n'
             '<span class="tribe-postal-code">06880</span>\n'
             '<span class="tribe-country-name">United States</span>\n'
             '</span>\n'
             '<a class="tribe-events-gmap" '
             'href="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States" '
             'rel="noreferrer noopener" target="_blank" title="Click to view a '
             'Google Map">+ Google Map</a> </address>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-tel-label '
             'tribe-events-meta-label">Phone</span>\n'
             '<span class="tribe-venue-tel tribe-events-meta-value"> (203) '
             '222-7070 </span>\n'
             '</li>\n'
             '<li class="tribe-events-meta-item">\n'
             '<span class="tribe-venue-url tribe-events-meta-value"> <a '
             'href="https://mocawestport.com" rel="external" '
             'target="_self">View Venue Website</a> </span>\n'
             '</li>\n'
             '</ul>\n'
             '</div>\n'
             '<div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap">\n'
             '<div class="tribe-events-venue-map">\n'
             '<iframe allowfullscreen="" aria-label="Venue location map" '
             'frameborder="0" height="350px" '
             'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&amp;q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&amp;zoom=10" '
             'style="border:0" title="Google maps iframe displaying the '
             'address to MoCA Westport" width="100%">\n'
             '</iframe>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '<h2 class="tribe-events-related-events-title">\n'
             '\tRelated Events</h2>\n'
             '<ul class="tribe-related-events tribe-clearfix">\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-22/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 22 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Advanced Art Studio for Adults with Disabilities" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-08-29/" '
             'rel="bookmark">Advanced Art Studio for Adults with '
             'Disabilities</a></h3>\n'
             '<span class="tribe-event-date-start">August 29 @ 1:45 pm</span> '
             '- <span class="tribe-event-time">2:45 pm</span>\n'
             '<span class="tribe-events-calendar-series-archive__container '
             'tribe-events-calendar-series-archive__container--pill">\n'
             '<a aria-label="Event series: Advanced Art Studio for Adults with '
             'Disabilities" class="tribe-events-calendar-series-archive__link" '
             'href="https://mocact.org/series/advanced-art-studio-for-adults-with-disabilities/">\n'
             '<svg aria-hidden="true" class="tribe-common-c-svgicon '
             'tribe-common-c-svgicon--series '
             'tribe-events-series-archive__icon" fill="none" height="12" '
             'viewbox="0 0 14 12" width="14" '
             'xmlns="http://www.w3.org/2000/svg">\n'
             '<rect height="7" width="9" x="0.5" y="4.5"></rect>\n'
             '<path d="M2 2.5H11.5V10"></path>\n'
             '<path d="M4 0.5H13.5V8"></path>\n'
             '</svg>\n'
             '</a>\n'
             '</span>\n'
             '</div>\n'
             '</li>\n'
             '<li>\n'
             '<div class="tribe-related-events-thumbnail">\n'
             '<a aria-hidden="true" class="url" '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/" '
             'rel="bookmark" role="presentation" tabindex="-1"><img '
             'alt="Encaustic Collage with Leslie Giuliani" '
             'src="https://mocact.org/wp-content/plugins/events-calendar-pro/src/resources/images/tribe-related-events-placeholder.png"/></a>\n'
             '</div>\n'
             '<div class="tribe-related-event-info">\n'
             '<h3 class="tribe-related-events-title"><a '
             'class="tribe-event-url" '
             'href="https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/" '
             'rel="bookmark">Encaustic Collage with Leslie Giuliani</a></h3>\n'
             '<span class="tribe-event-date-start">September 17 @ 6:00 '
             'pm</span> - <span class="tribe-event-time">8:00 pm</span> '
             '</div>\n'
             '</li>\n'
             '</ul>\n'
             '</div> <!-- #post-x -->\n'
             '<!-- Event footer -->\n'
             '<div id="tribe-events-footer">\n'
             '<!-- Navigation -->\n'
             '<nav aria-label="Event Navigation" '
             'class="tribe-events-nav-pagination">\n'
             '<ul class="tribe-events-sub-nav">\n'
             '<li class="tribe-events-nav-previous"><a '
             'href="https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-15/"><span>«</span> '
             'Art Adventures</a></li>\n'
             '<li class="tribe-events-nav-next"><a '
             'href="https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/">Gallery '
             'Talk with Rick Shaefer <span>»</span></a></li>\n'
             '</ul>\n'
             '<!-- .tribe-events-sub-nav -->\n'
             '</nav>\n'
             '</div>\n'
             '<!-- #tribe-events-footer -->\n'
             '</div><!-- #tribe-events-content -->\n'
             '<div class="tribe-events-after-html"></div>\n'
             '<!--\n'
             'This calendar is powered by The Events Calendar.\n'
             'http://evnt.is/18wn\n'
             '-->\n'
             '</section></body></html>'}
2026-08-11 20:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/mocact-presents-heida-hermanns-international-music-competition-final-round/> (referer: None) ['zyte-api']
2026-08-11 20:41:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:41:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 47
2026-08-11 20:41:08 [moca_west] ERROR: API error 400: {"event_body":["This field may not be blank."]}
2026-08-11 20:41:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/moca-presents-the-heida-final-round/>
{'event_url': 'https://mocact.org/moca-presents-the-heida-final-round/',
 'platform_hash': 'de28e5de831ef6d60018b39319829943',
 'raw_body': ''}
2026-08-11 20:41:08 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 20:41:08 [scrapy.extensions.feedexport] INFO: Stored csv feed (20 items) in: output/2026/08/11/moca_west.csv
2026-08-11 20:41:08 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 10009,
 'downloader/request_count': 25,
 'downloader/request_method_count/GET': 25,
 'downloader/response_bytes': 4118938,
 'downloader/response_count': 25,
 'downloader/response_status_count/200': 25,
 'dupefilter/filtered': 19,
 'elapsed_time_seconds': 35.598326,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 11, 18, 41, 8, 269168, tzinfo=datetime.timezone.utc),
 'item_scraped_count': 20,
 'items_per_minute': 34.285714285714285,
 'log_count/DEBUG': 113,
 'log_count/ERROR': 8,
 'log_count/INFO': 3,
 'log_count/WARNING': 1,
 'memusage/max': 99639296,
 'memusage/startup': 99639296,
 'request_depth_max': 1,
 'response_received_count': 25,
 'responses_per_minute': 42.857142857142854,
 'scheduler/dequeued': 25,
 'scheduler/dequeued/memory': 25,
 'scheduler/enqueued': 25,
 'scheduler/enqueued/memory': 25,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 25,
 'scrapy-zyte-api/error_ratio': 0.0,
 'scrapy-zyte-api/errors': 0,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 3.5747574479877944,
 'scrapy-zyte-api/mean_response_seconds': 3.776360294222832,
 'scrapy-zyte-api/processed': 25,
 'scrapy-zyte-api/request_args/customHttpRequestHeaders': 5,
 'scrapy-zyte-api/request_args/httpResponseBody': 25,
 'scrapy-zyte-api/request_args/httpResponseHeaders': 25,
 'scrapy-zyte-api/request_args/url': 25,
 'scrapy-zyte-api/status_codes/200': 25,
 'scrapy-zyte-api/success': 25,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'start_time': datetime.datetime(2026, 8, 11, 18, 40, 32, 670842, tzinfo=datetime.timezone.utc)}
2026-08-11 20:41:08 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers)
SPIDER (moca_west)