PROJECT (event_scrapers)
SPIDER (moca_west)
2026-06-16 10:41:04 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-06-16 10:41:04 [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, Mar 23 2026, 19:04:32) [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-06-16 10:41:04 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-06-16 10:41:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-06-16 10:41:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-06-16 10:41:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-06-16 10:41:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-06-16 10:41:04 [scrapy.extensions.telnet] INFO: Telnet Password: c2a9eb45d94699b7
2026-06-16 10:41:04 [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-06-16 10:41:04 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x74ef9004c400>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/moca_west/1878aa82695f11f184390050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-06-16 10:41:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 10:41:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 10:41:04 [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-06-16 10:41:04 [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-06-16 10:41:04 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-06-16 10:41:04 [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-06-16 10:41:04 [scrapy.core.engine] INFO: Spider opened
2026-06-16 10:41:04 [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-06-16 10:41:04 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-06-16 10:41:04 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-06-16 10:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): mocact.org:443
2026-06-16 10:41:05 [urllib3.connectionpool] DEBUG: https://mocact.org:443 "GET /events/ HTTP/1.1" 200 None
2026-06-16 10:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-06%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-10-15&smu=false&tvn1=149ea4efbc&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-06%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-11-15&smu=false&tvn1=149ea4efbc&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-06-16 10:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-06%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-8-15&smu=false&tvn1=149ea4efbc&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-06-16 10:41:07 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-21/> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-06-16 10:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-06%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-12-15&smu=false&tvn1=149ea4efbc&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-06-16 10:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-28/> (referer: None) ['zyte-api']
2026-06-16 10:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-05/> (referer: None) ['zyte-api']
2026-06-16 10:41:09 [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-06-16 10:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16469
2026-06-16 10:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-28/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-28/',
'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">November 28 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-21/"><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-12-05/">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-10005405 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005405">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261128T120000/20261128T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-11-28/?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&rrv=addevent&startdt=2026-11-28T12%3A00%3A00-05%3A00&enddt=2026-11-28T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-11-28T12%3A00%3A00-05%3A00&enddt=2026-11-28T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-11-28"> November 28 </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-11-28">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-21/"><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-12-05/">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-06-16 10:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-12/> (referer: None) ['zyte-api']
2026-06-16 10:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-19/> (referer: None) ['zyte-api']
2026-06-16 10:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:09 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16467
2026-06-16 10:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-05/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-05/',
'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">December 5 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-28/"><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-12-12/">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-10005406 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005406">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261205T120000/20261205T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-12-05/?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&rrv=addevent&startdt=2026-12-05T12%3A00%3A00-05%3A00&enddt=2026-12-05T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-12-05T12%3A00%3A00-05%3A00&enddt=2026-12-05T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-12-05"> December 5 </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-12-05">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-28/"><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-12-12/">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-06-16 10:41:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-31/> (referer: None) ['zyte-api']
2026-06-16 10:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-07/> (referer: None) ['zyte-api']
2026-06-16 10:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:10 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16469
2026-06-16 10:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-12/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-12/',
'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">December 12 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-12-05/"><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-12-19/">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-10005407 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005407">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261212T120000/20261212T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-12-12/?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&rrv=addevent&startdt=2026-12-12T12%3A00%3A00-05%3A00&enddt=2026-12-12T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-12-12T12%3A00%3A00-05%3A00&enddt=2026-12-12T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-12-12"> December 12 </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-12-12">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-12-05/"><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-12-19/">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-06-16 10:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:10 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16469
2026-06-16 10:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-19/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-19/',
'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">December 19 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-12-12/"><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-12-26/">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-10005408 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005408">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261219T120000/20261219T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-12-19/?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&rrv=addevent&startdt=2026-12-19T12%3A00%3A00-05%3A00&enddt=2026-12-19T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-12-19T12%3A00%3A00-05%3A00&enddt=2026-12-19T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-12-19"> December 19 </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-12-19">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-12-12/"><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-12-26/">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-06-16 10:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:10 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16467
2026-06-16 10:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-31/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-31/',
'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">October 31 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-24/"><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-11-07/">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-10005401 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005401">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261031T120000/20261031T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-10-31/?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&rrv=addevent&startdt=2026-10-31T12%3A00%3A00-04%3A00&enddt=2026-10-31T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-10-31T12%3A00%3A00-04%3A00&enddt=2026-10-31T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-10-31"> October 31 </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-10-31">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-24/"><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-11-07/">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-06-16 10:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:10 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16467
2026-06-16 10:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-07/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-07/',
'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">November 7 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-31/"><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-11-14/">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-10005402 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005402">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261107T120000/20261107T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-11-07/?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&rrv=addevent&startdt=2026-11-07T12%3A00%3A00-05%3A00&enddt=2026-11-07T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-11-07T12%3A00%3A00-05%3A00&enddt=2026-11-07T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-11-07"> November 7 </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-11-07">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-31/"><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-11-14/">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-06-16 10:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-02/> (referer: None) ['zyte-api']
2026-06-16 10:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-06%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-6-15&smu=false&tvn1=149ea4efbc&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-06-16 10:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-21/> (referer: None) ['zyte-api']
2026-06-16 10:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:11 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16477
2026-06-16 10:41:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-02/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-02/',
'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">January 2, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-12-26/"><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/2027-01-09/">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-10005410 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005410">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270102T120000/20270102T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-01-02/?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&rrv=addevent&startdt=2027-01-02T12%3A00%3A00-05%3A00&enddt=2027-01-02T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-01-02T12%3A00%3A00-05%3A00&enddt=2027-01-02T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-01-02"> January 2, 2027 </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="2027-01-02">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-12-26/"><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/2027-01-09/">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-06-16 10:41:11 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:11 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16469
2026-06-16 10:41:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-21/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-21/',
'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">November 21 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-14/"><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-11-28/">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-10005404 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005404">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261121T120000/20261121T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-11-21/?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&rrv=addevent&startdt=2026-11-21T12%3A00%3A00-05%3A00&enddt=2026-11-21T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-11-21T12%3A00%3A00-05%3A00&enddt=2026-11-21T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-11-21"> November 21 </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-11-21">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-14/"><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-11-28/">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-06-16 10:41:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-20/> (referer: None) ['zyte-api']
2026-06-16 10:41:11 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16481
2026-06-16 10:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-20/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-20/',
'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">February 20, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-02-13/"><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/2027-02-27/">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-10005417 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005417">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270220T120000/20270220T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-02-20/?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&rrv=addevent&startdt=2027-02-20T12%3A00%3A00-05%3A00&enddt=2027-02-20T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-02-20T12%3A00%3A00-05%3A00&enddt=2027-02-20T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-02-20"> February 20, 2027 </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="2027-02-20">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-02-13/"><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/2027-02-27/">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-06-16 10:41:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-17/> (referer: None) ['zyte-api']
2026-06-16 10:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16467
2026-06-16 10:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-17/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-17/',
'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">October 17 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-10/"><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-10-24/">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-10005399 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005399">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261017T120000/20261017T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-10-17/?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&rrv=addevent&startdt=2026-10-17T12%3A00%3A00-04%3A00&enddt=2026-10-17T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-10-17T12%3A00%3A00-04%3A00&enddt=2026-10-17T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-10-17"> October 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-10-17">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-10/"><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-10-24/">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-06-16 10:41:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-03-06/> (referer: None) ['zyte-api']
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-13/> (referer: None) ['zyte-api']
2026-06-16 10:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16473
2026-06-16 10:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-03-06/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-03-06/',
'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">March 6, 2027 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-02-27/"><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/2027-03-13/">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-10005419 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005419">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270306T120000/20270306T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-03-06/?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&rrv=addevent&startdt=2027-03-06T12%3A00%3A00-05%3A00&enddt=2027-03-06T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-03-06T12%3A00%3A00-05%3A00&enddt=2027-03-06T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-03-06"> March 6, 2027 </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="2027-03-06">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-02-27/"><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/2027-03-13/">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-06-16 10:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:12 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16481
2026-06-16 10:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-13/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-13/',
'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">February 13, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-02-06/"><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/2027-02-20/">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-10005416 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005416">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270213T120000/20270213T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-02-13/?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&rrv=addevent&startdt=2027-02-13T12%3A00%3A00-05%3A00&enddt=2027-02-13T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-02-13T12%3A00%3A00-05%3A00&enddt=2027-02-13T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-02-13"> February 13, 2027 </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="2027-02-13">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-02-06/"><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/2027-02-20/">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-06-16 10:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-27/> (referer: None) ['zyte-api']
2026-06-16 10:41:13 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:13 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16481
2026-06-16 10:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-27/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-27/',
'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">February 27, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-02-20/"><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/2027-03-06/">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-10005418 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005418">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270227T120000/20270227T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-02-27/?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&rrv=addevent&startdt=2027-02-27T12%3A00%3A00-05%3A00&enddt=2027-02-27T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-02-27T12%3A00%3A00-05%3A00&enddt=2027-02-27T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-02-27"> February 27, 2027 </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="2027-02-27">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-02-20/"><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/2027-03-06/">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-06-16 10:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-24/> (referer: None) ['zyte-api']
2026-06-16 10:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:14 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16467
2026-06-16 10:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-24/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-24/',
'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">October 24 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-17/"><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-10-31/">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-10005400 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005400">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261024T120000/20261024T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-10-24/?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&rrv=addevent&startdt=2026-10-24T12%3A00%3A00-04%3A00&enddt=2026-10-24T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-10-24T12%3A00%3A00-04%3A00&enddt=2026-10-24T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-10-24"> October 24 </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-10-24">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-17/"><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-10-31/">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-06-16 10:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-19/> (referer: None) ['zyte-api']
2026-06-16 10:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-12/> (referer: None) ['zyte-api']
2026-06-16 10:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/> (referer: None) ['zyte-api']
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16559
2026-06-16 10:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-19/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-19/',
'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">September 19 @ 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/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/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-10005395 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005395">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260919T120000/20260919T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-09-19/?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&rrv=addevent&startdt=2026-09-19T12%3A00%3A00-04%3A00&enddt=2026-09-19T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-09-19T12%3A00%3A00-04%3A00&enddt=2026-09-19T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-09-19"> September 19 </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-19">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/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/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-06-16 10:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/encaustic-collage-with-leslie-giuliani/> (referer: None) ['zyte-api']
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16591
2026-06-16 10:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-12/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-12/',
'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">September 12 @ 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/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/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-10005394 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005394">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260912T120000/20260912T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-09-12/?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&rrv=addevent&startdt=2026-09-12T12%3A00%3A00-04%3A00&enddt=2026-09-12T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-09-12T12%3A00%3A00-04%3A00&enddt=2026-09-12T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-09-12"> September 12 </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-12">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/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/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-06-16 10:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/gallery-talk-with-rick-shaefer/> (referer: None) ['zyte-api']
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16639
2026-06-16 10:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/',
'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">July 11 @ 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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/">Intuitive '
'Painting: Awakening Your Creative Flow with Melissa Benedek '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-10005385 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005385">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260711T120000/20260711T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-07-11/?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&rrv=addevent&startdt=2026-07-11T12%3A00%3A00-04%3A00&enddt=2026-07-11T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-07-11T12%3A00%3A00-04%3A00&enddt=2026-07-11T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-07-11"> July 11 </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-07-11">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/">Intuitive '
'Painting: Awakening Your Creative Flow with Melissa Benedek '
'<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-06-16 10:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/> (referer: None) ['zyte-api']
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 10:41:15 [moca_west] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 10:41:15 [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/art-adventures-4-2-6-2-2-2-2-2/2026-09-12/"><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-09-19/">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-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://checkout.mocact.org/ChooseSeats/37001" '
'rel="noopener" target="_blank">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&dates=20260917T180000/20260917T200000&text=Encaustic%20Collage%20with%20Leslie%20Giuliani&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%2Fcheckout.mocact.org%2FChooseSeats%2F37001%22+target%3D%22_blank%22+rel%3D%22noopener%22%3ERegister%3C%2Fa%3E&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-09-17T18%3A00%3A00-04%3A00&enddt=2026-09-17T20%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Encaustic%20Collage%20with%20Leslie%20Giuliani&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&rrv=addevent&startdt=2026-09-17T18%3A00%3A00-04%3A00&enddt=2026-09-17T20%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Encaustic%20Collage%20with%20Leslie%20Giuliani&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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&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-06-20/" '
'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-06-20/" '
'rel="bookmark">Advanced Art Studio for Adults with '
'Disabilities</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark">Sound Bath Meditation with Hummingbird Healing '
'Center – with Lisa Pak</a></h3>\n'
'<span class="tribe-event-date-start">June 30 @ 6:00 pm</span> - '
'<span class="tribe-event-time">7:00 pm</span>\n'
'<span class="tribe-events-calendar-series-archive__container '
'tribe-events-calendar-series-archive__container--pill">\n'
'<a aria-label="Event series: Sound Bath Meditation with '
'Hummingbird Healing Center – with Lisa Pak" '
'class="tribe-events-calendar-series-archive__link" '
'href="https://mocact.org/series/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark" role="presentation" tabindex="-1"><img '
'alt="Intuitive Painting: Awakening Your Creative Flow with '
'Melissa Benedek" '
'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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark">Intuitive Painting: Awakening Your Creative Flow '
'with Melissa Benedek</a></h3>\n'
'<span class="tribe-event-date-start">July 12 @ 12:00 pm</span> - '
'<span class="tribe-event-time">3: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-09-12/"><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-09-19/">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-06-16 10:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 17798
2026-06-16 10:41:15 [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">July 9 @ 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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/"><span>«</span> '
'Sound Bath Meditation with Hummingbird Healing Center – with '
'Lisa Pak</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-07-11/">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/Website-Banner_Gallery-Talk-with-Rick-Shaefer_July-9.jpg" '
'srcset="https://mocact.org/wp-content/uploads/2026/06/Website-Banner_Gallery-Talk-with-Rick-Shaefer_July-9.jpg '
'1920w, '
'https://mocact.org/wp-content/uploads/2026/06/Website-Banner_Gallery-Talk-with-Rick-Shaefer_July-9-1280x720.jpg '
'1280w, '
'https://mocact.org/wp-content/uploads/2026/06/Website-Banner_Gallery-Talk-with-Rick-Shaefer_July-9-980x551.jpg '
'980w, '
'https://mocact.org/wp-content/uploads/2026/06/Website-Banner_Gallery-Talk-with-Rick-Shaefer_July-9-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, July 9, 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, July 9, 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&dates=20260709T180000/20260709T190000&text=Gallery%20Talk%20with%20Rick%20Shaefer&details=%3Cstrong%3EGallery+Talk+with+Rick+Shaefer%3C%2Fstrong%3EThursday%2C+July+9%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+July+9%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+migration%2C+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fgallery-talk-with-rick-shaefer%2F%29&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-07-09T18%3A00%3A00-04%3A00&enddt=2026-07-09T19%3A00%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Gallery%20Talk%20with%20Rick%20Shaefer&body=Gallery%20Talk%20with%20Rick%20ShaeferThursday%2C%20July%209%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%20July%209%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%20betwee%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&rrv=addevent&startdt=2026-07-09T18%3A00%3A00-04%3A00&enddt=2026-07-09T19%3A00%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Gallery%20Talk%20with%20Rick%20Shaefer&body=Gallery%20Talk%20with%20Rick%20ShaeferThursday%2C%20July%209%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%20July%209%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%20betwee%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-07-09"> July 9 </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-07-09">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/"><span>«</span> '
'Sound Bath Meditation with Hummingbird Healing Center – with '
'Lisa Pak</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-07-11/">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-06-16 10:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:15 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 10:41:15 [moca_west] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 10:41:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/>
{'event_url': 'https://mocact.org/events-calendar/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-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'
'<h1 class="tribe-events-single-event-title">Intuitive Painting: '
'Awakening Your Creative Flow with Melissa Benedek</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">July 12 @ 12:00 '
'pm</span> - <span class="tribe-event-time">3:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Intuitive Painting: Awakening Your Creative '
'Flow with Melissa Benedek - MoCA CT" data-viewtitle="Intuitive '
'Painting: Awakening Your Creative Flow with Melissa Benedek" '
'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-07-11/"><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-07-18/">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-60473 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-class cat_class" '
'id="post-60473">\n'
'<!-- Event featured image, but exclude link -->\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<p>This immersive experience invites you to connect deeply with '
'your emotions while discovering your own artistic rhythm. '
'Whether you’re a seasoned artist or a curious beginner, you’ll '
'leave feeling refreshed, inspired, and connected to your '
'creative flow with abstract paintings that are uniquely '
'yours.</p>\n'
'<p>$125.00 per adult per class<br/>\n'
'Materials included</p>\n'
'<p>Reserve Your spot: <a '
'href="https://secure.qgiv.com/for/mocactevents/event/ipaycfwmbc/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/ipaycfwmbc/</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&dates=20260712T120000/20260712T150000&text=Intuitive%20Painting%3A%20Awakening%20Your%20Creative%20Flow%20with%20Melissa%20Benedek&details=This+immersive+experience+invites+you+to+connect+deeply+with+your+emotions+while+discovering+your+own+artistic+rhythm.+Whether+you%E2%80%99re+a+seasoned+artist+or+a+curious+beginner%2C+you%E2%80%99ll+leave+feeling+refreshed%2C+inspired%2C+and+connected+to+your+creative+flow+with+abstract+paintings+that+are+uniquely+yours.%24125.00+per+adult+per+classMaterials+includedReserve+Your+spot%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fipaycfwmbc%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fipaycfwmbc%2F%3C%2Fa%3E&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-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&rrv=addevent&startdt=2026-07-12T12%3A00%3A00-04%3A00&enddt=2026-07-12T15%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Intuitive%20Painting%3A%20Awakening%20Your%20Creative%20Flow%20with%20Melissa%20Benedek&body=This%20immersive%20experience%20invites%20you%20to%20connect%20deeply%20with%20your%20emotions%20while%20discovering%20your%20own%20artistic%20rhythm.%20Whether%20you%E2%80%99re%20a%20seasoned%20artist%20or%20a%20curious%20beginner%2C%20you%E2%80%99ll%20leave%20feeling%20refreshed%2C%20inspired%2C%20and%20connected%20to%20your%20creative%20flow%20with%20abstract%20paintings%20that%20are%20uniquely%20yours.%24125.00%20per%20adult%20per%20classMaterials%20includedReserve%20Your%20spot%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fipaycfwmbc%2F" '
'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&rrv=addevent&startdt=2026-07-12T12%3A00%3A00-04%3A00&enddt=2026-07-12T15%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Intuitive%20Painting%3A%20Awakening%20Your%20Creative%20Flow%20with%20Melissa%20Benedek&body=This%20immersive%20experience%20invites%20you%20to%20connect%20deeply%20with%20your%20emotions%20while%20discovering%20your%20own%20artistic%20rhythm.%20Whether%20you%E2%80%99re%20a%20seasoned%20artist%20or%20a%20curious%20beginner%2C%20you%E2%80%99ll%20leave%20feeling%20refreshed%2C%20inspired%2C%20and%20connected%20to%20your%20creative%20flow%20with%20abstract%20paintings%20that%20are%20uniquely%20yours.%24125.00%20per%20adult%20per%20classMaterials%20includedReserve%20Your%20spot%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fipaycfwmbc%2F" '
'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-07-12"> July 12 </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-07-12">\n'
'\t\t\t\t\t\t12:00 pm - 3: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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&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-06-20/" '
'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-06-20/" '
'rel="bookmark">Advanced Art Studio for Adults with '
'Disabilities</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark">Sound Bath Meditation with Hummingbird Healing '
'Center – with Lisa Pak</a></h3>\n'
'<span class="tribe-event-date-start">June 30 @ 6:00 pm</span> - '
'<span class="tribe-event-time">7:00 pm</span>\n'
'<span class="tribe-events-calendar-series-archive__container '
'tribe-events-calendar-series-archive__container--pill">\n'
'<a aria-label="Event series: Sound Bath Meditation with '
'Hummingbird Healing Center – with Lisa Pak" '
'class="tribe-events-calendar-series-archive__link" '
'href="https://mocact.org/series/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/" '
'rel="bookmark">Sound Bath Meditation with Hummingbird Healing '
'Center – with Lisa Pak</a></h3>\n'
'<span class="tribe-event-date-start">July 21 @ 6:00 pm</span> - '
'<span class="tribe-event-time">7:00 pm</span>\n'
'<span class="tribe-events-calendar-series-archive__container '
'tribe-events-calendar-series-archive__container--pill">\n'
'<a aria-label="Event series: Sound Bath Meditation with '
'Hummingbird Healing Center – with Lisa Pak" '
'class="tribe-events-calendar-series-archive__link" '
'href="https://mocact.org/series/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\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/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/"><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-07-18/">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-06-16 10:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/rick-shaefer-studio-visit-members-only/> (referer: None) ['zyte-api']
2026-06-16 10:41:16 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:16 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 17784
2026-06-16 10:41:16 [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/art-adventures-4-2-6-2-2-2-2-2/2026-09-19/"><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-09-26/">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-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&dates=20260926T110000/20260926T123000&text=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29&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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-09-26T11%3A00%3A00-04%3A00&enddt=2026-09-26T12%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29&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&rrv=addevent&startdt=2026-09-26T11%3A00%3A00-04%3A00&enddt=2026-09-26T12%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Rick%20Shaefer%20Studio%20Visit%20%28Members-only%29&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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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/Website-Banner_Gallery-Talk-with-Rick-Shaefer_July-9-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">July 9 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-09-19/"><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-09-26/">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-06-16 10:41:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-03/> (referer: None) ['zyte-api']
2026-06-16 10:41:16 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:16 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16465
2026-06-16 10:41:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-03/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-03/',
'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">October 3 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-09-26/"><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-10-10/">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-10005397 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005397">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261003T120000/20261003T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-10-03/?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&rrv=addevent&startdt=2026-10-03T12%3A00%3A00-04%3A00&enddt=2026-10-03T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-10-03T12%3A00%3A00-04%3A00&enddt=2026-10-03T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-10-03"> October 3 </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-10-03">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-09-26/"><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-10-10/">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-06-16 10:41:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-14/> (referer: None) ['zyte-api']
2026-06-16 10:41:16 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:16 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16469
2026-06-16 10:41:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-14/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-11-14/',
'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">November 14 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-07/"><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-11-21/">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-10005403 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005403">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261114T120000/20261114T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-11-14/?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&rrv=addevent&startdt=2026-11-14T12%3A00%3A00-05%3A00&enddt=2026-11-14T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-11-14T12%3A00%3A00-05%3A00&enddt=2026-11-14T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-11-14"> November 14 </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-11-14">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-11-07/"><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-11-21/">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-06-16 10:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-06%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-9-15&smu=false&tvn1=149ea4efbc&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-06-16 10:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/looking-for-history-member-preview/> (referer: None) ['zyte-api']
2026-06-16 10:41:17 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:17 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 10:41:17 [moca_west] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 10:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/looking-for-history-member-preview/>
{'event_url': 'https://mocact.org/events-calendar/looking-for-history-member-preview/',
'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- '
'Opening Reception for General Public</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">June 25 @ 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- Opening Reception for '
'General Public - MoCA CT" data-viewtitle="Looking for History- '
'Opening Reception for General Public" 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/members-preview-looking-for-history/"><span>«</span> '
'(Museum Members Preview) Looking for History: Rick Shaefer and '
'Ellen Harvey</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-06-27/">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-60516 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry tribe_events_cat-event '
'cat_event" id="post-60516">\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>\xa0— On view June 25 – '
'November 15, 2026<br/>\n'
'Ellen Harvey:\xa0<em>The Disappointed Tourist\xa0</em>— On view '
'June 25 – August 2, 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>(Rick Shaefer:\xa0'
'<em>Colossi</em>\xa0+ Ellen Harvey:\xa0<em>The Disappointed '
'Tourist</em>): Thursday June 25, 2026 from 6–8pm\xa0 <strong><a '
'href="https://secure.qgiv.com/for/mocactevents/event/lfhrsehamb-mpc/" '
'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&dates=20260625T180000/20260625T200000&text=Looking%20for%20History-%20Opening%20Reception%20for%20General%20Public&details=%3Cstrong%3E%3Cem%3ELOOKING+FOR+HISTORY%3C%2Fem%3E%3C%2Fstrong%3ERick+Shaefer%3A%C2%A0%3Cem%3EColossi%3C%2Fem%3E%C2%A0%E2%80%94+On+view+June+25+%E2%80%93+November+15%2C+2026Ellen+Harvey%3A%C2%A0%3Cem%3EThe+Disappointed+Tourist%C2%A0%3C%2Fem%3E%E2%80%94+On+view+June+25+%E2%80%93+August+2%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%28Rick+Shaefer%3A%C2%A0%3Cem%3EColossi%3C%2Fem%3E%C2%A0%2B+Ellen+Harvey%3A%C2%A0%3Cem%3EThe+Disappointed+Tourist%3C%2Fem%3E%29%3A+Thursday+June+25%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%2Flfhrsehamb-mpc%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+ab+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fmocact.org%2Fevents-calendar%2Flooking-for-history-member-preview%2F%29&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-member-preview/?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&rrv=addevent&startdt=2026-06-25T18%3A00%3A00-04%3A00&enddt=2026-06-25T20%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Looking%20for%20History-%20Opening%20Reception%20for%20General%20Public&body=LOOKING%20FOR%20HISTORYRick%20Shaefer%3A%C2%A0Colossi%C2%A0%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20November%2015%2C%202026Ellen%20Harvey%3A%C2%A0The%20Disappointed%20Tourist%C2%A0%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20August%202%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%28Rick%20Shaefer%3A%C2%A0Colossi%C2%A0%2B%20Ellen%20Harvey%3A%C2%A0The%20Disappointed%20Tourist%29%3A%20Thursday%20June%2025%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&rrv=addevent&startdt=2026-06-25T18%3A00%3A00-04%3A00&enddt=2026-06-25T20%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Looking%20for%20History-%20Opening%20Reception%20for%20General%20Public&body=LOOKING%20FOR%20HISTORYRick%20Shaefer%3A%C2%A0Colossi%C2%A0%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20November%2015%2C%202026Ellen%20Harvey%3A%C2%A0The%20Disappointed%20Tourist%C2%A0%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20August%202%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%28Rick%20Shaefer%3A%C2%A0Colossi%C2%A0%2B%20Ellen%20Harvey%3A%C2%A0The%20Disappointed%20Tourist%29%3A%20Thursday%20June%2025%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-06-25"> June 25 </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-06-25">\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/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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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-07-11/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">July 11 @ 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/members-preview-looking-for-history/"><span>«</span> '
'(Museum Members Preview) Looking for History: Rick Shaefer and '
'Ellen Harvey</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-06-27/">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-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/cornelius-string-quartet/> (referer: None) ['zyte-api']
2026-06-16 10:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-06-20/> (referer: None) ['zyte-api']
2026-06-16 10:41:17 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:17 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 10:41:17 [moca_west] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 10:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/cornelius-string-quartet/>
{'event_url': 'https://mocact.org/events-calendar/cornelius-string-quartet/',
'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">Cornelius String '
'Quartet</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">June 28 @ 4:00 '
'pm</span> - <span class="tribe-event-time">5:30 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Cornelius String Quartet - MoCA CT" '
'data-viewtitle="Cornelius String Quartet" '
'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-06-27/"><span>«</span> '
'Art Adventures</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-60570 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-performance '
'cat_performance" id="post-60570">\n'
'<!-- Event featured image, but exclude link -->\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<p><strong><a '
'href="https://secure.qgiv.com/for/mocactevents/event/mocactsessionscorneliusstringquartet/" '
'rel="noopener" target="_blank">Tickets</a></strong></p>\n'
'<p>Rooted in the musical communities of Connecticut and greater '
'New York, this accomplished quartet unites four distinguished '
'artists whose careers span concert halls, conservatories, and '
'chamber stages across the United States and Europe. The quartet '
'will perform works by Mozart, Glass, Beethoven and more!</p>\n'
'<p><strong>Hafez Taghavi</strong>\xa0and\xa0<strong>Emily '
'Garrison</strong>\xa0lead on violin, each bringing exceptional '
'range to the ensemble. Taghavi has performed at venues from the '
'Kennedy Center to concert stages in Vienna, Salzburg, and '
'Leipzig, and serves on faculty at the Interharmony International '
'Music Festival in Italy. Garrison’s credits include a Grammy '
'Award-winning recording with the Albany Symphony and the world '
'premiere of Wayne Shorter’s jazz opera\xa0<em>Iphigenia</em>, '
'and she is an active member of the Lotus Chamber Music '
'Collective.\xa0<strong>Jules Chetcuti</strong>\xa0lends the '
'viola its characteristic warmth and depth, while cellist\xa0'
'<strong>Gjorgj Kroqi</strong>\xa0— whose musical journey spans '
'the conservatories of Albania and Austria and stages across '
'Europe and Connecticut — anchors the ensemble with authority and '
'precision. He also serves as conductor of the Sinfonia Orchestra '
'for the Greater Connecticut Youth Orchestras.</p>\n'
'<p><img alt="" class="aligncenter size-large wp-image-60542" '
'decoding="async" height="712" 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/06/Cornlieus-String-Quartet-1024x712.jpg" '
'srcset="https://mocact.org/wp-content/uploads/2026/06/Cornlieus-String-Quartet-980x682.jpg '
'980w, '
'https://mocact.org/wp-content/uploads/2026/06/Cornlieus-String-Quartet-480x334.jpg '
'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&dates=20260628T160000/20260628T173000&text=Cornelius%20String%20Quartet&details=%3Cstrong%3E%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fmocactsessionscorneliusstringquartet%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3ETickets%3C%2Fa%3E%3C%2Fstrong%3ERooted+in+the+musical+communities+of+Connecticut+and+greater+New+York%2C+this+accomplished+quartet+unites+four+distinguished+artists+whose+careers+span+concert+halls%2C+conservatories%2C+and+chamber+stages+across+the+United+States+and+Europe.+The+quartet+will+perform+works+by+Mozart%2C+Glass%2C+Beethoven+and+more%21%3Cstrong%3EHafez+Taghavi%3C%2Fstrong%3E%C2%A0and%C2%A0%3Cstrong%3EEmily+Garrison%3C%2Fstrong%3E%C2%A0lead+on+violin%2C+each+bringing+exceptional+range+to+the+ensemble.+Taghavi+has+performed+at+venues+from+the+Kennedy+Center+to+concert+stages+in+Vienna%2C+Salzburg%2C+and+Leipzig%2C+and+serves+on+faculty+at+the+Interharmony+International+Music+Festival+in+Italy.+Garrison%27s+credits+include+a+Grammy+Award-winning+recording+with+the+Albany+Symphony+and+the+world+premiere+of+Wayne+Shorter%27s+jazz+opera%C2%A0%3Cem%3EIphigenia%3C%2Fem%3E%2C+and+she+is+an+active+member+of+the+Lotus+Chamb+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fcornelius-string-quartet%2F%29&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/cornelius-string-quartet/?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&rrv=addevent&startdt=2026-06-28T16%3A00%3A00-04%3A00&enddt=2026-06-28T17%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Cornelius%20String%20Quartet&body=TicketsRooted%20in%20the%20musical%20communities%20of%20Connecticut%20and%20greater%20New%20York%2C%20this%20accomplished%20quartet%20unites%20four%20distinguished%20artists%20whose%20careers%20span%20concert%20halls%2C%20conservatories%2C%20and%20chamber%20stages%20across%20the%20United%20States%20and%20Europe.%20The%20quartet%20will%20perform%20works%20by%20Mozart%2C%20Glass%2C%20Beethoven%20and%20more%21Hafez%20Taghavi%C2%A0and%C2%A0Emily%20Garrison%C2%A0lead%20on%20violin%2C%20each%20bringing%20exceptional%20range%20to%20the%20ensemble.%20Taghavi%20has%20performed%20at%20venues%20from%20the%20Kennedy%20Center%20to%20concert%20stages%20in%20Vienna%2C%20Salzburg%2C%20and%20Leipzig%2C%20and%20serves%20on%20faculty%20at%20the%20Interharmony%20International%20Music%20Festival%20in%20Italy.%20Garrison%27s%20credits%20include%20a%20Grammy%20Award-winning%20recording%20with%20the%20Albany%20Symphony%20and%20the%20world%20premiere%20of%20Wayne%20Shorter%27s%20jazz%20opera%C2%A0Iphigenia%2C%20and%20she%20is%20an%20active%20member%20of%20the%20Lotus%20Chamber%20Music%20Collective.%C2%A0Jules%20Chetcuti%C2%A0lends%20the%20viola%20its%20characteristic%20warmth%20and%20depth%2C%20whi%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fcornelius-string-quartet%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&rrv=addevent&startdt=2026-06-28T16%3A00%3A00-04%3A00&enddt=2026-06-28T17%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Cornelius%20String%20Quartet&body=TicketsRooted%20in%20the%20musical%20communities%20of%20Connecticut%20and%20greater%20New%20York%2C%20this%20accomplished%20quartet%20unites%20four%20distinguished%20artists%20whose%20careers%20span%20concert%20halls%2C%20conservatories%2C%20and%20chamber%20stages%20across%20the%20United%20States%20and%20Europe.%20The%20quartet%20will%20perform%20works%20by%20Mozart%2C%20Glass%2C%20Beethoven%20and%20more%21Hafez%20Taghavi%C2%A0and%C2%A0Emily%20Garrison%C2%A0lead%20on%20violin%2C%20each%20bringing%20exceptional%20range%20to%20the%20ensemble.%20Taghavi%20has%20performed%20at%20venues%20from%20the%20Kennedy%20Center%20to%20concert%20stages%20in%20Vienna%2C%20Salzburg%2C%20and%20Leipzig%2C%20and%20serves%20on%20faculty%20at%20the%20Interharmony%20International%20Music%20Festival%20in%20Italy.%20Garrison%27s%20credits%20include%20a%20Grammy%20Award-winning%20recording%20with%20the%20Albany%20Symphony%20and%20the%20world%20premiere%20of%20Wayne%20Shorter%27s%20jazz%20opera%C2%A0Iphigenia%2C%20and%20she%20is%20an%20active%20member%20of%20the%20Lotus%20Chamber%20Music%20Collective.%C2%A0Jules%20Chetcuti%C2%A0lends%20the%20viola%20its%20characteristic%20warmth%20and%20depth%2C%20whi%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fcornelius-string-quartet%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-06-28"> June 28 </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-06-28">\n'
'\t\t\t\t\t\t4:00 pm - 5: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-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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/"><span>«</span> '
'Art Adventures</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak '
'<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-06-16 10:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/> (referer: None) ['zyte-api']
2026-06-16 10:41:17 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:17 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 19887
2026-06-16 10:41:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-06-20/>
{'event_url': 'https://mocact.org/events-calendar/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-06-20/',
'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">June 20 @ 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-06-20/"><span>«</span> '
'Art Adventures</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/members-preview-looking-for-history/">(Museum '
'Members Preview) Looking for History: Rick Shaefer and Ellen '
'Harvey <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-10005674 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-class cat_class '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005674">\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/event/advanceastudifoawdisacop/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/advanceastudifoawdisacop/</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&dates=20260620T134500/20260620T144500&text=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&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%2Fevent%2Fadvanceastudifoawdisacop%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fadvanceastudifoawdisacop%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.&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-06-20/?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&rrv=addevent&startdt=2026-06-20T13%3A45%3A00-04%3A00&enddt=2026-06-20T14%3A45%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&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%2Fevent%2Fadvanceastudifoawdisacop%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&rrv=addevent&startdt=2026-06-20T13%3A45%3A00-04%3A00&enddt=2026-06-20T14%3A45%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Advanced%20Art%20Studio%20for%20Adults%20with%20Disabilities&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%2Fevent%2Fadvanceastudifoawdisacop%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-06-20"> June 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-06-20">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark">Sound Bath Meditation with Hummingbird Healing '
'Center – with Lisa Pak</a></h3>\n'
'<span class="tribe-event-date-start">June 30 @ 6:00 pm</span> - '
'<span class="tribe-event-time">7:00 pm</span>\n'
'<span class="tribe-events-calendar-series-archive__container '
'tribe-events-calendar-series-archive__container--pill">\n'
'<a aria-label="Event series: Sound Bath Meditation with '
'Hummingbird Healing Center – with Lisa Pak" '
'class="tribe-events-calendar-series-archive__link" '
'href="https://mocact.org/series/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark" role="presentation" tabindex="-1"><img '
'alt="Intuitive Painting: Awakening Your Creative Flow with '
'Melissa Benedek" '
'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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark">Intuitive Painting: Awakening Your Creative Flow '
'with Melissa Benedek</a></h3>\n'
'<span class="tribe-event-date-start">July 12 @ 12:00 pm</span> - '
'<span class="tribe-event-time">3: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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/" '
'rel="bookmark">Sound Bath Meditation with Hummingbird Healing '
'Center – with Lisa Pak</a></h3>\n'
'<span class="tribe-event-date-start">July 21 @ 6:00 pm</span> - '
'<span class="tribe-event-time">7:00 pm</span>\n'
'<span class="tribe-events-calendar-series-archive__container '
'tribe-events-calendar-series-archive__container--pill">\n'
'<a aria-label="Event series: Sound Bath Meditation with '
'Hummingbird Healing Center – with Lisa Pak" '
'class="tribe-events-calendar-series-archive__link" '
'href="https://mocact.org/series/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/"><span>«</span> '
'Art Adventures</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/members-preview-looking-for-history/">(Museum '
'Members Preview) Looking for History: Rick Shaefer and Ellen '
'Harvey <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-06-16 10:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:18 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 10:41:18 [moca_west] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 10:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/>
{'event_url': 'https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/',
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\n'
'<span class="tec_series_marker__title">\n'
'\t\t\tSound Bath Meditation with Hummingbird Healing Center – '
'with Lisa Pak\t\t</span>\n'
'</a>\n'
'</div>\n'
'<h1 class="tribe-events-single-event-title">Sound Bath '
'Meditation with Hummingbird Healing Center – with Lisa Pak</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">June 30 @ 6:00 '
'pm</span> - <span class="tribe-event-time">7:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Sound Bath Meditation with Hummingbird Healing '
'Center - with Lisa Pak - MoCA CT" data-viewtitle="Sound Bath '
'Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/cornelius-string-quartet/"><span>«</span> '
'Cornelius String Quartet</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-60209 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-class cat_class" '
'id="post-60209">\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>: $40.00/per person</p>\n'
'<p>Lisa’s unique immersive Sound Bath Meditations are '
'multi-instrumental soundscapes designed to reset your nervous '
'system.</p>\n'
'<p>*Please bring a yoga mat and pillow</p>\n'
'<p>– <a '
'href="https://secure.qgiv.com/for/mocactevents/event/httpssecureqgivcomformocacteventseventsoundbathmed260630/" '
'rel="noopener" target="_blank">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&dates=20260630T180000/20260630T190000&text=Sound%20Bath%20Meditation%20with%20Hummingbird%20Healing%20Center%20%26%238211%3B%20with%20Lisa%20Pak&details=%3Cstrong%3ECost%3C%2Fstrong%3E%3A+%2440.00%2Fper+personLisa%27s+unique+immersive+Sound+Bath+Meditations+are+multi-instrumental+soundscapes+designed+to+reset+your+nervous+system.%2APlease+bring+a+yoga+mat+and+pillow-+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fhttpssecureqgivcomformocacteventseventsoundbathmed260630%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3ERegister%3C%2Fa%3E&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/?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&rrv=addevent&startdt=2026-06-30T18%3A00%3A00-04%3A00&enddt=2026-06-30T19%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Sound%20Bath%20Meditation%20with%20Hummingbird%20Healing%20Center%20-%20with%20Lisa%20Pak&body=Cost%3A%20%2440.00%2Fper%20personLisa%27s%20unique%20immersive%20Sound%20Bath%20Meditations%20are%20multi-instrumental%20soundscapes%20designed%20to%20reset%20your%20nervous%20system.%2APlease%20bring%20a%20yoga%20mat%20and%20pillow-%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&rrv=addevent&startdt=2026-06-30T18%3A00%3A00-04%3A00&enddt=2026-06-30T19%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Sound%20Bath%20Meditation%20with%20Hummingbird%20Healing%20Center%20-%20with%20Lisa%20Pak&body=Cost%3A%20%2440.00%2Fper%20personLisa%27s%20unique%20immersive%20Sound%20Bath%20Meditations%20are%20multi-instrumental%20soundscapes%20designed%20to%20reset%20your%20nervous%20system.%2APlease%20bring%20a%20yoga%20mat%20and%20pillow-%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-06-30"> June 30 </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-06-30">\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'
'<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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'title="Sound Bath Meditation with Hummingbird Healing Center – '
'with Lisa Pak">\n'
'\t\t\t\tSound Bath Meditation with Hummingbird Healing Center – '
'with Lisa Pak\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&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-06-20/" '
'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-06-20/" '
'rel="bookmark">Advanced Art Studio for Adults with '
'Disabilities</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark" role="presentation" tabindex="-1"><img '
'alt="Intuitive Painting: Awakening Your Creative Flow with '
'Melissa Benedek" '
'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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark">Intuitive Painting: Awakening Your Creative Flow '
'with Melissa Benedek</a></h3>\n'
'<span class="tribe-event-date-start">July 12 @ 12:00 pm</span> - '
'<span class="tribe-event-time">3: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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/" '
'rel="bookmark">Sound Bath Meditation with Hummingbird Healing '
'Center – with Lisa Pak</a></h3>\n'
'<span class="tribe-event-date-start">July 21 @ 6:00 pm</span> - '
'<span class="tribe-event-time">7:00 pm</span>\n'
'<span class="tribe-events-calendar-series-archive__container '
'tribe-events-calendar-series-archive__container--pill">\n'
'<a aria-label="Event series: Sound Bath Meditation with '
'Hummingbird Healing Center – with Lisa Pak" '
'class="tribe-events-calendar-series-archive__link" '
'href="https://mocact.org/series/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\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/cornelius-string-quartet/"><span>«</span> '
'Cornelius String Quartet</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-06-16 10:41:19 [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-06-16 10:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16465
2026-06-16 10:41:20 [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/art-adventures-4-2-6-2-2-2-2-2/2026-08-08/"><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-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-10005390 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005390">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260815T120000/20260815T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-08-15T12%3A00%3A00-04%3A00&enddt=2026-08-15T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-08-15T12%3A00%3A00-04%3A00&enddt=2026-08-15T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-08-08/"><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-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-06-16 10:41:20 [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-06-16 10:41:20 [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-06-16 10:41:20 [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-06-16 10:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16465
2026-06-16 10:41:20 [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/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/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-10005391 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005391">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260822T120000/20260822T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-08-22T12%3A00%3A00-04%3A00&enddt=2026-08-22T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-08-22T12%3A00%3A00-04%3A00&enddt=2026-08-22T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/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/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-06-16 10:41:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-26/> (referer: None) ['zyte-api']
2026-06-16 10:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 10:41:20 [moca_west] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 10:41:20 [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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/">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-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&dates=20260615T090000/20260817T150000&text=Camp%20MoCA%20Summer%20Camp&details=Full+Day+9-3+and+Half+Day+9-12%3A30.&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-06-15T09%3A00%3A00-04%3A00&enddt=2026-08-17T15%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Camp%20MoCA%20Summer%20Camp&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&rrv=addevent&startdt=2026-06-15T09%3A00%3A00-04%3A00&enddt=2026-08-17T15%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Camp%20MoCA%20Summer%20Camp&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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/">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-06-16 10:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16465
2026-06-16 10:41:20 [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/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-09-05/">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-10005392 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005392">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260829T120000/20260829T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-08-29T12%3A00%3A00-04%3A00&enddt=2026-08-29T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-08-29T12%3A00%3A00-04%3A00&enddt=2026-08-29T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/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-09-05/">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-06-16 10:41:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/camp-moca-summer-camp/2026-06-15/1/> (referer: None) ['zyte-api']
2026-06-16 10:41:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/members-preview-looking-for-history/> (referer: None) ['zyte-api']
2026-06-16 10:41:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/> (referer: None) ['zyte-api']
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16517
2026-06-16 10:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-26/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-26/',
'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">September 26 @ 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/rick-shaefer-studio-visit-members-only/"><span>«</span> '
'Rick Shaefer Studio Visit (Members-only)</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-10-03/">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-10005396 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005396">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260926T120000/20260926T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-09-26/?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&rrv=addevent&startdt=2026-09-26T12%3A00%3A00-04%3A00&enddt=2026-09-26T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-09-26T12%3A00%3A00-04%3A00&enddt=2026-09-26T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-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'
'<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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/rick-shaefer-studio-visit-members-only/"><span>«</span> '
'Rick Shaefer Studio Visit (Members-only)</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-10-03/">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-06-16 10:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:20 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 17459
2026-06-16 10:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/members-preview-looking-for-history/>
{'event_url': 'https://mocact.org/events-calendar/members-preview-looking-for-history/',
'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">(Museum Members '
'Preview) Looking for History: Rick Shaefer and Ellen '
'Harvey</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">June 25 @ 4:30 '
'pm</span> - <span class="tribe-event-time">6:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="(Museum Members Preview) Looking for History: '
'Rick Shaefer and Ellen Harvey - MoCA CT" data-viewtitle="(Museum '
'Members Preview) Looking for History: Rick Shaefer and Ellen '
'Harvey" 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-06-20/"><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/looking-for-history-member-preview/">Looking '
'for History- Opening Reception for General Public '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-60599 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-exhibition cat_exhibition" id="post-60599">\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: <em>Colossi</em> — On view June 25 – November 15, '
'2026<br/>\n'
'Ellen Harvey: <em>The Disappointed Tourist </em>— On view June '
'25 – August 2, 2026<br/>\n'
'Michael Borders: <em>Connecticut Industry</em> — On view August '
'13 – November 15, 2026</p>\n'
'<p><strong><a '
'href="https://secure.qgiv.com/for/mocactevents/event/lookingforhistoryrickshaeferellenharveyandmichaelbordersmemberspreview/" '
'role="link">RESERVE</a> :\xa0</strong>(Rick Shaefer:\xa0'
'<em>Colossi</em>\xa0+ Ellen Harvey:\xa0<em>The Disappointed '
'Tourist</em>): Thursday June 25, 2026 from 6–8pm (Members '
'Preview, 4:30-6pm)</p>\n'
'<p>MoCA\\CT presents <em>Looking for History </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'
'<p>\xa0</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&dates=20260625T163000/20260625T180000&text=%28Museum%20Members%20Preview%29%20Looking%20for%20History%3A%20Rick%20Shaefer%20and%20Ellen%20Harvey&details=%3Cstrong%3E%3Cem%3ELOOKING+FOR+HISTORY%3C%2Fem%3E%3C%2Fstrong%3ERick+Shaefer%3A+%3Cem%3EColossi%3C%2Fem%3E+%E2%80%94+On+view+June+25+%E2%80%93+November+15%2C+2026Ellen+Harvey%3A+%3Cem%3EThe+Disappointed+Tourist+%3C%2Fem%3E%E2%80%94+On+view+June+25+%E2%80%93+August+2%2C+2026Michael+Borders%3A+%3Cem%3EConnecticut+Industry%3C%2Fem%3E+%E2%80%94+On+view+August+13+%E2%80%93+November+15%2C+2026%3Cstrong%3E%3Ca+role%3D%22link%22+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Flookingforhistoryrickshaeferellenharveyandmichaelbordersmemberspreview%2F%22%3ERESERVE%3C%2Fa%3E+%3A%C2%A0%3C%2Fstrong%3E%28Rick+Shaefer%3A%C2%A0%3Cem%3EColossi%3C%2Fem%3E%C2%A0%2B+Ellen+Harvey%3A%C2%A0%3Cem%3EThe+Disappointed+Tourist%3C%2Fem%3E%29%3A+Thursday+June+25%2C+2026+from+6%E2%80%938pm+%28Members+Preview%2C+4%3A30-6pm%29MoCA%5CCT+presents+%3Cem%3ELooking+for+History+%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+dist+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fmocact.org%2Fevents-calendar%2Fmembers-preview-looking-for-history%2F%29&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/members-preview-looking-for-history/?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&rrv=addevent&startdt=2026-06-25T16%3A30%3A00-04%3A00&enddt=2026-06-25T18%3A00%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=%28Museum%20Members%20Preview%29%20Looking%20for%20History%3A%20Rick%20Shaefer%20and%20Ellen%20Harvey&body=LOOKING%20FOR%20HISTORYRick%20Shaefer%3A%20Colossi%20%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20November%2015%2C%202026Ellen%20Harvey%3A%20The%20Disappointed%20Tourist%20%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20August%202%2C%202026Michael%20Borders%3A%20Connecticut%20Industry%20%E2%80%94%20On%20view%20August%2013%20%E2%80%93%20November%2015%2C%202026RESERVE%20%3A%C2%A0%28Rick%20Shaefer%3A%C2%A0Colossi%C2%A0%2B%20Ellen%20Harvey%3A%C2%A0The%20Disappointed%20Tourist%29%3A%20Thursday%20June%2025%2C%202026%20from%206%E2%80%938pm%20%28Members%20Preview%2C%204%3A30-6pm%29MoCA%5CCT%20presents%20Looking%20for%20History%20featuring%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.%26nbsp%3B%26nbsp%3B" '
'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&rrv=addevent&startdt=2026-06-25T16%3A30%3A00-04%3A00&enddt=2026-06-25T18%3A00%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=%28Museum%20Members%20Preview%29%20Looking%20for%20History%3A%20Rick%20Shaefer%20and%20Ellen%20Harvey&body=LOOKING%20FOR%20HISTORYRick%20Shaefer%3A%20Colossi%20%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20November%2015%2C%202026Ellen%20Harvey%3A%20The%20Disappointed%20Tourist%20%E2%80%94%20On%20view%20June%2025%20%E2%80%93%20August%202%2C%202026Michael%20Borders%3A%20Connecticut%20Industry%20%E2%80%94%20On%20view%20August%2013%20%E2%80%93%20November%2015%2C%202026RESERVE%20%3A%C2%A0%28Rick%20Shaefer%3A%C2%A0Colossi%C2%A0%2B%20Ellen%20Harvey%3A%C2%A0The%20Disappointed%20Tourist%29%3A%20Thursday%20June%2025%2C%202026%20from%206%E2%80%938pm%20%28Members%20Preview%2C%204%3A30-6pm%29MoCA%5CCT%20presents%20Looking%20for%20History%20featuring%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.%26nbsp%3B%26nbsp%3B" '
'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-06-25"> June 25 </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-06-25">\n'
'\t\t\t\t\t\t4:30 pm - 6: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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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/looking-for-history-michael-borders-reception/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-michael-borders-reception/" '
'rel="bookmark">Looking for History — Michael Borders '
'Reception</a></h3>\n'
'<span class="tribe-event-date-start">September 10 @ 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/advanced-art-studio-for-adults-with-disabilities-06-06-2026/2026-06-20/"><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/looking-for-history-member-preview/">Looking '
'for History- Opening Reception for General Public '
'<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-06-16 10:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:21 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16587
2026-06-16 10:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/',
'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">June 20 @ 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/camp-moca-summer-camp/2026-06-15/2/"><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-10005677 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005677">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260620T120000/20260620T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-06-20/?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&rrv=addevent&startdt=2026-06-20T12%3A00%3A00-04%3A00&enddt=2026-06-20T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-06-20T12%3A00%3A00-04%3A00&enddt=2026-06-20T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-06-20"> June 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-06-20">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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-07-11/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">July 11 @ 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/2/"><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-06-16 10:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-26/> (referer: None) ['zyte-api']
2026-06-16 10:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-05/> (referer: None) ['zyte-api']
2026-06-16 10:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:21 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16469
2026-06-16 10:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-26/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-12-26/',
'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">December 26 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-12-19/"><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/2027-01-02/">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-10005409 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005409">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261226T120000/20261226T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-12-26/?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&rrv=addevent&startdt=2026-12-26T12%3A00%3A00-05%3A00&enddt=2026-12-26T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-12-26T12%3A00%3A00-05%3A00&enddt=2026-12-26T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-12-26"> December 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-12-26">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-12-19/"><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/2027-01-02/">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-06-16 10:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:21 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16547
2026-06-16 10:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-05/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-09-05/',
'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">September 5 @ 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/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-10005393 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005393">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260905T120000/20260905T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-09-05/?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&rrv=addevent&startdt=2026-09-05T12%3A00%3A00-04%3A00&enddt=2026-09-05T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-09-05T12%3A00%3A00-04%3A00&enddt=2026-09-05T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-09-05"> September 5 </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-05">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/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-06-16 10:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/looking-for-history-michael-borders-reception/> (referer: None) ['zyte-api']
2026-06-16 10:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:21 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16364
2026-06-16 10:41:21 [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/art-adventures-4-2-6-2-2-2-2-2/2026-09-05/"><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-09-12/">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-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&dates=20260910T180000/20260910T200000&text=Looking%20for%20History%20%E2%80%94%20Michael%20Borders%20Reception&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.&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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&rrv=addevent&startdt=2026-09-10T18%3A00%3A00-04%3A00&enddt=2026-09-10T20%3A00%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Looking%20for%20History%20%E2%80%94%20Michael%20Borders%20Reception&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&rrv=addevent&startdt=2026-09-10T18%3A00%3A00-04%3A00&enddt=2026-09-10T20%3A00%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Looking%20for%20History%20%E2%80%94%20Michael%20Borders%20Reception&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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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/members-preview-looking-for-history/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/members-preview-looking-for-history/" '
'rel="bookmark">(Museum Members Preview) Looking for History: '
'Rick Shaefer and Ellen Harvey</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 4:30 pm</span> - '
'<span class="tribe-event-time">6: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-09-05/"><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-09-12/">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-06-16 10:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-30/> (referer: None) ['zyte-api']
2026-06-16 10:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:22 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16479
2026-06-16 10:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-30/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-30/',
'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">January 30, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-01-23/"><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/2027-02-06/">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-10005414 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005414">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270130T120000/20270130T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-01-30/?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&rrv=addevent&startdt=2027-01-30T12%3A00%3A00-05%3A00&enddt=2027-01-30T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-01-30T12%3A00%3A00-05%3A00&enddt=2027-01-30T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-01-30"> January 30, 2027 </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="2027-01-30">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-01-23/"><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/2027-02-06/">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-06-16 10:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-09/> (referer: None) ['zyte-api']
2026-06-16 10:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:22 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16477
2026-06-16 10:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-09/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-09/',
'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">January 9, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-01-02/"><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/2027-01-16/">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-10005411 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005411">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270109T120000/20270109T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-01-09/?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&rrv=addevent&startdt=2027-01-09T12%3A00%3A00-05%3A00&enddt=2027-01-09T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-01-09T12%3A00%3A00-05%3A00&enddt=2027-01-09T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-01-09"> January 9, 2027 </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="2027-01-09">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-01-02/"><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/2027-01-16/">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-06-16 10:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-06/> (referer: None) ['zyte-api']
2026-06-16 10:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-23/> (referer: None) ['zyte-api']
2026-06-16 10:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:22 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16479
2026-06-16 10:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-06/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-02-06/',
'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">February 6, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-01-30/"><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/2027-02-13/">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-10005415 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005415">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270206T120000/20270206T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-02-06/?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&rrv=addevent&startdt=2027-02-06T12%3A00%3A00-05%3A00&enddt=2027-02-06T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-02-06T12%3A00%3A00-05%3A00&enddt=2027-02-06T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-02-06"> February 6, 2027 </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="2027-02-06">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-01-30/"><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/2027-02-13/">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-06-16 10:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:22 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16479
2026-06-16 10:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-23/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-23/',
'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">January 23, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-01-16/"><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/2027-01-30/">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-10005413 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005413">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270123T120000/20270123T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-01-23/?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&rrv=addevent&startdt=2027-01-23T12%3A00%3A00-05%3A00&enddt=2027-01-23T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-01-23T12%3A00%3A00-05%3A00&enddt=2027-01-23T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-01-23"> January 23, 2027 </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="2027-01-23">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-01-16/"><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/2027-01-30/">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-06-16 10:41:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-16/> (referer: None) ['zyte-api']
2026-06-16 10:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:23 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16479
2026-06-16 10:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-16/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2027-01-16/',
'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">January 16, 2027 @ '
'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/art-adventures-4-2-6-2-2-2-2-2/2027-01-09/"><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/2027-01-23/">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-10005412 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005412">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20270116T120000/20270116T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/2027-01-16/?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&rrv=addevent&startdt=2027-01-16T12%3A00%3A00-05%3A00&enddt=2027-01-16T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2027-01-16T12%3A00%3A00-05%3A00&enddt=2027-01-16T13%3A30%3A00-05%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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="2027-01-16"> January 16, 2027 </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="2027-01-16">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2027-01-09/"><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/2027-01-23/">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-06-16 10:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/> (referer: None) ['zyte-api']
2026-06-16 10:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16519
2026-06-16 10:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/',
'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">June 27 @ 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/looking-for-history-member-preview/"><span>«</span> '
'Looking for History- Opening Reception for General '
'Public</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/cornelius-string-quartet/">Cornelius '
'String Quartet <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-10005383 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005383">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260627T120000/20260627T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-06-27/?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&rrv=addevent&startdt=2026-06-27T12%3A00%3A00-04%3A00&enddt=2026-06-27T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-06-27T12%3A00%3A00-04%3A00&enddt=2026-06-27T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-06-27"> June 27 </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-06-27">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-07-11/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">July 11 @ 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/looking-for-history-member-preview/"><span>«</span> '
'Looking for History- Opening Reception for General '
'Public</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/cornelius-string-quartet/">Cornelius '
'String Quartet <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-06-16 10:41:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/wp-json/tribe/views/v2/html?pu=%2Fnew-events%2Fmonth%2F2026-06%2F%3Fshortcode%3Df0b1cb7d&u=%2Fnew-events%2Flist%2F%3Fshortcode%3Df0b1cb7d%26tribe-bar-date%3D2026-7-15&smu=false&tvn1=149ea4efbc&tvn2=> (referer: https://mocact.org/) ['zyte-api']
2026-06-16 10:41:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-06-16 10:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-08/> (referer: None) ['zyte-api']
2026-06-16 10:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16463
2026-06-16 10:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-08/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-08/',
'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 8 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-08-01/"><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-15/">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-10005389 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005389">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260808T120000/20260808T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-08/?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&rrv=addevent&startdt=2026-08-08T12%3A00%3A00-04%3A00&enddt=2026-08-08T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-08-08T12%3A00%3A00-04%3A00&enddt=2026-08-08T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-08"> August 8 </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-08">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-08-01/"><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-15/">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-06-16 10:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-01/> (referer: None) ['zyte-api']
2026-06-16 10:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:39 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16463
2026-06-16 10:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-01/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-08-01/',
'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 1 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-07-25/"><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-08/">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-10005388 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005388">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260801T120000/20260801T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-01/?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&rrv=addevent&startdt=2026-08-01T12%3A00%3A00-04%3A00&enddt=2026-08-01T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-08-01T12%3A00%3A00-04%3A00&enddt=2026-08-01T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-01"> August 1 </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-01">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-07-25/"><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-08/">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-06-16 10:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/> (referer: None) ['zyte-api']
2026-06-16 10:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 10:41:40 [moca_west] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-06-16 10:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/>
{'event_url': 'https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/',
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\n'
'<span class="tec_series_marker__title">\n'
'\t\t\tSound Bath Meditation with Hummingbird Healing Center – '
'with Lisa Pak\t\t</span>\n'
'</a>\n'
'</div>\n'
'<h1 class="tribe-events-single-event-title">Sound Bath '
'Meditation with Hummingbird Healing Center – with Lisa Pak</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<div><span class="tribe-event-date-start">July 21 @ 6:00 '
'pm</span> - <span class="tribe-event-time">7:00 pm</span></div> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Sound Bath Meditation with Hummingbird Healing '
'Center - with Lisa Pak - MoCA CT" data-viewtitle="Sound Bath '
'Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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-07-18/"><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-07-25/">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-60449 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-class cat_class" '
'id="post-60449">\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>: $40.00/per person</p>\n'
'<p>Lisa’s unique immersive Sound Bath Meditations are '
'multi-instrumental soundscapes designed to reset your nervous '
'system.</p>\n'
'<p>*Please bring a yoga mat and pillow</p>\n'
'<p>– <a '
'href="https://secure.qgiv.com/for/mocactevents/event/soundbathmed260707/" '
'rel="noopener" target="_blank">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&dates=20260721T180000/20260721T190000&text=Sound%20Bath%20Meditation%20with%20Hummingbird%20Healing%20Center%20%26%238211%3B%20with%20Lisa%20Pak&details=%3Cstrong%3ECost%3C%2Fstrong%3E%3A+%2440.00%2Fper+personLisa%27s+unique+immersive+Sound+Bath+Meditations+are+multi-instrumental+soundscapes+designed+to+reset+your+nervous+system.%2APlease+bring+a+yoga+mat+and+pillow-+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Fsoundbathmed260707%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3ERegister%3C%2Fa%3E&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/?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&rrv=addevent&startdt=2026-07-21T18%3A00%3A00-04%3A00&enddt=2026-07-21T19%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Sound%20Bath%20Meditation%20with%20Hummingbird%20Healing%20Center%20-%20with%20Lisa%20Pak&body=Cost%3A%20%2440.00%2Fper%20personLisa%27s%20unique%20immersive%20Sound%20Bath%20Meditations%20are%20multi-instrumental%20soundscapes%20designed%20to%20reset%20your%20nervous%20system.%2APlease%20bring%20a%20yoga%20mat%20and%20pillow-%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&rrv=addevent&startdt=2026-07-21T18%3A00%3A00-04%3A00&enddt=2026-07-21T19%3A00%3A00-04%3A00&location=MoCA%20Westport,%2019%20Newtown%20Turnpike,%20Westport,%20CT,%2006880,%20United%20States&subject=Sound%20Bath%20Meditation%20with%20Hummingbird%20Healing%20Center%20-%20with%20Lisa%20Pak&body=Cost%3A%20%2440.00%2Fper%20personLisa%27s%20unique%20immersive%20Sound%20Bath%20Meditations%20are%20multi-instrumental%20soundscapes%20designed%20to%20reset%20your%20nervous%20system.%2APlease%20bring%20a%20yoga%20mat%20and%20pillow-%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-07-21"> July 21 </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-07-21">\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'
'<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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'title="Sound Bath Meditation with Hummingbird Healing Center – '
'with Lisa Pak">\n'
'\t\t\t\tSound Bath Meditation with Hummingbird Healing Center – '
'with Lisa Pak\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+CT+06880+United+States+&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-06-20/" '
'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-06-20/" '
'rel="bookmark">Advanced Art Studio for Adults with '
'Disabilities</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak" '
'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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/" '
'rel="bookmark">Sound Bath Meditation with Hummingbird Healing '
'Center – with Lisa Pak</a></h3>\n'
'<span class="tribe-event-date-start">June 30 @ 6:00 pm</span> - '
'<span class="tribe-event-time">7:00 pm</span>\n'
'<span class="tribe-events-calendar-series-archive__container '
'tribe-events-calendar-series-archive__container--pill">\n'
'<a aria-label="Event series: Sound Bath Meditation with '
'Hummingbird Healing Center – with Lisa Pak" '
'class="tribe-events-calendar-series-archive__link" '
'href="https://mocact.org/series/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak/">\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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark" role="presentation" tabindex="-1"><img '
'alt="Intuitive Painting: Awakening Your Creative Flow with '
'Melissa Benedek" '
'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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/" '
'rel="bookmark">Intuitive Painting: Awakening Your Creative Flow '
'with Melissa Benedek</a></h3>\n'
'<span class="tribe-event-date-start">July 12 @ 12:00 pm</span> - '
'<span class="tribe-event-time">3: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-07-18/"><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-07-25/">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-06-16 10:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-18/> (referer: None) ['zyte-api']
2026-06-16 10:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16795
2026-06-16 10:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-18/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-18/',
'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">July 18 @ 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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/"><span>«</span> '
'Intuitive Painting: Awakening Your Creative Flow with Melissa '
'Benedek</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/">Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-10005386 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005386">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260718T120000/20260718T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-07-18/?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&rrv=addevent&startdt=2026-07-18T12%3A00%3A00-04%3A00&enddt=2026-07-18T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-07-18T12%3A00%3A00-04%3A00&enddt=2026-07-18T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-07-18"> July 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-07-18">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/intuitive-painting-awakening-your-creative-flow-with-melissa-benedek-2/"><span>«</span> '
'Intuitive Painting: Awakening Your Creative Flow with Melissa '
'Benedek</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://mocact.org/events-calendar/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/">Sound '
'Bath Meditation with Hummingbird Healing Center – with Lisa Pak '
'<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-06-16 10:41:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-25/> (referer: None) ['zyte-api']
2026-06-16 10:41:40 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:40 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16627
2026-06-16 10:41:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-25/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-07-25/',
'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">July 25 @ 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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/"><span>«</span> '
'Sound Bath Meditation with Hummingbird Healing Center – with '
'Lisa Pak</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-01/">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-10005387 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005387">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20260725T120000/20260725T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-07-25/?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&rrv=addevent&startdt=2026-07-25T12%3A00%3A00-04%3A00&enddt=2026-07-25T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-07-25T12%3A00%3A00-04%3A00&enddt=2026-07-25T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-07-25"> July 25 </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-07-25">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/sound-bath-meditation-with-hummingbird-healing-arts-with-lisa-pak-3/"><span>«</span> '
'Sound Bath Meditation with Hummingbird Healing Center – with '
'Lisa Pak</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-01/">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-06-16 10:41:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-10/> (referer: None) ['zyte-api']
2026-06-16 10:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 10:41:53 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 16467
2026-06-16 10:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-10/>
{'event_url': 'https://mocact.org/events-calendar/art-adventures-4-2-6-2-2-2-2-2/2026-10-10/',
'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">October 10 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-03/"><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-10-17/">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-10005398 tribe_events type-tribe_events '
'status-publish hentry tribe_events_cat-event cat_event '
'tribe-recurring-event tribe-recurring-event-parent" '
'id="post-10005398">\n'
'<!-- Event featured image, but exclude link -->\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/event/aradvent/" '
'rel="noopener" '
'target="_blank">https://secure.qgiv.com/for/mocactevents/event/aradvent/</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&dates=20261010T120000/20261010T133000&text=Art%20Adventures&details=Book+Now%3A+%3Ca+href%3D%22https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%2F%22+target%3D%22_blank%22+rel%3D%22noopener%22%3Ehttps%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&trp=false&ctz=America/New_York&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-10-10/?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&rrv=addevent&startdt=2026-10-10T12%3A00%3A00-04%3A00&enddt=2026-10-10T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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&rrv=addevent&startdt=2026-10-10T12%3A00%3A00-04%3A00&enddt=2026-10-10T13%3A30%3A00-04%3A00&location=MoCACT,%2019%20Newtown%20Turnpike,%20Westport,%2006880,%20United%20States&subject=Art%20Adventures&body=Book%20Now%3A%20https%3A%2F%2Fsecure.qgiv.com%2Ffor%2Fmocactevents%2Fevent%2Faradvent%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-10-10"> October 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-10-10">\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&source=s_q&hl=en&geocode=&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&q=19+Newtown+Turnpike+Westport+06880+United+States+&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-06-20/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-20/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 20 @ 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/looking-for-history-member-preview/" '
'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/Looking-for-History-Web-Banner-1024x576.png" '
'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/looking-for-history-member-preview/" '
'rel="bookmark">Looking for History- Opening Reception for '
'General Public</a></h3>\n'
'<span class="tribe-event-date-start">June 25 @ 6: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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark" role="presentation" tabindex="-1"><img alt="Art '
'Adventures" '
'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/art-adventures-4-2-6-2-2-2-2-2/2026-06-27/" '
'rel="bookmark">Art Adventures</a></h3>\n'
'<span class="tribe-event-date-start">June 27 @ 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/art-adventures-4-2-6-2-2-2-2-2/2026-10-03/"><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-10-17/">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-06-16 10:41:53 [scrapy.core.engine] INFO: Closing spider (finished)
2026-06-16 10:41:53 [scrapy.extensions.feedexport] INFO: Stored csv feed (49 items) in: output/2026/06/16/moca_west.csv
2026-06-16 10:41:53 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 19913,
'downloader/request_count': 57,
'downloader/request_method_count/GET': 57,
'downloader/response_bytes': 10858228,
'downloader/response_count': 57,
'downloader/response_status_count/200': 57,
'dupefilter/filtered': 34,
'elapsed_time_seconds': 49.47558,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 6, 16, 8, 41, 53, 950072, tzinfo=datetime.timezone.utc),
'item_scraped_count': 49,
'items_per_minute': 60.0,
'log_count/DEBUG': 264,
'log_count/ERROR': 7,
'log_count/INFO': 3,
'log_count/WARNING': 1,
'memusage/max': 93151232,
'memusage/startup': 93151232,
'request_depth_max': 1,
'response_received_count': 57,
'responses_per_minute': 69.79591836734694,
'scheduler/dequeued': 57,
'scheduler/dequeued/memory': 57,
'scheduler/enqueued': 57,
'scheduler/enqueued/memory': 57,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 57,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 4.090034937518731,
'scrapy-zyte-api/mean_response_seconds': 4.332182013511397,
'scrapy-zyte-api/processed': 57,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 7,
'scrapy-zyte-api/request_args/httpResponseBody': 57,
'scrapy-zyte-api/request_args/httpResponseHeaders': 57,
'scrapy-zyte-api/request_args/url': 57,
'scrapy-zyte-api/status_codes/200': 57,
'scrapy-zyte-api/success': 57,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 6, 16, 8, 41, 4, 474492, tzinfo=datetime.timezone.utc)}
2026-06-16 10:41:53 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (moca_west)