• It's recommended to check out the latest log via: the Stats page >> View log >> Tail

PROJECT (event_scrapers), SPIDER (aspet_uckland_trust)

2026-06-16 02:20:25 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-06-16 02:20:25 [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 02:20:25 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-06-16 02:20:25 [asyncio] DEBUG: Using selector: EpollSelector
2026-06-16 02:20:25 [scrapy.addons] INFO: Enabled addons:
[]
2026-06-16 02:20:25 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-06-16 02:20:25 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-06-16 02:20:25 [scrapy.extensions.telnet] INFO: Telnet Password: e3191dfa5e6adfd4
2026-06-16 02:20:25 [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 02:20:25 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x7c87b7c2c540>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/aspet_uckland_trust/26ed1a24691911f19cf20050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-06-16 02:20:25 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 02:20:25 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-06-16 02:20:26 [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 02:20:26 [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 02:20:26 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-06-16 02:20:26 [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 02:20:26 [scrapy.core.engine] INFO: Spider opened
2026-06-16 02:20:26 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.aspetucklandtrust.ListingSpider 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 02:20:26 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-06-16 02:20:26 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-06-16 02:20:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events> (referer: None)
2026-06-16 02:20:26 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.aspetucklandtrust.org/events/2026/6/18/2026-member-celebration> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-06-16 02:20:26 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://www.aspetucklandtrust.org/events/2025/3/19/Ridgefield-garden-club>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/4/19/ephemeral> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/3/28/lunch-amp-learn-assisted-plant-migration-helps-to-expand-our-native-plant-palette-for-climate-change> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/9/20/hawk-walk-with-larry-fischer> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/3/19/Ridgefield-garden-club> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/3/15/winter-sketch-101> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/6/18/annual-member-celebration> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/9/18/lunch-learn-webinar-mini-forests-at-scale> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/8/1/moth-night-at-randalls-farm> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13684
2026-06-16 02:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/4/19/ephemeral>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/4/19/ephemeral',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67a64e737f17585b0f7c5feb" '
             'data-item-id="67a64e737f17585b0f7c5feb">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Earth Day Weekend Ephemeral '
             'Wildflower Walk with Anthony Zemba</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-04-19">Saturday, April 19, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-04-19">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-04-19">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-04-19">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-04-19">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley Jump Hill '
             'Preserve</span>\n'
             '          <span class="eventitem-meta-address-line">884 Black '
             'Rock Turnpike</span>\n'
             '          <span class="eventitem-meta-address-line">Easton, CT, '
             '06612</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=884%20Black%20Rock%20Turnpike%20Easton,%20CT,%2006612%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Earth%20Day%20Weekend%20Ephemeral%20Wildflower%20Walk%20with%20Anthony%20Zemba&amp;dates=20250419T140000Z/20250419T160000Z&amp;location=884%20Black%20Rock%20Turnpike%2C%20Easton%2C%20CT%2C%2006612" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a href="/events/2025/4/19/ephemeral?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1738952772475" '
             'id="item-67a64e737f17585b0f7c5feb"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image sqs-col-6 span-6 float float-right" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1738951112509_106057"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:378px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:117.46031951904297%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png" '
             'data-image-dimensions="378x444" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png" '
             'width="378" height="444" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/17e1f131-a7ac-4017-b419-4c3d260a10f8/Anthony+Zemba.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '          <figcaption '
             'data-sqsp-image-classic-block-caption-container '
             'class="image-caption-wrapper">\n'
             '            <div class="image-caption"><p class="" '
             'style="white-space:pre-wrap;">Anthony Zemba</p></div>\n'
             '          </figcaption>\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-680fc1b75743fbbbd8bd"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join Anthony Zemba '
             'Certified Ecologist and Sr. Environmental Analyst at LandTech '
             'for a morning wildflower walk at Trout Brook Valley '
             'Preserve.\xa0\xa0</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/earth-day-weekend-ephemeral-wildflower-walk-with-anthony-zemba" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" style="white-space:pre-wrap;">Anthony will be searching '
             'for “spring ephemerals” – a group of wildflowers that only bloom '
             'early in the growing season before the overhead canopy of trees '
             'and shrubs leaf out.\xa0In addition to wildflower '
             'identification, Anthony will talk about the ecological role that '
             'these curious plants play in forest ecology.</p><p class="" '
             'style="white-space:pre-wrap;"><strong>Things you may want to '
             'bring:</strong> Sturdy shoes for a moderate hike</p><p class="" '
             'style="white-space:pre-wrap;">Please note, there are no bathroom '
             'facilities.</p><p class="" style="white-space:pre-wrap;">Open to '
             'the public. Priority to members. Maximum 20 people. <strong>RSVP '
             'required</strong>.</p><p class="" '
             'style="white-space:pre-wrap;"><strong>Directions: '
             '</strong>Follow Black Rock Turnpike (Rt 58) 6.8 miles north of '
             'Merritt Pkwy, parking at Jump Hill is directly off Black Rock '
             'Turnpike opposite Country Club Lane.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/earth-day-weekend-ephemeral-wildflower-walk-with-anthony-zemba" '
             'target="_blank"><strong>Register Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1738951112509_107501"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:800px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:71.125%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg" '
             'data-image-dimensions="800x569" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg" '
             'width="800" height="569" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/11abc0db-4180-479b-9c0b-caf713d2af79/wood-anemone-1.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67a64e737f17585b0f7c5feb" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1680629518355-NM4YRNZFA7N54ULZ0H95" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1680629518355-NM4YRNZFA7N54ULZ0H95/Round-lobed+Hepatica+IMG_7316.JPG" '
             'data-record-type="12" '
             'data-full-url="/events/2025/4/19/ephemeral" data-title="Earth '
             'Day Weekend Ephemeral Wildflower Walk with Anthony '
             'Zemba"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/5/24/honey-bees-101-with-ranger-jim> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/4/12/vernal-pool> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/5/10/spring-bird-walk> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:27 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 15573
2026-06-16 02:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/3/28/lunch-amp-learn-assisted-plant-migration-helps-to-expand-our-native-plant-palette-for-climate-change>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/3/28/lunch-amp-learn-assisted-plant-migration-helps-to-expand-our-native-plant-palette-for-climate-change',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67d449e5dad9a57a7a147e20" '
             'data-item-id="67d449e5dad9a57a7a147e20">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Lunch &amp; Learn: Assisted '
             'Plant Migration Helps to Expand Our Native Plant Palette for '
             'Climate Change</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" datetime="2025-03-28">Friday, '
             'March 28, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-03-28">12:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-03-28">1:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-03-28">12:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-03-28">13:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Zoom</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a href="http://maps.google.com?q=Zoom" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Lunch%20%26amp%3B%20Learn%3A%20Assisted%20Plant%20Migration%20Helps%20to%20Expand%20Our%20Native%20Plant%20Palette%20for%20Climate%20Change&amp;dates=20250328T160000Z/20250328T170000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/3/28/lunch-amp-learn-assisted-plant-migration-helps-to-expand-our-native-plant-palette-for-climate-change?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1741966161717" '
             'id="item-67d449e5dad9a57a7a147e20"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1741965782411_95397"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:624px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:42.78845977783203%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg" '
             'data-image-dimensions="624x267" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg" '
             'width="624" height="267" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1c38c89f-47c8-4f90-a47b-caa43eb4c3ff/Picture3.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '          <figcaption '
             'data-sqsp-image-classic-block-caption-container '
             'class="image-caption-wrapper">\n'
             '            <div class="image-caption"><p class="" '
             'style="white-space:pre-wrap;"><em>Forest Service illustration by '
             'Savannah Halleaux</em></p></div>\n'
             '          </figcaption>\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-17c1132adbef33d9c72a"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/lunch-learn-assisted-plant-migration-helps-to-expand-our-native-plant-palette-for-climate-change" '
             'target="_blank"><strong>Register for Zoom Session '
             'Here</strong></a></p><p class="" '
             'style="white-space:pre-wrap;">Since native plants are the KEY to '
             'survival for most species, how can we help plant species to move '
             'northward as temperatures rise?\xa0The disruption of our heavily '
             'paved surfaces and man-made structures inhibits plant movement. '
             'In this zoom talk, we will look at the role humans play in '
             'helping to move plants as well as helping animals to move more '
             'freely to aid in seed dispersal. </p><p class="" '
             'style="white-space:pre-wrap;">In the face of climate change '
             'species of animals, insects, and plants need to migrate to areas '
             'that will allow them to find the right habitat to survive. Since '
             'the climate is changing faster than any time in history, species '
             'can’t naturally adapt fast enough, so we must help them by '
             'making our properties stepping stones on the landscape.\xa0That '
             'is the goal of the Aspetuck Green Corridor, changing your yards '
             'to allow for free flow of movement across the fragmented '
             'landscape.\xa0Learn how to add the right plants in the right '
             'place to enhance this migration.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/lunch-learn-assisted-plant-migration-helps-to-expand-our-native-plant-palette-for-climate-change" '
             'target="_blank"><strong>Register for Zoom Session '
             'Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-right" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1741965782411_93242"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:192px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:133.85415649414062%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png" '
             'data-image-dimensions="192x257" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png" '
             'width="192" height="257" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '          <figcaption '
             'data-sqsp-image-classic-block-caption-container '
             'class="image-caption-wrapper">\n'
             '            <div class="image-caption"><p class="" '
             'style="white-space:pre-wrap;">Eva Monheim</p></div>\n'
             '          </figcaption>\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1741965782411_94402"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;"><em>Eva Monheim is a '
             'speaker, ISA Certified Arborist®, an award winning educator, and '
             'a faculty member at Longwood Gardens for the Professional '
             'Horticulture Program and Continuing Education Department. She '
             'was an assistant professor at Temple University where she taught '
             'thirteen different subjects to undergraduate and graduate '
             'students in horticulture and landscape architecture. </em></p><p '
             'class="" style="white-space:pre-wrap;"><em>Monheim’s other '
             'endeavors are the award-winning The Plant a Trillion Trees '
             'Podcast which is heard in over 110 countries. She is the author '
             'of Shrubs &amp; Hedges: Discover, Grow, and Care for the World’s '
             'Most Popular Plants, which was nominated by The Council on '
             'Botanical &amp; Horticultural Libraries for outstanding '
             'contributions to the literature of horticulture.\xa0 Monheim is '
             'co-principal of Verdant Earth Educators, LLC (VEE), a company '
             'that writes educational documents and standards, SOPs, landscape '
             'management plans, and trains professionals in the green '
             'industry. </em></p><p class="" '
             'style="white-space:pre-wrap;"><em>Monheim is also an '
             'accomplished artist.</em> </p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67d449e5dad9a57a7a147e20" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1741966304028-M4XQSP8PKC1I0HEREK3Q" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1741966304028-M4XQSP8PKC1I0HEREK3Q/carolina-allspice-growing-guide-5213158-hero-235d12db7fe047d1860fd2f599979155.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/3/28/lunch-amp-learn-assisted-plant-migration-helps-to-expand-our-native-plant-palette-for-climate-change" '
             'data-title="Lunch &amp;amp; Learn: Assisted Plant Migration '
             'Helps to Expand Our Native Plant Palette for Climate '
             'Change"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/5/7/community-action-on-climate-the-global-movement> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/6/28/outdoor-fitness-at-randalls-farm> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/9/27/hawk-walk-with-larry-fischer> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/5/30/lunch-amp-learn-creating-beautifully-designed-food-forests-for-migrating-birds> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 7547
2026-06-16 02:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/9/20/hawk-walk-with-larry-fischer>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/9/20/hawk-walk-with-larry-fischer',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67e18cc444f1cc4960409b24" '
             'data-item-id="67e18cc444f1cc4960409b24">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Hawk Walk with Larry '
             'Fischer</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-09-20">Saturday, September 20, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-09-20">9:30\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-09-20">11:30\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-09-20">09:30</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-09-20">11:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          <span class="eventitem-meta-address-line">58 Freeborn '
             'Road</span>\n'
             '          <span class="eventitem-meta-address-line">Easton, CT, '
             '06612</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=58%20Freeborn%20Road%20Easton,%20CT,%2006612%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Hawk%20Walk%20with%20Larry%20Fischer&amp;dates=20250920T133000Z/20250920T153000Z&amp;location=58%20Freeborn%20Road%2C%20Easton%2C%20CT%2C%2006612" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/9/20/hawk-walk-with-larry-fischer?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1742835041663" '
             'id="item-67e18cc444f1cc4960409b24"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-445cc2cb58fc728b7ec6"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/hawkwalkwithlarryfischer-sept-20/" '
             'target="_blank"><strong>Register HERE</strong></a></p><p '
             'class="" style="white-space:pre-wrap;">Join hawk-bander and '
             'raptor specialist, Larry Fischer, for a hawk walk at Aspetuck '
             'Land Trust’s orchard and blueberry patch in Trout Brook Valley. '
             'This beautiful area, known as Flirt Hill, is an important '
             'habitat for raptors and birds flying down the east coast '
             '‘flyway’. The 100+ acre area of fields at the orchard is one of '
             'the last great open expanses on the New England Coast. Larry '
             'will, hopefully, catch one or more hawks to present up-close to '
             'the group and discuss fascinating details about these '
             'extraordinary creatures.</p><p class="" '
             'style="white-space:pre-wrap;"><strong>Things you may want to '
             'bring:</strong> binoculars, camera, water, hat, sunscreen, bug '
             'repellent, sturdy shoes and smiles. This is a great activity for '
             'people of all ages.\xa0</p><p class="" '
             'style="white-space:pre-wrap;">Please note, there are no bathroom '
             'facilities.</p><p class="" style="white-space:pre-wrap;">Event '
             'is open to the public. $10 per person; Members Free. Maximum 35 '
             'people. <strong>RSVP required</strong>.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/hawkwalkwithlarryfischer-sept-20/" '
             'target="_blank"><strong>Register HERE</strong></a></p><p '
             'class="" '
             'style="white-space:pre-wrap;"><strong>Directions:\xa0\xa0'
             '</strong>Aspetuck Land Trust Blueberry Patch, Freeborn Road near '
             'Route 58, Easton, CT 06612 <a '
             'href="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmaps.google.com%2F%3Fq%3DFreeborn%2520Road%2520Near%2520RT%252058%2520Easton%2C%2520CT%2C%252006612%2520United%2520States&amp;data=05%7C02%7Csmeyer%40AspetuckLandTrust.org%7Cc00193912d634b6c1b0208dd67a1f9b6%7C4b3589a9129f4f7ab17cff05cfc8b204%7C0%7C0%7C638780667599153715%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=NeA4A5P34Yepp%2BQTP423WGlW9HrBvARWNtYxhHlQJ9A%3D&amp;reserved=0" '
             'title="Original URL: '
             'http://maps.google.com/?q=Freeborn%20Road%20Near%20RT%2058%20Easton,%20CT,%2006612%20United%20States. '
             'Click or tap if you trust this link."><span '
             'style="text-decoration:underline">(map)</span></a> \xa0From '
             'intersection of Merritt Parkway and Rte 58 (Hi Ho Motor Inn), go '
             'north on Rte 58. Pass thru light at Rte 136, continuing on 58. '
             'Pass Bluebird Gas Station and Restaurant on left. After Bluebird '
             'take third left (Redding Rd and Norton Rd are 1st two) onto '
             'Freeborn Road which is a couple of miles north of the Bluebird. '
             'Go left onto Freeborn Road. There will be woods on both sides. '
             'When the woods stop on left (first house lot) look to the right, '
             'there will be an unmarked dirt road going up thru the woods. You '
             'will be greeted here and given parking instructions.\xa0You will '
             'then walk approximately ¼ mile up the dirt road and assemble at '
             'the blueberry patch where we will gather for the '
             'presentation.</p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67e18cc444f1cc4960409b24" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1742835748172-3M70OG01VD8DLHV0Q5IY" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1742835748172-3M70OG01VD8DLHV0Q5IY/hawk+walk.png" '
             'data-record-type="12" '
             'data-full-url="/events/2025/9/20/hawk-walk-with-larry-fischer" '
             'data-title="Hawk Walk with Larry Fischer"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 15479
2026-06-16 02:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/3/19/Ridgefield-garden-club>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/3/19/Ridgefield-garden-club',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67c093b06e2afb0c9cf677a2" '
             'data-item-id="67c093b06e2afb0c9cf677a2">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Ridgefield Garden Club Annual '
             'Conservation Meeting Presented in Collaboration with the '
             'Ridgefield Library</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-03-19">Wednesday, March 19, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-03-19">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-03-19">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-03-19">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-03-19">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Ridgefield Library, Main '
             'Program Room</span>\n'
             '          <span class="eventitem-meta-address-line">472 Main '
             'Street</span>\n'
             '          <span class="eventitem-meta-address-line">Ridgefield, '
             'CT, 06877</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=472%20Main%20Street%20Ridgefield,%20CT,%2006877%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Ridgefield%20Garden%20Club%20Annual%20Conservation%20Meeting%20Presented%20in%20Collaboration%20with%20the%20Ridgefield%20Library&amp;dates=20250319T140000Z/20250319T160000Z&amp;location=472%20Main%20Street%2C%20Ridgefield%2C%20CT%2C%2006877" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/3/19/Ridgefield-garden-club?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1740674570631" '
             'id="item-67c093b06e2afb0c9cf677a2"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-c739da26cac5de671738"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <h2 style="white-space:pre-wrap;">Our Changing Forest: Past, '
             'Present, and Future in Connecticut’s Woods Laura Green, Yale '
             'School of the Environment</h2><p class="" '
             'style="white-space:pre-wrap;">Wednesday, March 19, 2025 at 10:00 '
             'AM <br>Ridgefield Library, Main Program Room <br>472 Main St, '
             'Ridgefield, CT 06877 </p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-right" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1740673949971_131363"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:660px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          <a data-sqsp-image-classic-block-image-link class="\n'
             '                sqs-block-image-link\n'
             '                \n'
             '          \n'
             '        \n'
             '              " href="https://www.ridgefieldgardenclub.org/" '
             'target="_blank">\n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:100.75757598876953%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg" '
             'data-image-dimensions="660x665" data-image-focal-point="0.5,0.5" '
             'alt="The Ridgefield Garden Club" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg" '
             'width="660" height="665" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1165a6c9-af75-4b4a-b3b7-3cd84aa363e7/Green+Conservation+Day+Ridgefield.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          </a>\n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1740673949971_155476"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Please register to '
             'attend at <a '
             'href="https://ridgefieldlibrary.librarymarket.com/event/ridgefield-garden-club-103510" '
             'target="_blank">ridgefieldlibrary.org</a></p><p class="" '
             'style="white-space:pre-wrap;">Changes are afoot in our woods - '
             'the old beech in the backyard is in decline, while other new '
             'plants and insects make their presence known. Turkeys and deer '
             'seem to be everywhere, while songbirds are harder to find. '
             'Though their growth is slow to our eyes, forests are dynamic '
             'places. How did our woods develop over time? What is on the '
             'horizon for the future? Join forester Laura Green to learn about '
             'the processes that shape our forests, what we can anticipate '
             'going forward, and the opportunities for us to be active '
             'stewards of the future we wish for our woodlands.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://ridgefieldlibrary.librarymarket.com/event/ridgefield-garden-club-103510" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" style="white-space:pre-wrap;"><br></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-left" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1740673949971_93751"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:1203px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:133.00082397460938%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg" '
             'data-image-dimensions="1203x1600" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg" '
             'width="1203" height="1600" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ef380f3b-4d6d-465f-816e-0d6c93e8b18e/Laura+Green+Conservation+Day+Speaker.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1740673949971_94796"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;"><em>Laura is the '
             'Research &amp; Extension Forester for the Yale Forests at the '
             'Yale School of the Environment. There, she manages research '
             "programs for the Yale Forests' 10,000+ acres of forestland in "
             'Connecticut, Vermont, and New Hampshire. She also managed the '
             "Yale Forests' outreach program, the Quiet Corner Initiative, "
             'which provides support for landowners and programming at the '
             'flagship Yale-Myers Forest in northeastern Connecticut. Laura '
             'previously worked as a consulting forester and field botanist, '
             'serving landowners across Connecticut. She also taught botany '
             'and science writing as an adjunct lecturer at SCSU and UConn. '
             'Laura is a licensed forester in the state of '
             'Connecticut.</em></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67c093b06e2afb0c9cf677a2" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1740674688279-2IKBYCIAGVCQCYPFY9RR" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1740674688279-2IKBYCIAGVCQCYPFY9RR/IMG_0714_340+Judd+Road.jpeg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/3/19/Ridgefield-garden-club" '
             'data-title="Ridgefield Garden Club Annual Conservation Meeting '
             'Presented in Collaboration with the Ridgefield '
             'Library"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 7039
2026-06-16 02:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/3/15/winter-sketch-101>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/3/15/winter-sketch-101',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67a130b056f6770d904618d5" '
             'data-item-id="67a130b056f6770d904618d5">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Winter Sketching 101 in '
             'Nature</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-03-29">Saturday, March 29, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-03-29">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-03-29">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-03-29">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-03-29">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Randall\'s Farm '
             'Preserve</span>\n'
             '          <span class="eventitem-meta-address-line">675 Sport '
             'Hill Road</span>\n'
             '          <span class="eventitem-meta-address-line">Easton, CT, '
             '06612</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=675%20Sport%20Hill%20Road%20Easton,%20CT,%2006612%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Winter%20Sketching%20101%20in%20Nature&amp;dates=20250329T140000Z/20250329T160000Z&amp;location=675%20Sport%20Hill%20Road%2C%20Easton%2C%20CT%2C%2006612" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/3/15/winter-sketch-101?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1738617349581" '
             'id="item-67a130b056f6770d904618d5"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-e882f1e1cc88f2378c58"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join us for an '
             "enchanting introductory sketching class at Randall's Farm, where "
             'we’ll capture the serene beauty of its winter landscapes. Under '
             'the guidance of an experienced instructor, you’ll explore '
             'techniques to portray the soft hues, frosted textures, and '
             'peaceful charm of the season. Whether you’re a seasoned artist '
             'or new to sketching, this class provides a warm and welcoming '
             'space to create, learn, and connect with the quiet magic of '
             'winter. Embrace the season’s unique beauty and bring it to life '
             'on your sketchpad!</p><p class="" '
             'style="white-space:pre-wrap;"><strong>Things you may want to '
             'bring:</strong> Sketching pad, pencil, blanket or seat</p><p '
             'class="" style="white-space:pre-wrap;">Please note, there are no '
             'bathroom facilities.</p><p class="" '
             'style="white-space:pre-wrap;">Open to the public. Priority to '
             'members. Maximum 20 people. <strong>RSVP '
             'required.</strong></p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/winter-sketching-101-in-nature" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" data-rte-preserve-empty="true" '
             'style="white-space:pre-wrap;"></p><p class="" '
             'style="white-space:pre-wrap;"><em>Diana Johnson is an '
             'environmental advocate and creative instructor with a Bachelor '
             'of Science in Geography and a minor in Marine Studies. She '
             'blends her environmental expertise with her love for the arts by '
             'teaching courses that inspire local stewardship of the natural '
             'world, while also guiding students in artistic expression, '
             'helping them to showcase their talents in exhibition. '
             '</em></p><p class="" style="white-space:pre-wrap;"><em>In her '
             'approach, she seemingly integrates the dualities of art &amp; '
             'science, delving into environmental and sustainability topics '
             'such as climate change resilience, conservation, and geological '
             'processes. Her goal is to not only convey the technical and '
             'analytic aspects of science, but to blend these with various '
             'artistic techniques and arts &amp; crafts, creating a holistic '
             'and engaging approach to environmental education. Through her '
             'work, she creates safe space for individuals to grow and ponder '
             'location and place specific data, their own relationships and '
             'observations of nature, and their own artistic creations. Her '
             'efforts aim to inspire hope for community resilience, encourage '
             'creative solutions for environmentally impacted communities, and '
             'build artistic confidence by nurturing meaningful connections '
             'between community and their natural world.</em></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67a130b056f6770d904618d5" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1738617327342-N6598SHHH7ZQU00TVN43" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1738617327342-N6598SHHH7ZQU00TVN43/sketch+class.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/3/15/winter-sketch-101" '
             'data-title="Winter Sketching 101 in Nature"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 5718
2026-06-16 02:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/6/18/annual-member-celebration>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/6/18/annual-member-celebration',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-68125279c2ecde105c9bf87d" '
             'data-item-id="68125279c2ecde105c9bf87d">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">3rd Annual Aspetuck Land Trust '
             'Awards &amp; Member Celebration </h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-06-18">Wednesday, June 18, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-06-18">6:30\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-06-18">8:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-06-18">18:30</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-06-18">20:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Downtown Westport</span>\n'
             '          <span class="eventitem-meta-address-line">75 Church '
             'Lane</span>\n'
             '          <span class="eventitem-meta-address-line">Westport, '
             'CT, 06880</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=75%20Church%20Lane%20Westport,%20CT,%2006880%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=3rd%20Annual%20Aspetuck%20Land%20Trust%20Awards%20%26amp%3B%20Member%20Celebration%20&amp;dates=20250618T223000Z/20250619T003000Z&amp;location=75%20Church%20Lane%2C%20Westport%2C%20CT%2C%2006880" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/6/18/annual-member-celebration?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1746031310613" '
             'id="item-68125279c2ecde105c9bf87d"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-e4a25c14e342218e1152"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">RSVP REQUIRED by '
             'June 16th</p><p class="" style="white-space:pre-wrap;">All '
             'current members of Aspetuck Land Trust are invited to join our '
             'yearly celebration, this time in Downtown Westport, on June '
             '18th. Come for the 3rd Annual Aspetuck Land Trust Awards '
             'followed by pizza from Zuppardi’s Apizza and music by Dan '
             'Tressler in the courtyard. We want to say <strong>thank you to '
             'all our amazing members who make our work '
             'possible!</strong></p><p class="" '
             'style="white-space:pre-wrap;">Not a member? You can <strong>join '
             'the celebration by becoming a member</strong> with a donation as '
             'low as $50 per person. See ‘Join/Renew’ ticket option at the '
             'RSVP link. </p><p class="" style="white-space:pre-wrap;">We '
             'can’t wait to celebrate with you on June 18th! Thank you so much '
             'for continuing to support our mission to protect land forever '
             'and connect people to the natural world.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/annual-member-celebration-2025" '
             'target="_blank"><strong>RSVP Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="68125279c2ecde105c9bf87d" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1749157427555-7KUPKNBH7WNUO35ZD59G" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1749157427555-7KUPKNBH7WNUO35ZD59G/ALT+Impact+Report+2024_5.21.2025_cover.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/6/18/annual-member-celebration" '
             'data-title="3rd Annual Aspetuck Land Trust Awards &amp;amp; '
             'Member Celebration "></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/6/21/summer-sketch-at-randalls> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 10222
2026-06-16 02:20:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/9/18/lunch-learn-webinar-mini-forests-at-scale>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/9/18/lunch-learn-webinar-mini-forests-at-scale',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-68c1d2a177a670783431c20a" '
             'data-item-id="68c1d2a177a670783431c20a">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Lunch &amp; Learn Webinar: '
             'Yes, in my backyard! Miyawaki-style Mini Forests At Scale</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-09-18">Thursday, September 18, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-09-18">12:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-09-18">1:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-09-18">12:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-09-18">13:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Zoom</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a href="http://maps.google.com?q=Zoom" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Lunch%20%26amp%3B%20Learn%20Webinar%3A%20Yes%2C%20in%20my%20backyard%21%20Miyawaki-style%20Mini%20Forests%20At%20Scale&amp;dates=20250918T160000Z/20250918T173000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/9/18/lunch-learn-webinar-mini-forests-at-scale?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1757532924372" '
             'id="item-68c1d2a177a670783431c20a"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-5ea1bf0cfd630985967f"><div '
             'class="sqs-block-content"><p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/mini-forest-lunch-and-learn/">Register '
             'Here</a></strong></p>\n'
             '<p>Our 7 Miyawaki mini forests in Bridgeport have become all the '
             'rage, but how great would it be if we could add them to our '
             'backyards!</p>\n'
             '<p>Join restoration ecologist Meghan Noe Fellows to learn how to '
             'plant these mini-forests (she calls them Super-clumps) in your '
             'home landscape!</p>\n'
             '<p>Mini forests are a dense planting of native plants, trees, '
             'and shrubs. These dense plantings increase local biodiversity, '
             'provide bird and insect habitat, and have been known to block '
             'out some unsightly neighbors. </p>\n'
             '<p>Our Aspetuck Green Corridor has long encouraged implementing '
             'nature-based practices in suburban environments to offer '
             'multiple benefits. Meghan Fellows makes forest restoration '
             'accessible to anyone with a bit of land to spare. She will go '
             'over species selection, site selection, and some pitfalls, from '
             'her experience installing over 150 mini-forests in the '
             'mid-Atlantic.</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/mini-forest-lunch-and-learn/">Register '
             'Here</a></strong></p>\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-right" '
             'data-aspect-ratio="95.77464788732394" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1757532818500_116222"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:358px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:95.77465057373047%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg" '
             'data-image-dimensions="358x453" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg" '
             'width="358" height="453" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5158d033-1ddf-44d3-b1c7-5f1dada4ba9f/meghan+fellows.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-yui_3_17_2_1_1757532818500_117374"><div '
             'class="sqs-block-content"><p><em>Meghan Fellows is the Director '
             'of Estuary Science and Restoration and the Delaware Center for '
             'the Inland Bays. She earned a B.S. in biology with marine '
             'science from Cornell University and Master’s in biology with '
             'restoration ecology from San Diego State University and became '
             'Virginia’s first Certified Ecological Restoration Practitioner '
             '(CERP), from the Society for Ecological Restoration in '
             '2018.</em></p>\n'
             '<p><em>Meghan enjoys experiencing the estuary and salt marshes '
             'above the mean high water line, especially at the wrack line, '
             'which collects so many interesting things. Her approach is '
             'holistic, with land management and restoration activities '
             'focused on increasing the ecosystem function and services for a '
             'living, working system. And yes, more trees are usually the '
             "answer. In her spare time she's Mom, Partner, and pet mom, "
             'enjoys trying new-to-her vegan restaurants and '
             'bookstores.</em></p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="68c1d2a177a670783431c20a" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1757533029052-P477MXN68AVH8NSW2QB1" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1757533029052-P477MXN68AVH8NSW2QB1/Miyawaki.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/9/18/lunch-learn-webinar-mini-forests-at-scale" '
             'data-title="Lunch &amp;amp; Learn Webinar: Yes, in my backyard! '
             'Miyawaki-style Mini Forests At Scale"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:28 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 5708
2026-06-16 02:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/8/1/moth-night-at-randalls-farm>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/8/1/moth-night-at-randalls-farm',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-68828c83450e15245aa791d1" '
             'data-item-id="68828c83450e15245aa791d1">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Moth Night at Randall’s Farm '
             'with Naturalist Lukas Keras</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" datetime="2025-08-01">Friday, '
             'August 1, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-08-01">8:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-08-01">9:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-08-01">20:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-08-01">21:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Randall\'s Farm Nature '
             'Preserve</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Randall\'s%20Farm%20Nature%20Preserve" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Moth%20Night%20at%20Randall%E2%80%99s%20Farm%20with%20Naturalist%20Lukas%20Keras&amp;dates=20250802T000000Z/20250802T013000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/8/1/moth-night-at-randalls-farm?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1753386198007" '
             'id="item-68828c83450e15245aa791d1"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-11fb6ca955a301bf8cc7"><div '
             'class="sqs-block-content"><p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/mothnightatrandalls/">Register '
             'Here</a></strong></p>\n'
             '<p>Step into the fascinating world of moths under the night sky '
             'at Randall’s Farm! Guided by naturalist Lukas Keras, this '
             'immersive program reveals the hidden beauty and ecological '
             'importance of moths—often overshadowed by their butterfly '
             'relatives. Moths are incredibly diverse, with over 11,000 '
             'species in North America alone. They serve as essential '
             'nighttime pollinators, a food source for birds and bats, and '
             'vital indicators of environmental health. From vibrant patterns '
             'to expert camouflage, moths showcase stunning adaptations that '
             'make them a wonder to observe.</p>\n'
             '<p>Lukas will share preserved specimens from his personal '
             'collection and set up a light-and-sheet station to attract live '
             'moths, offering a rare opportunity to see these elusive insects '
             'up close as they emerge after dark.</p>\n'
             '<p>This family-friendly event is open to all ages and perfect '
             'for nature lovers, curious minds, and budding entomologists '
             'alike.</p>\n'
             '<p>What to Bring:\xa0Flashlights, wide-brimmed hats, and insect '
             'repellent are recommended for your comfort and enjoyment.</p>\n'
             '<p>Please note, there are no bathroom facilities.</p>\n'
             '<p>Event is open to the public. Maximum 35 people. RSVP '
             'required.</p>\n'
             '<p>Don’t miss this magical night of exploration and '
             'discovery!</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/mothnightatrandalls/">Register '
             'Here</a></strong></p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="68828c83450e15245aa791d1" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1753386261660-ZMNZDUWP0AD18C657CFL" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1753386261660-ZMNZDUWP0AD18C657CFL/moth+night.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/8/1/moth-night-at-randalls-farm" '
             'data-title="Moth Night at Randall’s Farm with Naturalist Lukas '
             'Keras"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8317
2026-06-16 02:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/5/24/honey-bees-101-with-ranger-jim>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/5/24/honey-bees-101-with-ranger-jim',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6822314c48b9fe712f65d8f0" '
             'data-item-id="6822314c48b9fe712f65d8f0">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Honey Bees 101 with Ranger '
             'Jim</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-05-24">Saturday, May 24, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-05-24">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-24">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-05-24">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-24">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Rnadall\'s Farm '
             'Preserve</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Rnadall\'s%20Farm%20Preserve" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Honey%20Bees%20101%20with%20Ranger%20Jim&amp;dates=20250524T140000Z/20250524T160000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/5/24/honey-bees-101-with-ranger-jim?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1747071608605" '
             'id="item-6822314c48b9fe712f65d8f0"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-41b2186db957f3e9b987"><div '
             'class="sqs-block-content"><p>Interested in the fascinating world '
             "of bees and beekeeping? Join Ranger Jim at Randall's Farm "
             'Preserve on Saturday, May 24th, from 10:00 AM to 12:00 PM for '
             '"Honey Bees 101." This introductory session will delve into the '
             'fundamentals of beekeeping, providing insights into setting up '
             'and maintaining an apiary, understanding hive structure, and the '
             'essential tools and techniques used by beekeepers.</p>\n'
             '<p><strong><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/honey-bees-101-with-ranger-jim">Register '
             'Here</a></strong></p>\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1747071486842_109701"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:1920px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:56.25%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg" '
             'data-image-dimensions="1920x1080" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg" '
             'width="1920" height="1080" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9f7c5cbf-4d4d-421c-b5f8-92d84465cefc/beescrop-1920x1080.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="6822314c48b9fe712f65d8f0" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1747072618061-ZVSO2Z911491I73DZJ6A" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1747072618061-ZVSO2Z911491I73DZJ6A/bees%2Bwith%2BJim%2BWood.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/5/24/honey-bees-101-with-ranger-jim" '
             'data-title="Honey Bees 101 with Ranger Jim"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:29 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 14557
2026-06-16 02:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/4/12/vernal-pool>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/4/12/vernal-pool',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67a646a06d84db21b0b80f56" '
             'data-item-id="67a646a06d84db21b0b80f56">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Vernal Pool Walk with Edward '
             'Pawlak</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-04-12">Saturday, April 12, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-04-12">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-04-12">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-04-12">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-04-12">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley Jump Hill '
             'Preserve</span>\n'
             '          <span class="eventitem-meta-address-line">884 Black '
             'Rock Turnpike</span>\n'
             '          <span class="eventitem-meta-address-line">Easton, CT, '
             '06612</span>\n'
             '          <span class="eventitem-meta-address-line">United '
             'States</span>\n'
             '          <a '
             'href="http://maps.google.com?q=884%20Black%20Rock%20Turnpike%20Easton,%20CT,%2006612%20United%20States" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Vernal%20Pool%20Walk%20with%20Edward%20Pawlak&amp;dates=20250412T140000Z/20250412T160000Z&amp;location=884%20Black%20Rock%20Turnpike%2C%20Easton%2C%20CT%2C%2006612%2C%20United%20States" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a href="/events/2025/4/12/vernal-pool?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1738950998074" '
             'id="item-67a646a06d84db21b0b80f56"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image sqs-col-6 span-6 float float-right" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1738950294804_90709"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:427px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:107.25995635986328%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png" '
             'data-image-dimensions="427x458" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png" '
             'width="427" height="458" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3c8e7428-91a8-4d85-9c91-eef97daf2c0a/Edward+Pawlak.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '          <figcaption '
             'data-sqsp-image-classic-block-caption-container '
             'class="image-caption-wrapper">\n'
             '            <div class="image-caption"><p class="" '
             'style="white-space:pre-wrap;">Edward Pawlak</p></div>\n'
             '          </figcaption>\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-8634867976ca03bac8e7"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join CT vernal pool '
             'expert and professional wetland scientist Edward Pawlak for an '
             'eye-opening spring vernal pool walk at Aspetuck Land Trust’s '
             'Trout Brook Valley Jump Hill Preserve.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/vernal-pool-walk-with-edward-pawlak-3" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" style="white-space:pre-wrap;"><em>Vernal pools\xa0'
             '</em>or "spring pools" are shallow depressions that usually '
             'contain water for only part of the year. They are often '
             'associated with forested wetlands and are vitally important '
             'because they serve as essential breeding habitat for certain '
             'species of wildlife, including salamanders and frogs.</p><p '
             'class="" style="white-space:pre-wrap;">Of all the natural '
             'resources that grace the Connecticut landscape, vernal pools are '
             'among the most unique and imperiled. The Trout Brook Valley '
             'Preserves are blessed with a collection of vernal pools teeming '
             'with the beginning of life - a veritable nursery in a puddle - '
             'protected only by the temporary nature of their habitat allowing '
             'them time to develop and grow before predators arrive. '
             'Especially important to keep dogs and humans from trampling '
             'through these fragile ecosystems during these spring '
             'months.</p><p class="" '
             'style="white-space:pre-wrap;"><strong>Things you may want to '
             'bring:</strong> Rubber boots, aquatic net (if you have '
             'one)</p><p class="" style="white-space:pre-wrap;">Please note, '
             'there are no bathroom facilities.</p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-6 span-6 float float-left" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1738950294804_92229"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:562px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:66.72598266601562%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png" '
             'data-image-dimensions="562x375" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png" '
             'width="562" height="375" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1649779528714-8NFUUH6ID6GYFX8ND78D/vernal+pools.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1738950294804_93590"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Open to the public. '
             'Priority to members. Maximum 35 people. <strong>RSVP '
             'required</strong>.</p><p class="" '
             'style="white-space:pre-wrap;"><strong>Directions: '
             '</strong>Follow Black Rock Turnpike (Rt 58) 6.8 miles north of '
             'Merritt Pkwy, parking at Jump Hill is directly off Black Rock '
             'Turnpike opposite Country Club Lane.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/vernal-pool-walk-with-edward-pawlak-3" '
             'target="_blank"><strong>Register Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67a646a06d84db21b0b80f56" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1738951165664-D2NAY5L2CZKSUPB7E5TT" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1738951165664-D2NAY5L2CZKSUPB7E5TT/frog+2.png" '
             'data-record-type="12" '
             'data-full-url="/events/2025/4/12/vernal-pool" data-title="Vernal '
             'Pool Walk with Edward Pawlak"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 5511
2026-06-16 02:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/5/10/spring-bird-walk>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/5/10/spring-bird-walk',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67a650e30a6f19322d05d4c5" '
             'data-item-id="67a650e30a6f19322d05d4c5">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Spring Bird Walk with Anthony '
             'Zemba</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-05-10">Saturday, May 10, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-05-10">8:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-10">10:00\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-05-10">08:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-10">10:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Trout%20Brook%20Valley" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Spring%20Bird%20Walk%20with%20Anthony%20Zemba&amp;dates=20250510T120000Z/20250510T140000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/5/10/spring-bird-walk?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1738953183452" '
             'id="item-67a650e30a6f19322d05d4c5"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-144052e8c6987573dabf"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Embark on a '
             "captivating journey through nature's symphony of flight and song "
             'with Anthony Zemba, a Certified Ecologist and Sr. Environmental '
             'Analyst for LandTech, as your guide. </p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/spring-bird-walk-with-anthony-zemba" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" style="white-space:pre-wrap;">Join us for a morning '
             'bird walk at Trout Brook Valley Preserve, meeting at 8:00 am at '
             'the Bradley Rd parking lot. Explore diverse habitats brimming '
             'with some of Fairfield County’s most beautiful feathered '
             'residents. This immersive experience offers bird enthusiasts the '
             'opportunity to spot various species while gaining insight into '
             'their behaviors and habitats.</p><p class="" '
             'style="white-space:pre-wrap;">Things you may want to bring:<br> '
             '- Sturdy shoes for a moderate hike<br> - Binoculars</p><p '
             'class="" style="white-space:pre-wrap;">Limited spots available, '
             'members prioritized, maximum 20 people.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/spring-bird-walk-with-anthony-zemba" '
             'target="_blank"><strong>Register Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67a650e30a6f19322d05d4c5" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1709669403431-XSB4GF640DRG794TB1WB" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1709669403431-XSB4GF640DRG794TB1WB/Northern+Flicker.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/5/10/spring-bird-walk" '
             'data-title="Spring Bird Walk with Anthony Zemba"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/11/20/lunch-and-learn-webinar-mini-forest-revolution-rewilding-our-communities-for-climate-resilience> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/10/25/nighttime-saw-whet-owl-demonstration-with-larry-fischer> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/11/22/seed-collecting-and-germination-101> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/10/28/nighttime-saw-whet-owl-demonstration-with-larry-fischer> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/10/30/haskins-lecture> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:30 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8045
2026-06-16 02:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/5/7/community-action-on-climate-the-global-movement>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/5/7/community-action-on-climate-the-global-movement',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-680682dda9d4bf2e861a007b" '
             'data-item-id="680682dda9d4bf2e861a007b">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Community Action On Climate: '
             'The Global Movement</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-05-07">Wednesday, May 7, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-05-07">6:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-07">8:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-05-07">18:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-07">20:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Norwalk City Hall - '
             'Community Room</span>\n'
             '          <span class="eventitem-meta-address-line">125 East '
             'Avenue</span>\n'
             '          <span class="eventitem-meta-address-line">Norwalk, CT, '
             '06851</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=125%20East%20Avenue%20Norwalk,%20CT,%2006851%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Community%20Action%20On%20Climate%3A%20The%20Global%20Movement&amp;dates=20250507T220000Z/20250508T000000Z&amp;location=125%20East%20Avenue%2C%20Norwalk%2C%20CT%2C%2006851" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/5/7/community-action-on-climate-the-global-movement?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1745260090569" '
             'id="item-680682dda9d4bf2e861a007b"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1745257010690_92104"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:1650px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:77.2727279663086%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg" '
             'data-image-dimensions="1650x1275" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg" '
             'width="1650" height="1275" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d20be464-31cf-4a91-b398-418ad085655f/Norwalk_Danoff_Talk_postcard.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="680682dda9d4bf2e861a007b" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1745260722231-ATPG47WIS3695MMCH8JT" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1745260722231-ATPG47WIS3695MMCH8JT/norwalk-land-trust-logo.png" '
             'data-record-type="12" '
             'data-full-url="/events/2025/5/7/community-action-on-climate-the-global-movement" '
             'data-title="Community Action On Climate: The Global '
             'Movement"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6812
2026-06-16 02:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/6/28/outdoor-fitness-at-randalls-farm>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/6/28/outdoor-fitness-at-randalls-farm',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6852c995614a580d92504e89" '
             'data-item-id="6852c995614a580d92504e89">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Outdoor Fitness at Randall\'s '
             'Farm</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-06-28">Saturday, June 28, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-06-28">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-06-28">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-06-28">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-06-28">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Randall\'s Farm '
             'Preserve</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Randall\'s%20Farm%20Preserve" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Outdoor%20Fitness%20at%20Randall%27s%20Farm&amp;dates=20250628T140000Z/20250628T160000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/6/28/outdoor-fitness-at-randalls-farm?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1750256121912" '
             'id="item-6852c995614a580d92504e89"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'website-component-block sqs-block-website-component '
             'sqs-block-button button-block" '
             'data-block-css=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/7a36463c-cc14-4d46-b52a-de9bd2a2f854_838/website.components.button.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/7a36463c-cc14-4d46-b52a-de9bd2a2f854_838/website.components.button.visitor.js"]\' '
             'data-block-type="1337" '
             'data-definition-name="website.components.button" '
             'data-sqsp-block="button" '
             'data-website-component-id="yui_3_17_2_1_1750255636067_117519" '
             'id="block-yui_3_17_2_1_1750255636067_117519"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '<div class="sqs-block-button-container  '
             'sqs-block-button-container--center " '
             'data-animation-role="button" data-button-size="medium" '
             'data-button-type="primary">\n'
             '  <a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/outdoor-fitness-at-randalls-farm" '
             'class="sqs-block-button-element--medium '
             'sqs-button-element--primary sqs-block-button-element" '
             'data-sqsp-button target="_blank">\n'
             '    Register Here\n'
             '  </a>\n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '<style>\n'
             '  #block-yui_3_17_2_1_1750255636067_117519 {\n'
             '    --sqs-block-content-flex: 0;\n'
             '  }\n'
             '\n'
             '  \n'
             '  \n'
             '</style>\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-6ca2ba6e02916f4a5c25"><div '
             'class="sqs-block-content"><p>Join us at Randall’s Farm for a '
             'high-energy outdoor workout and an interactive session on '
             'fueling movement with plant-based nutrition—designed for all '
             'bodies and abilities.</p>\n'
             '<p>This is a full-body wellness experience rooted in nature, '
             'movement, and community. We’ll start with an energizing group '
             'workout in the open fields of Randall’s Farm, blending cardio, '
             'strength, and mobility exercises. Whether you’re just beginning '
             'your fitness journey or you’re a seasoned mover, our hosts will '
             'meet you where you’re at—modifying movements and encouraging you '
             'to move in a way that feels good for your body.</p>\n'
             '<p>After the workout, we’ll cool down and dive into a practical '
             'discussion about how plant-based nutrition can support energy, '
             'stamina, and recovery. You’ll walk away with accessible tips for '
             'building meals that fuel your lifestyle, whatever it looks '
             'like.</p>\n'
             '<p>This space is welcoming to all shapes, sizes, and physical '
             'abilities—come as you are, and leave feeling stronger, '
             'supported, and nourished.</p>\n'
             '<p>Lead by Carlene and Nse Obot of <a '
             'href="https://fittree4family.com/about/">https://fittree4family.com/about/</a> '
             "Our first of a series of monthly summer workouts at Randall's "
             'Farm.</p>\n'
             '<p>Please bring water and wear comfortable shoes and clothes for '
             'active movement.</p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="6852c995614a580d92504e89" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1750256183028-0CTM5FQ3VP92B65PYZJH" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1750256183028-0CTM5FQ3VP92B65PYZJH/outdoor+fitness.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/6/28/outdoor-fitness-at-randalls-farm" '
             'data-title="Outdoor Fitness at Randall\'s Farm"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 7517
2026-06-16 02:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/9/27/hawk-walk-with-larry-fischer>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/9/27/hawk-walk-with-larry-fischer',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67e18f9744f1cc4960414885" '
             'data-item-id="67e18f9744f1cc4960414885">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Hawk Walk with Larry '
             'Fischer</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-09-27">Saturday, September 27, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-09-27">9:30\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-09-27">11:30\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-09-27">09:30</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-09-27">11:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          <span class="eventitem-meta-address-line">58 Freeborn '
             'Road</span>\n'
             '          <span class="eventitem-meta-address-line">Easton, CT, '
             '06612</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=58%20Freeborn%20Road%20Easton,%20CT,%2006612%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Hawk%20Walk%20with%20Larry%20Fischer&amp;dates=20250927T133000Z/20250927T153000Z&amp;location=58%20Freeborn%20Road%2C%20Easton%2C%20CT%2C%2006612" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/9/27/hawk-walk-with-larry-fischer?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1742835716556" '
             'id="item-67e18f9744f1cc4960414885"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-8b21348186226946b03f"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/hawk-walk-sept-27/" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" style="white-space:pre-wrap;">Join hawk-bander and '
             'raptor specialist, Larry Fischer, for a hawk walk at Aspetuck '
             'Land Trust’s orchard and blueberry patch in Trout Brook Valley. '
             'This beautiful area, known as Flirt Hill, is an important '
             'habitat for raptors and birds flying down the east coast '
             '‘flyway’. The 100+ acre area of fields at the orchard is one of '
             'the last great open expanses on the New England Coast. Larry '
             'will, hopefully, catch one or more hawks to present up-close to '
             'the group and discuss fascinating details about these '
             'extraordinary creatures.</p><p class="" '
             'style="white-space:pre-wrap;"><strong>Things you may want to '
             'bring:</strong> binoculars, camera, water, hat, sunscreen, bug '
             'repellent, sturdy shoes and smiles. This is a great activity for '
             'people of all ages.\xa0</p><p class="" '
             'style="white-space:pre-wrap;">Please note, there are no bathroom '
             'facilities.</p><p class="" style="white-space:pre-wrap;">Event '
             'is open to the public. $10 per person; Members Free. Maximum 35 '
             'people. <strong>RSVP required</strong>.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/hawk-walk-sept-27/" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" '
             'style="white-space:pre-wrap;"><strong>Directions:\xa0\xa0'
             '</strong>Aspetuck Land Trust Blueberry Patch, Freeborn Road near '
             'Route 58, Easton, CT 06612 <a '
             'href="https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmaps.google.com%2F%3Fq%3DFreeborn%2520Road%2520Near%2520RT%252058%2520Easton%2C%2520CT%2C%252006612%2520United%2520States&amp;data=05%7C02%7Csmeyer%40AspetuckLandTrust.org%7Cc00193912d634b6c1b0208dd67a1f9b6%7C4b3589a9129f4f7ab17cff05cfc8b204%7C0%7C0%7C638780667599153715%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=NeA4A5P34Yepp%2BQTP423WGlW9HrBvARWNtYxhHlQJ9A%3D&amp;reserved=0" '
             'title="Original URL: '
             'http://maps.google.com/?q=Freeborn%20Road%20Near%20RT%2058%20Easton,%20CT,%2006612%20United%20States. '
             'Click or tap if you trust this link."><span '
             'style="text-decoration:underline">(map)</span></a> \xa0From '
             'intersection of Merritt Parkway and Rte 58 (Hi Ho Motor Inn), go '
             'north on Rte 58. Pass thru light at Rte 136, continuing on 58. '
             'Pass Bluebird Gas Station and Restaurant on left. After Bluebird '
             'take third left (Redding Rd and Norton Rd are 1st two) onto '
             'Freeborn Road which is a couple of miles north of the Bluebird. '
             'Go left onto Freeborn Road. There will be woods on both sides. '
             'When the woods stop on left (first house lot) look to the right, '
             'there will be an unmarked dirt road going up thru the woods. You '
             'will be greeted here and given parking instructions.\xa0You will '
             'then walk approximately ¼ mile up the dirt road and assemble at '
             'the blueberry patch where we will gather for the '
             'presentation.</p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67e18f9744f1cc4960414885" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1742835748172-3M70OG01VD8DLHV0Q5IY" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1742835748172-3M70OG01VD8DLHV0Q5IY/hawk+walk.png" '
             'data-record-type="12" '
             'data-full-url="/events/2025/9/27/hawk-walk-with-larry-fischer" '
             'data-title="Hawk Walk with Larry Fischer"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 14955
2026-06-16 02:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/5/30/lunch-amp-learn-creating-beautifully-designed-food-forests-for-migrating-birds>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/5/30/lunch-amp-learn-creating-beautifully-designed-food-forests-for-migrating-birds',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-682e3d713d8d263857b2e45f" '
             'data-item-id="682e3d713d8d263857b2e45f">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Lunch &amp; Learn: Creating '
             'Beautifully Designed Food Forests for Migrating Birds</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" datetime="2025-05-30">Friday, '
             'May 30, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-05-30">12:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-30">1:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-05-30">12:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-05-30">13:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Zoom</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a href="http://maps.google.com?q=Zoom" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Lunch%20%26amp%3B%20Learn%3A%20Creating%20Beautifully%20Designed%20Food%20Forests%20for%20Migrating%20Birds&amp;dates=20250530T160000Z/20250530T173000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/5/30/lunch-amp-learn-creating-beautifully-designed-food-forests-for-migrating-birds?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1747860907034" '
             'id="item-682e3d713d8d263857b2e45f"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image sqs-col-5 span-5 float float-right" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1747860820016_105184"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:465px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          <a data-sqsp-image-classic-block-image-link class="\n'
             '                sqs-block-image-link\n'
             '                \n'
             '          \n'
             '        \n'
             '              " href="https://wildones.org/" target="_blank">\n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:66.0215072631836%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png" '
             'data-image-dimensions="465x307" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png" '
             'width="465" height="307" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c0b01031-ddc6-4cb6-85e5-e5624a046e3d/Wild+Ones.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          </a>\n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-80033153f850dce4b010"><div '
             'class="sqs-block-content"><p>Aspetuck Land Trust and Wild Ones '
             'present...</p>\n'
             '<p><strong>Creating Beautifully Designed Food Forests for '
             'Migrating Birds</strong> </p>\n'
             '<p>Join us as we welcome Eva Monheim on Friday, May 30th for a '
             'Lunch &amp; Learn zoom webinar.</p>\n'
             '<p>A food forest, also known as an edible forest garden, is a '
             'system of intentionally created, self-sustaining ecosystems that '
             'provide food and other resources for humans and wildlife. In '
             "essence, it's a garden that mimics a natural forest, with "
             'different layers of plants, including trees, shrubs, ground '
             'cover, and vines, all working together to create a balanced and '
             'productive environment. </p>\n'
             '<p>By looking at USDA maps for plant selection we can help to '
             'enhance the migratory flyway for birds and other animals. </p>\n'
             '<p>Eva will help us to take a deep dive in plant selection that '
             'you might never have thought about when planting your garden and '
             'selecting plants.</p>\n'
             '<p>Wild Ones and Aspetuck Members can register for free.</p>\n'
             '<p><strong><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/lunch-learn-creating-beautifully-designed-food-forests-for-migrating-birds">Register '
             'Here</a></strong></p>\n'
             '\n'
             '</div></div><div class="sqs-block website-component-block '
             'sqs-block-website-component sqs-block-spacer spacer-block sized '
             'vsize-1" '
             'data-block-css=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/606d853e-8626-43d3-b6b1-e4ff3d05be8c_991/website.components.spacer.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/606d853e-8626-43d3-b6b1-e4ff3d05be8c_991/website.components.spacer.visitor.js"]\' '
             'data-block-type="1337" '
             'data-definition-name="website.components.spacer" '
             'data-website-component-id="yui_3_17_2_1_1747860820016_271397" '
             'id="block-yui_3_17_2_1_1747860820016_271397"><div '
             'class="sqs-block-content">\xa0</div></div><div class="sqs-block '
             'image-block sqs-block-image sqs-col-6 span-6 float float-right" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1747860820016_102467"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:192px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:133.85415649414062%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png" '
             'data-image-dimensions="192x257" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png" '
             'width="192" height="257" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3115b262-d33e-4dd7-9131-8775ac100209/Eva+Monheim.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-yui_3_17_2_1_1747860820016_103971"><div '
             'class="sqs-block-content"><p><em>Eva Monheim is a speaker, ISA '
             'Certified Arborist®, an award winning educator, and a faculty '
             'member at Longwood Gardens for the Professional Horticulture '
             'Program and Continuing Education Department. She was an '
             'assistant professor at Temple University where she taught '
             'thirteen different subjects to undergraduate and graduate '
             'students in horticulture and landscape architecture.</em></p>\n'
             '<p><em>Monheim’s other endeavors are the award-winning The Plant '
             'a Trillion Trees Podcast which is heard in over 110 countries. '
             'She is the author of Shrubs &amp; Hedges: Discover, Grow, and '
             'Care for the World’s Most Popular Plants, which was nominated by '
             'The Council on Botanical &amp; Horticultural Libraries for '
             'outstanding contributions to the literature of horticulture. '
             'Monheim is co-principal of Verdant Earth Educators, LLC (VEE), a '
             'company that writes educational documents and standards, SOPs, '
             'landscape management plans, and trains professionals in the '
             'green industry.</em></p>\n'
             '<p><em>Monheim is also an accomplished artist.</em></p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="682e3d713d8d263857b2e45f" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1747861314442-H5WX3NXWCLSYSEADQ9ED" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1747861314442-H5WX3NXWCLSYSEADQ9ED/cedar+waxwing.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/5/30/lunch-amp-learn-creating-beautifully-designed-food-forests-for-migrating-birds" '
             'data-title="Lunch &amp;amp; Learn: Creating Beautifully Designed '
             'Food Forests for Migrating Birds"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6783
2026-06-16 02:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/6/21/summer-sketch-at-randalls>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/6/21/summer-sketch-at-randalls',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67aba0020ae2775d781f9369" '
             'data-item-id="67aba0020ae2775d781f9369">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Summer Sketch at '
             "Randall's</h1>\n"
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-06-21">Saturday, June 21, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-06-21">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-06-21">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-06-21">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-06-21">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Randall\'s Farm '
             'Preserve</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Randall\'s%20Farm%20Preserve" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Summer%20Sketch%20at%20Randall%27s&amp;dates=20250621T140000Z/20250621T160000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/6/21/summer-sketch-at-randalls?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1739301122027" '
             'id="item-67aba0020ae2775d781f9369"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-5deec51ad915ffa3d70a"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join us for an '
             "inspiring introductory sketching class at Randall's Farm, where "
             'you’ll have the opportunity to immerse yourself in the stunning '
             'summer scenery. Guided by an experienced instructor, we’ll '
             'explore techniques to capture the vibrant colors, textures, and '
             'charm of the farm’s picturesque landscapes. Whether you’re a '
             'seasoned artist or picking up a sketchbook for the first time, '
             'this class offers a welcoming environment to learn, create, and '
             'connect with the natural beauty around you. Don’t miss this '
             'chance to celebrate the essence of summer through art!</p><p '
             'class="" style="white-space:pre-wrap;"><strong>Things you may '
             'want to bring:</strong> Sketching pad, pencil, blanket or '
             'seat</p><p class="" style="white-space:pre-wrap;">Please note, '
             'there are no bathroom facilities.</p><p class="" '
             'style="white-space:pre-wrap;">Open to the public. Priority to '
             'members. Maximum 20 people. <strong>RSVP '
             'required</strong>.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://aspetucklandtrust-bloom.kindful.com/e/summer-sketch-at-randalls" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" style="white-space:pre-wrap;"><em>Diana Johnson is an '
             'environmental advocate and creative instructor with a Bachelor '
             'of Science in Geography and a minor in Marine Studies. She '
             'blends her environmental expertise with her love for the arts by '
             'teaching courses that inspire local stewardship of the natural '
             'world, while also guiding students in artistic expression, '
             'helping them to showcase their talents in exhibition. '
             '</em></p><p class="" style="white-space:pre-wrap;"><em>In her '
             'approach, she seemingly integrates the dualities of art &amp; '
             'science, delving into environmental and sustainability topics '
             'such as climate change resilience, conservation, and geological '
             'processes. Her goal is to not only convey the technical and '
             'analytic aspects of science, but to blend these with various '
             'artistic techniques and arts &amp; crafts, creating a holistic '
             'and engaging approach to environmental education. Through her '
             'work, she creates safe space for individuals to grow and ponder '
             'location and place specific data, their own relationships and '
             'observations of nature, and their own artistic creations. Her '
             'efforts aim to inspire hope for community resilience, encourage '
             'creative solutions for environmentally impacted communities, and '
             'build artistic confidence by nurturing meaningful connections '
             'between community and their natural world.</em></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67aba0020ae2775d781f9369" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1738617327342-N6598SHHH7ZQU00TVN43" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1738617327342-N6598SHHH7ZQU00TVN43/sketch+class.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/6/21/summer-sketch-at-randalls" '
             'data-title="Summer Sketch at Randall\'s"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/2/21/adventuresome-farming-part-one-native-plants> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/11/22/essential-winter-wilderness-skills> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/2/12/conservation-conversation> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/3/25/miyawaki-microforests-connecticut-cities> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13783
2026-06-16 02:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/11/20/lunch-and-learn-webinar-mini-forest-revolution-rewilding-our-communities-for-climate-resilience>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/11/20/lunch-and-learn-webinar-mini-forest-revolution-rewilding-our-communities-for-climate-resilience',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-690e3c69fb243474a21ffd73" '
             'data-item-id="690e3c69fb243474a21ffd73">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Lunch &amp; Learn Webinar: '
             'Mini-Forest Revolution - Rewilding our Communities for Climate '
             'Resilience</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-11-20">Thursday, November 20, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-11-20">12:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-11-20">1:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-11-20">12:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-11-20">13:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Zoom</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a href="http://maps.google.com?q=Zoom" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Lunch%20%26amp%3B%20Learn%20Webinar%3A%20Mini-Forest%20Revolution%20-%20Rewilding%20our%20Communities%20for%20Climate%20Resilience&amp;dates=20251120T170000Z/20251120T183000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/11/20/lunch-and-learn-webinar-mini-forest-revolution-rewilding-our-communities-for-climate-resilience?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1762541111321" '
             'id="item-690e3c69fb243474a21ffd73"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-5bfca4ac659d45df3357"><div '
             'class="sqs-block-content"><p>What supports hundreds of species, '
             'is many degrees cooler than its surroundings, soaks up '
             'stormwater, is co-created by children and their elders in spaces '
             'no bigger than a tennis court, and becomes maintenance free '
             'within a few years? A natural, native “mini-forest” planted '
             'using the Miyawaki Method, of course.</p>\n'
             "<p>We'll discuss what a mini-forest is, what it can do for your "
             'neighborhood, what goes into planting one, and why people all '
             'over the world are organizing their communities to plant '
             'mini-forests in the spaces around where they live and work. '
             '</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/lunch-and-learn-webinar-mini-forest-revolution/">Register '
             'HERE</a></strong></p>\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-left" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1762540538110_114926"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:433px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:150.115478515625%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg" '
             'data-image-dimensions="433x650" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg" '
             'width="433" height="650" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/3e8fc706-ec37-40ec-a0c1-0a73daab3c2e/Mini-Forest+Revolution+book.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-yui_3_17_2_1_1762540538110_115869"><div '
             'class="sqs-block-content"><p>After successfully planting 7 '
             'Miyawaki Forests in Bridgeport and preparing to plant the '
             'largest one in New England, right here in Connecticut, join '
             'Aspetuck Land Trust as we hear from Hannah Lewis about her award '
             'winning book.</p>\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-right" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1762540538110_117023"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:514px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:121.5953369140625%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg" '
             'data-image-dimensions="514x625" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg" '
             'width="514" height="625" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/4064c0df-ef71-450b-b9b8-b253631700b6/Hannah+Lewis.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-yui_3_17_2_1_1762540538110_117926"><div '
             'class="sqs-block-content"><p><em>Hannah Lewis is the author of '
             'Mini-Forest Revolution: Using the Miyawaki Method to Rapidly '
             'Rewild the World (Chelsea Green 2022), which was translated into '
             'French, German, and Italian, and is the 2023 winner of a '
             'Nautilus Book Award. Hannah has an MS in Sustainable Agriculture '
             'and Sociology from Iowa State University and a BA in '
             'Environmental Studies from Middlebury College. She lives in '
             'Minneapolis, where she works for the non-profit Renewing the '
             'Countryside to build sustainable local food systems and plant '
             'mini-forests.</em></p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="690e3c69fb243474a21ffd73" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1762541458717-6SNLG3IIAQZ1C8Y6NU5U" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1762541458717-6SNLG3IIAQZ1C8Y6NU5U/Screenshot+2025-11-07+101048.png" '
             'data-record-type="12" '
             'data-full-url="/events/2025/11/20/lunch-and-learn-webinar-mini-forest-revolution-rewilding-our-communities-for-climate-resilience" '
             'data-title="Lunch &amp;amp; Learn Webinar: Mini-Forest '
             'Revolution - Rewilding our Communities for Climate '
             'Resilience"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6192
2026-06-16 02:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/10/25/nighttime-saw-whet-owl-demonstration-with-larry-fischer>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/10/25/nighttime-saw-whet-owl-demonstration-with-larry-fischer',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-68f294ba57d3d320512d0c61" '
             'data-item-id="68f294ba57d3d320512d0c61">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Nighttime Saw-Whet Owl '
             'Demonstration with Larry Fischer</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-10-25">Saturday, October 25, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-10-25">7:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-10-25">11:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-10-25">19:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-10-25">23:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Trout%20Brook%20Valley" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Nighttime%20Saw-Whet%20Owl%20Demonstration%20with%20Larry%20Fischer&amp;dates=20251025T230000Z/20251026T030000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/10/25/nighttime-saw-whet-owl-demonstration-with-larry-fischer?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1760728375454" '
             'id="item-68f294ba57d3d320512d0c61"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-9c8f316a92fcc00bcd85"><div '
             'class="sqs-block-content"><p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/saw-whet-owl-demo-10-25-2025/">Register '
             'HERE</a></strong></p>\n'
             '<p>In the late fall, large numbers of saw-whet owls leave their '
             'northern breeding grounds and head south. Join naturalist and '
             'raptor researcher Larry Fischer in Trout Brook Valley for an '
             'evening presentation on the natural history of the saw-whet owl. '
             'Learn about their status and abundance during the different '
             'seasons in CT. Larry will also discuss their diet, habitat '
             'preferences during the different seasons, courtship behavior, '
             'and behavioral traits they share with other owls, as well as '
             'behavioral traits that make them unique among owls.</p>\n'
             '<p>This presentation will take place "in the field." Using '
             'federally licensed bird banding techniques Larry will attempt to '
             'capture a few of these owls as they move through our CT forests. '
             'If successful, participants will have the unique opportunity to '
             'get close-up looks of this small owl as Larry takes weight and '
             "measurement data as well as the owl's age and sex. Larry has "
             'been studying the Saw-Whet Owl for over 25 years.</p>\n'
             '<p>Please note the following items that you will need:</p>\n'
             '<ol>\n'
             '<li>Winter Coat - FOR NEEDED WARMTH</li>\n'
             '<li>Gloves</li>\n'
             '<li>WARM FOOTWEAR - BOOTS</li>\n'
             '<li>LAYERS OF CLOTHING</li>\n'
             '<li>HEADLAMP (or flashlight if not available)</li>\n'
             '<li>FOLDING CHAIRS</li>\n'
             '</ol>\n'
             '<p>Children 8 years or older, accompanied by a parent, are '
             'welcome. Parking will be in the Bradley Road lot and the '
             'presentation itself will be on the "berm" just inside the Trout '
             'Brook Valley preserve.</p>\n'
             '<p>There is no internet connection at Bradley Road parking area '
             'and no bathroom facilities</p>\n'
             '<p>Event is open to the public. $10 per person, Members Free. '
             'Maximum 25 people. RSVP required.</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/saw-whet-owl-demo-10-25-2025/">Register '
             'HERE</a></strong></p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="68f294ba57d3d320512d0c61" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1538514515031-LTZID2D7MA6V0L9ZD35I" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1538514515031-LTZID2D7MA6V0L9ZD35I/Saw+Whet+Owl-Larry+Fischer+.JPG" '
             'data-record-type="12" '
             'data-full-url="/events/2025/10/25/nighttime-saw-whet-owl-demonstration-with-larry-fischer" '
             'data-title="Nighttime Saw-Whet Owl Demonstration with Larry '
             'Fischer"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 15612
2026-06-16 02:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/11/22/seed-collecting-and-germination-101>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/11/22/seed-collecting-and-germination-101',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-690b673c388aaa5035f084fe" '
             'data-item-id="690b673c388aaa5035f084fe">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Seed Collecting and '
             'Germination 101</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-11-22">Saturday, November 22, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-11-22">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-11-22">11:30\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-11-22">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-11-22">11:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Reservoir Community '
             'Farm</span>\n'
             '          <span class="eventitem-meta-address-line">1469 '
             'Reservoir Avenue</span>\n'
             '          <span class="eventitem-meta-address-line">Bridgeport, '
             'CT, 06606</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=1469%20Reservoir%20Avenue%20Bridgeport,%20CT,%2006606%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Seed%20Collecting%20and%20Germination%20101&amp;dates=20251122T150000Z/20251122T163000Z&amp;location=1469%20Reservoir%20Avenue%2C%20Bridgeport%2C%20CT%2C%2006606" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/11/22/seed-collecting-and-germination-101?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1762355123271" '
             'id="item-690b673c388aaa5035f084fe"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-b4f621a8ddddb0a37fb5"><div '
             'class="sqs-block-content"><p>Join us at <strong>Green Village '
             'Initiative (GVI)</strong> for a hands-on workshop led by Diego '
             'Osses, Executive Director of GVI, and Geordie Elkins, Executive '
             'Director of the Highstead Foundation. This session introduces '
             'the fundamentals of seed collection and germination, connecting '
             'ecological knowledge with community-based food systems. '
             'Participants will learn practical techniques for identifying, '
             'collecting, and storing native and cultivated seeds, and gain '
             'insight into germination methods that support both home and '
             'community gardens. The workshop will explore the role of seed '
             'saving in resilience, and ecological restoration—rooted in the '
             'work happening at GVI’s <strong>Reservoir Community '
             'Farm</strong> and across regional conservation networks.</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/seed-collecting-101/">Register '
             'Here</a></strong></p>\n'
             '\n'
             '</div></div><div class="sqs-block website-component-block '
             'sqs-block-website-component sqs-block-spacer spacer-block" '
             'data-aspect-ratio="3.942652329749104" '
             'data-block-css=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/606d853e-8626-43d3-b6b1-e4ff3d05be8c_991/website.components.spacer.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/606d853e-8626-43d3-b6b1-e4ff3d05be8c_991/website.components.spacer.visitor.js"]\' '
             'data-block-type="1337" '
             'data-definition-name="website.components.spacer" '
             'data-website-component-id="yui_3_17_2_1_1762354886364_158369" '
             'id="block-yui_3_17_2_1_1762354886364_158369"><div '
             'class="sqs-block-content">\xa0</div></div><div class="sqs-block '
             'image-block sqs-block-image sqs-col-5 span-5 float float-right" '
             'data-aspect-ratio="105.1643192488263" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1762354886364_139067"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-hidden\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:1000px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:105.16432189941406%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg" '
             'data-image-dimensions="1000x750" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg" '
             'width="1000" height="750" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/579d3725-28de-41c4-a84e-5718a38e1708/Diego+Osses.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-yui_3_17_2_1_1762354886364_140211"><div '
             'class="sqs-block-content"><p><em>Diego Osses is the Executive '
             'Director of Green Village Initiative (GVI), driving programs '
             'that use urban farming and gardening to advance food justice and '
             'community resilience in Bridgeport, CT.\n'
             'An agricultural engineer with over 25 years of international '
             'experience across Chile, China, and Thailand, he holds an MBA '
             'and a Master’s in Finance. At GVI, Diego oversees the Reservoir '
             'Community Farm and the Youth Leadership Program, empowering '
             'residents to build a more equitable, sustainable '
             'future.</em></p>\n'
             '</div></div><div class="sqs-block website-component-block '
             'sqs-block-website-component sqs-block-spacer spacer-block" '
             'data-aspect-ratio="3.942652329749104" '
             'data-block-css=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/606d853e-8626-43d3-b6b1-e4ff3d05be8c_991/website.components.spacer.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/606d853e-8626-43d3-b6b1-e4ff3d05be8c_991/website.components.spacer.visitor.js"]\' '
             'data-block-type="1337" '
             'data-definition-name="website.components.spacer" '
             'data-website-component-id="yui_3_17_2_1_1762354886364_158859" '
             'id="block-yui_3_17_2_1_1762354886364_158859"><div '
             'class="sqs-block-content">\xa0</div></div><div class="sqs-block '
             'image-block sqs-block-image sqs-col-5 span-5 float float-left" '
             'data-aspect-ratio="113.14553990610328" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1762354886364_140874"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-hidden\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:6016px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:113.14553833007812%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG" '
             'data-image-dimensions="6016x4000" '
             'data-image-focal-point="0.4707835325365206,0.6400800100012501" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG" '
             'width="6016" height="4000" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 47.07835325365206% 64.00800100012502%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b0b1566f-ab43-4534-8709-a821b9d265c0/DSC_8661.JPG?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-yui_3_17_2_1_1762354886364_142017"><div '
             'class="sqs-block-content"><p><em>Geordie Elkins is the Executive '
             'Director of the Highstead Foundation in Redding, CT, where he '
             'leads conservation initiatives and oversees ecotype seed '
             'collection. A Temple University graduate in horticulture with a '
             'focus on native plants, Geordie is a founding member of the '
             'Northeast Seed Network and serves on the steering committees of '
             'Local 59 seed network. Passionate about wild landscapes and '
             'mountain environments, he brings a deep love for the outdoors to '
             'his work in ecological preservation.</em></p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="690b673c388aaa5035f084fe" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="c06a6375-b562-41bb-ba9f-5ce5907ed936" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/c06a6375-b562-41bb-ba9f-5ce5907ed936/chickadeeseed-e.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/11/22/seed-collecting-and-germination-101" '
             'data-title="Seed Collecting and Germination 101"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6124
2026-06-16 02:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/10/28/nighttime-saw-whet-owl-demonstration-with-larry-fischer>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/10/28/nighttime-saw-whet-owl-demonstration-with-larry-fischer',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-68f2966b33e2d941e8123b99" '
             'data-item-id="68f2966b33e2d941e8123b99">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Nighttime Saw-Whet Owl '
             'Demonstration with Larry Fischer</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-10-28">Tuesday, October 28, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-10-28">7:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-10-28">11:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-10-28">19:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-10-28">23:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Trout%20Brook%20Valley" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Nighttime%20Saw-Whet%20Owl%20Demonstration%20with%20Larry%20Fischer&amp;dates=20251028T230000Z/20251029T030000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/10/28/nighttime-saw-whet-owl-demonstration-with-larry-fischer?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1760728802081" '
             'id="item-68f2966b33e2d941e8123b99"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-64ba9ac5c2061945eeda"><div '
             'class="sqs-block-content"><p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/saw-whet-owl-demo-10-28-2025/">Register '
             'HERE</a></strong></p>\n'
             '<p>In the late fall, large numbers of saw-whet owls leave their '
             'northern breeding grounds and head south. Join naturalist and '
             'raptor researcher Larry Fischer in Trout Brook Valley for an '
             'evening presentation on the natural history of the saw-whet owl. '
             'Learn about their status and abundance during the different '
             'seasons in CT. Larry will also discuss their diet, habitat '
             'preferences during the different seasons, courtship behavior, '
             'and behavioral traits they share with other owls, as well as '
             'behavioral traits that make them unique among owls.</p>\n'
             '<p>This presentation will take place "in the field." Using '
             'federally licensed bird banding techniques Larry will attempt to '
             'capture a few of these owls as they move through our CT forests. '
             'If successful, participants will have the unique opportunity to '
             'get close-up looks of this small owl as Larry takes weight and '
             "measurement data as well as the owl's age and sex. Larry has "
             'been studying the Saw-Whet Owl for over 25 years.</p>\n'
             '<p>Please note the following items that you will need:</p>\n'
             '<p>Winter Coat - FOR NEEDED WARMTH\n'
             'Gloves\n'
             'WARM FOOTWEAR - BOOTS\n'
             'LAYERS OF CLOTHING\n'
             'HEADLAMP (or flashlight if not available)\n'
             'FOLDING CHAIRS\n'
             'Children 8 years or older, accompanied by a parent, are welcome. '
             'Parking will be in the Bradley Road lot and the presentation '
             'itself will be on the "berm" just inside the Trout Brook Valley '
             'preserve.</p>\n'
             '<p>There is no internet connection at Bradley Road parking area '
             'and no bathroom facilities</p>\n'
             '<p>Event is open to the public. $10 per person, Members Free. '
             'Maximum 25 people. RSVP required.</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/saw-whet-owl-demo-10-28-2025/">Register '
             'HERE</a></strong></p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="68f2966b33e2d941e8123b99" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1538514515031-LTZID2D7MA6V0L9ZD35I" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1538514515031-LTZID2D7MA6V0L9ZD35I/Saw+Whet+Owl-Larry+Fischer+.JPG" '
             'data-record-type="12" '
             'data-full-url="/events/2025/10/28/nighttime-saw-whet-owl-demonstration-with-larry-fischer" '
             'data-title="Nighttime Saw-Whet Owl Demonstration with Larry '
             'Fischer"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:32 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 15750
2026-06-16 02:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/10/30/haskins-lecture>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/10/30/haskins-lecture',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-68711a2a657d940fa6d84c7f" '
             'data-item-id="68711a2a657d940fa6d84c7f">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Haskins Lecture 2025 with Tom '
             'Butler - From New England to Patagonia: Wildlands and the People '
             'Who Save Them</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-10-30">Thursday, October 30, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-10-30">7:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-10-30">8:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-10-30">19:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-10-30">20:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">The Westport Library</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=The%20Westport%20Library" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Haskins%20Lecture%202025%20with%20Tom%20Butler%20-%20From%20New%20England%20to%20Patagonia%3A%20Wildlands%20and%20the%20People%20Who%20Save%20Them&amp;dates=20251030T230000Z/20251031T003000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/10/30/haskins-lecture?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1752242852741" '
             'id="item-68711a2a657d940fa6d84c7f"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1760117981321_95544"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <h1 style="text-align:center;white-space:pre-wrap;"><strong>Be '
             'a Part of the Celebration!</strong></h1><p '
             'style="text-align:center;white-space:pre-wrap;" class="">As part '
             'of this special evening, we invite YOU <br>to help honor the '
             'places we love:<br>Email one photo of yourself at your favorite '
             'national park, trail, preserve, or open space to\xa0<a '
             'href="mailto:info@aspetucklandtrust.org" '
             'title="info@aspetucklandtrust.org" target="_blank"><span '
             'style="text-decoration:underline"><strong>info@aspetucklandtrust.org</strong></span></a>\xa0'
             '<strong>by October 27th</strong></p><p '
             'style="text-align:center;white-space:pre-wrap;" '
             'class=""><strong><em>We’ll feature these images at the lecture '
             'as a community tribute.</em></strong></p><p '
             'style="text-align:center;white-space:pre-wrap;" class="">Or, tag '
             'us on <strong>Facebook @AspetuckLT or Instagram @aspetucklt '
             '</strong>with the hashtag '
             '<strong>#CelebrateConservation</strong>\xa0so we can see and '
             'share it!</p><p class="" data-rte-preserve-empty="true" '
             'style="white-space:pre-wrap;"></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-right" '
             'data-aspect-ratio="58.92857142857143" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1760117981321_110553"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-hidden\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:698px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          <a data-sqsp-image-classic-block-image-link class="\n'
             '                sqs-block-image-link\n'
             '                \n'
             '          \n'
             '        \n'
             '              " href="https://www.rei.com/b/rei-co-op" '
             'target="_blank">\n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:58.92856979370117%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png" '
             'data-image-dimensions="698x478" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png" '
             'width="698" height="478" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/d0d9c810-1782-46aa-9126-9b23ca8ab9db/REI.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          </a>\n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1760117981321_111542"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Thanks to our '
             'partners at REI, all attendees on October 30th can enter to win '
             'a Half Dome 2 Tent with Footprint valued at $329.00. <br>You '
             'must be present to win.</p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-6 span-6 float float-right" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1752600126113_72852"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-hidden\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:1399px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:100.42887878417969%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg" '
             'data-image-dimensions="1399x1405" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg" '
             'width="1399" height="1405" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1752599941170-9UF3JEC36LLFT63Z7OJ5/wildlands-philanthropy-9781601090591_hr.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-ab5c4c6b76e10abd885d"><div '
             'class="sqs-block-content"><p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/haskinslecture-tombutler/">Register '
             'Here</a></strong></p>\n'
             '<p>Every year, millions of us visit America’s great natural '
             'treasures. We hike at Acadia, camp in the Great Smoky Mountains, '
             'fish in the shadow of the Tetons—and yet we know nothing about '
             'the individuals who helped protect these national parks for '
             'posterity. The tradition of wildlands philanthropy may be little '
             'known but has profoundly affected the American experience. </p>\n'
             '<p>Please join us on <strong>Thursday October 10th from 7:00 to '
             '8:30 pm</strong> as Tom Butler, author of <em>Wildlands '
             'Philanthropy: The Great American Tradition</em>, shares '
             'fascinating, little-known stories of the men and women who went '
             'above and beyond to conserve the landscapes they loved – across '
             'the continent and around the world. Now more than ever, when '
             'support for parks and conservation is under stress, these '
             'stories remind us of the power of individuals to protect the '
             'wild places we cherish.</p>\n'
             '<p>Tom Butler is a Senior Fellow at Northeast Wilderness Trust '
             'and the former longtime editor of Wild Earth journal. His books '
             'include  <em>Wildlands Philanthropy: The Great American '
             'Tradition</em>, <em>Protecting the Wild</em>, and <em>On '
             'Beauty</em>.</p>\n'
             '<p>Tickets are free and open to the public.</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/haskinslecture-tombutler/">Register '
             'Here</a></strong></p>\n'
             '<p>The Haskins Lecture is made possible by the generous support '
             'of the Caryl &amp; Edna Haskins Fund and in partnership with The '
             'Westport Library.</p>\n'
             '\n'
             '</div></div><div class="sqs-block horizontalrule-block '
             'sqs-block-horizontalrule" data-block-type="47" '
             'data-sqsp-block="line" '
             'id="block-yui_3_17_2_1_1760117981321_108421"><div '
             'class="sqs-block-content"><hr></div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="68711a2a657d940fa6d84c7f" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="e0fd3435-e801-445a-8dfe-4a69e199a23c" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/e0fd3435-e801-445a-8dfe-4a69e199a23c/WL+Baxter+018.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2025/10/30/haskins-lecture" '
             'data-title="Haskins Lecture 2025 with Tom Butler - From New '
             'England to Patagonia: Wildlands and the People Who Save '
             'Them"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8031
2026-06-16 02:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/2/21/adventuresome-farming-part-one-native-plants>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/2/21/adventuresome-farming-part-one-native-plants',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6995f99447ffe217559c998f" '
             'data-item-id="6995f99447ffe217559c998f">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Adventuresome Farming Part '
             'One: Native Plants</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-02-21">Saturday, February 21, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-02-21">12:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-02-21">1:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-02-21">12:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-02-21">13:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Greenfield Hill Grange '
             '#133</span>\n'
             '          <span class="eventitem-meta-address-line">1873 '
             'Hillside Road</span>\n'
             '          <span class="eventitem-meta-address-line">Fairfield, '
             'CT 06824</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=1873%20Hillside%20Road%20Fairfield,%20CT%2006824%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Adventuresome%20Farming%20Part%20One%3A%20Native%20Plants&amp;dates=20260221T170000Z/20260221T180000Z&amp;location=1873%20Hillside%20Road%2C%20Fairfield%2C%20CT%2006824" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/2/21/adventuresome-farming-part-one-native-plants?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1771436684485" '
             'id="item-6995f99447ffe217559c998f"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770929503466_108585"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:850px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:129.41177368164062%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg" '
             'data-image-dimensions="850x1100" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg" '
             'width="850" height="1100" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b2d61fd4-4924-428e-b83f-30e1cb58dafe/poster_cornelia+-+2026+copy.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="6995f99447ffe217559c998f" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1771436708834-OG7RENPFBOQFLK3ZZ8J2" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1771436708834-OG7RENPFBOQFLK3ZZ8J2/poster_cornelia+-+2026+copy.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/2/21/adventuresome-farming-part-one-native-plants" '
             'data-title="Adventuresome Farming Part One: Native '
             'Plants"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6531
2026-06-16 02:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2025/11/22/essential-winter-wilderness-skills>
{'event_url': 'https://www.aspetucklandtrust.org/events/2025/11/22/essential-winter-wilderness-skills',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-68f91c090ef0ff60222a283b" '
             'data-item-id="68f91c090ef0ff60222a283b">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Essential Winter Wilderness '
             'Skills</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2025-11-22">Saturday, November 22, 2025</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2025-11-22">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-11-22">1:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2025-11-22">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2025-11-22">13:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Trout%20Brook%20Valley" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Essential%20Winter%20Wilderness%20Skills&amp;dates=20251122T150000Z/20251122T180000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2025/11/22/essential-winter-wilderness-skills?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1761156167022" '
             'id="item-68f91c090ef0ff60222a283b"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'markdown-block sqs-block-markdown" data-block-type="44" '
             'id="block-7bd253282311cb0e01e2"><div '
             'class="sqs-block-content"><p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/essentialwinterwildernessskills-11-22-2025/">Register '
             'HERE</a></strong></p>\n'
             "<p>Don't let the colder weather keep you inside! With miles of "
             'trails to explore, winter can be a wonderful time to connect '
             'with nature. We would love you to join us for the Winter '
             'Wilderness Skills session in Trout Brook Valley with Chris '
             'Varian. He will cover essential winter hiking skills such as map '
             'navigation, emergency priorities and skills, winter gear '
             'essentials, cold injury prevention, and more.</p>\n'
             '<p><strong>What to bring: 1 liter of water, snacks, hiking boots '
             '(preferably waterproof and insulated), wool or synthetic layers '
             'appropriate for the conditions. (no cotton please), warm jacket, '
             'any needed medications, and traction devices for your '
             'boots.</strong></p>\n'
             '<p>We will meet at the Bradley Road entrance to Trout Brook '
             '(drive through the open gate just to the right of the main '
             "parking lot and go to the interior Hunter's parking lot). The "
             'event will take place rain or shine. Please, no dogs. Also, '
             'there is little or no internet connection in area and no '
             'bathroom facilities.</p>\n'
             '<p>Event is open to the public. Priority to members.</p>\n'
             '<p>Maximum 12 people. <em>RSVP required.</em>\n'
             '13 yrs and up.</p>\n'
             '<p>Members $20/ Non-Members $30</p>\n'
             '<p><strong><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/essentialwinterwildernessskills-11-22-2025/">Register '
             'HERE</a></strong></p>\n'
             '<p><em>Chris is a professional guide and outdoor educator '
             'devoted to sharing the skills people need to experience and '
             'enjoy the outdoors more safely and responsibly in all four '
             'seasons. He leads backpacking and wilderness skills programs, '
             'instructs technical climbing skills courses, teaches beginner '
             'and intermediate kayak skills, and guides kayak tours on '
             'waterways from Hudson River to Long Island Sound.</em></p>\n'
             '<p><em>His certifications include Wilderness First Responder, '
             'Adult/Child/Infant CPR, AMGA Single Pitch Instructor, ACA '
             'Coastal Kayak Instructor (L2 Continued), and NY State Licensed '
             'Guide: Tier 1 Rock, Hiking, Camping. Chris is also Leave No '
             'Trace certified. He currently lives in Brookfield, CT, and '
             'guides programs from New Jersey to New Hampshire.</em></p>\n'
             '<p>If you have any questions, please contact Joan Byrne at <a '
             'href="mailto:jbyrne@aspetucklandtrust.org">jbyrne@aspetucklandtrust.org</a>.</p>\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="68f91c090ef0ff60222a283b" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1761156276187-ZZ0GW6KK1K37CZNU4MHP" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1761156276187-ZZ0GW6KK1K37CZNU4MHP/Screen+Shot+2024-02-09+at+11.58.46+AM.png" '
             'data-record-type="12" '
             'data-full-url="/events/2025/11/22/essential-winter-wilderness-skills" '
             'data-title="Essential Winter Wilderness Skills"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8072
2026-06-16 02:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/2/12/conservation-conversation>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/2/12/conservation-conversation',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-698a04729eae646dc8723db7" '
             'data-item-id="698a04729eae646dc8723db7">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Conservation Conversation at '
             'Birdcraft with Mary Ellen Lemay</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-02-12">Thursday, February 12, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-02-12">7:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-02-12">8:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-02-12">19:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-02-12">20:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Birdcraft</span>\n'
             '          <span class="eventitem-meta-address-line">314 Unquowa '
             'Road</span>\n'
             '          <span class="eventitem-meta-address-line">Fairfield, '
             'CT, 06824</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=314%20Unquowa%20Road%20Fairfield,%20CT,%2006824%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Conservation%20Conversation%20at%20Birdcraft%20with%20Mary%20Ellen%20Lemay&amp;dates=20260213T000000Z/20260213T010000Z&amp;location=314%20Unquowa%20Road%2C%20Fairfield%2C%20CT%2C%2006824" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/2/12/conservation-conversation?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1770654836372" '
             'id="item-698a04729eae646dc8723db7"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770651205639_96580"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:6224px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          <a data-sqsp-image-classic-block-image-link class="\n'
             '                sqs-block-image-link\n'
             '                \n'
             '          \n'
             '        \n'
             '              " '
             'href="https://ctaudubon.org/2026/01/miyawaki-forests-registration/" '
             'target="_blank">\n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:138.49615478515625%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg" '
             'data-image-dimensions="6224x8620" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg" '
             'width="6224" height="8620" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          </a>\n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="698a04729eae646dc8723db7" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="22a0b9a4-7f7f-4412-98fb-a5c5a7868490" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/22a0b9a4-7f7f-4412-98fb-a5c5a7868490/CCPoster+v4.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/2/12/conservation-conversation" '
             'data-title="Conservation Conversation at Birdcraft with Mary '
             'Ellen Lemay"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8432
2026-06-16 02:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/3/25/miyawaki-microforests-connecticut-cities>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/3/25/miyawaki-microforests-connecticut-cities',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-698cb149b0711b01ea6bcfd8" '
             'data-item-id="698cb149b0711b01ea6bcfd8">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Miyawaki Microforests: '
             'Connecticut cities are embracing them, Stamford can too</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-03-25">Wednesday, March 25, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-03-25">6:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-03-25">7:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-03-25">18:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-03-25">19:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Whittingham Discovery '
             'Center</span>\n'
             '          <span class="eventitem-meta-address-line">1050 '
             'Washington Boulevard</span>\n'
             '          <span class="eventitem-meta-address-line">Stamford, '
             'CT, 06901</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=1050%20Washington%20Boulevard%20Stamford,%20CT,%2006901%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Miyawaki%20Microforests%3A%20Connecticut%20cities%20are%20embracing%20them%2C%20Stamford%20can%20too&amp;dates=20260325T220000Z/20260325T230000Z&amp;location=1050%20Washington%20Boulevard%2C%20Stamford%2C%20CT%2C%2006901" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/3/25/miyawaki-microforests-connecticut-cities?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1770829113755" '
             'id="item-698cb149b0711b01ea6bcfd8"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770651205639_400406"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:1545px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          <a data-sqsp-image-classic-block-image-link class="\n'
             '                sqs-block-image-link\n'
             '                \n'
             '          \n'
             '        \n'
             '              " '
             'href="https://wl.donorperfect.net/weblink/weblink.aspx?name=millriver&amp;id=192" '
             'target="_blank">\n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:129.4498291015625%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png" '
             'data-image-dimensions="1545x2000" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png" '
             'width="1545" height="2000" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/b4415621-ef49-4caa-adfc-e296fa896f2f/Power+of+Trees+event+march+2026.png?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          </a>\n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="698cb149b0711b01ea6bcfd8" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1770831534601-ORJ9QTZQHDMJN84SR18Q" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1770831534601-ORJ9QTZQHDMJN84SR18Q/NZ8_8329%2Bv2.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/3/25/miyawaki-microforests-connecticut-cities" '
             'data-title="Miyawaki Microforests: Connecticut cities are '
             'embracing them, Stamford can too"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/5/9/spring-bird-walk> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/4/18/spring-ephemerals-wildflower-walk> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/5/16/honey-bees-101-with-ranger-jim> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/7/25/butterflies-victor-demasi> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/8/01/tree-identification> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/4/25/norwalk-earth-day-festival-on-the-green> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/6/6/urban-tree-identification> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/6/25/verna-hill-garden-tour> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/6/19/moth-night> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/6/18/2026-member-celebration> (referer: https://www.aspetucklandtrust.org/events)
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8762
2026-06-16 02:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/5/9/spring-bird-walk>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/5/9/spring-bird-walk',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-69e136bd4093d62b99b6fa50" '
             'data-item-id="69e136bd4093d62b99b6fa50">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Spring Bird Walk</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-05-09">Saturday, May 9, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-05-09">8:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-05-09">10:00\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-05-09">08:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-05-09">10:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Trout%20Brook%20Valley" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Spring%20Bird%20Walk&amp;dates=20260509T120000Z/20260509T140000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/5/9/spring-bird-walk?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1776367391804" '
             'id="item-69e136bd4093d62b99b6fa50"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1776366759633_161939"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">POSTPONED DUE TO '
             'WEATHER</p><p class="" style="white-space:pre-wrap;">Embark on a '
             "captivating journey through nature's symphony of flight and song "
             'with Anthony Zemba, a Certified Ecologist and Sr. Environmental '
             'Analyst for LandTech, as your guide.</p><p class="" '
             'style="white-space:pre-wrap;">Join us for a morning bird walk at '
             'Trout Brook Valley Preserve, meeting at 8:00 am at the Bradley '
             'Rd parking lot. Explore diverse habitats brimming with some of '
             'Fairfield County’s most beautiful feathered residents. This '
             'immersive experience offers bird enthusiasts the opportunity to '
             'spot various species while gaining insight into their behaviors '
             'and habitats.</p><p class="" '
             'style="white-space:pre-wrap;">Things you may want to bring: '
             '<br>- Sturdy shoes for a moderate hike <br>- Binoculars</p><p '
             'class="" style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/birdwalkmay2026/" '
             'target="_blank"><strong>Register HERE</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1776366759633_275278"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:892px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:86.32286834716797%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg" '
             'data-image-dimensions="892x770" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg" '
             'width="892" height="770" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1570788189762-GY4PYCEYQRI0Y6XIRFC1/Hummingbird.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="69e136bd4093d62b99b6fa50" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1709669403431-XSB4GF640DRG794TB1WB" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1709669403431-XSB4GF640DRG794TB1WB/Northern+Flicker.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/5/9/spring-bird-walk" '
             'data-title="Spring Bird Walk"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 10158
2026-06-16 02:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/4/18/spring-ephemerals-wildflower-walk>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/4/18/spring-ephemerals-wildflower-walk',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-698a3552c7648133994db091" '
             'data-item-id="698a3552c7648133994db091">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Spring Ephemerals Wildflower '
             'Walk</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-04-18">Saturday, April 18, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-04-18">9:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-04-18">10:30\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-04-18">09:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-04-18">10:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Trout Brook Valley</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Trout%20Brook%20Valley" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Spring%20Ephemerals%20Wildflower%20Walk&amp;dates=20260418T130000Z/20260418T143000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/4/18/spring-ephemerals-wildflower-walk?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1770665520834" '
             'id="item-698a3552c7648133994db091"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1770651205639_259899"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join Anthony Zemba '
             'of LandTech for a wildflower walk at Trout Brook Valley '
             'Preserve. Anthony, a Certified Ecologist, will be searching for '
             '“spring ephemerals” – a group of wildflowers that only bloom '
             'early in the growing season before the overhead canopy of trees '
             'and shrubs leaf out. In addition to wildflower identification, '
             'Anthony will talk about the ecological role that these curious '
             'plants play in forest ecology.</p><p class="" '
             'style="white-space:pre-wrap;">Dress for a moderate hike on '
             'forest trails (including sturdy shoes/hiking boots) and protect '
             'yourself from deer ticks which are sure to be present at this '
             'time of year. Please RSVP so that we may contact you in the '
             'event of a reschedule due to weather conditions.</p><p class="" '
             'style="white-space:pre-wrap;">Location: Trout Brook Valley '
             'Preserve, Bradley Road Entrance</p><p class="" '
             'style="white-space:pre-wrap;">Parking: Follow Valley Forge Road '
             'north to its junction with Lyons Plain Road, or south from its '
             'junction with Newtown Turnpike. Turn onto Bradley Road and '
             'follow to the end. The gate will be open and you will be '
             'directed to the Permit Parking area. </p><p class="" '
             'style="white-space:pre-wrap;">Please note, there are no bathroom '
             'facilities.</p><p class="" style="white-space:pre-wrap;">Open to '
             'the public. Priority to members. <br>Maximum 20 people. RSVP '
             'required.</p><p class="" style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/springephemerals0418/" '
             'target="_blank"><strong>Register Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770651205639_285859"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:2048px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:100%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg" '
             'data-image-dimensions="2048x2048" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg" '
             'width="2048" height="2048" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2c00ebac-ec22-4918-a2be-2b31f5f23acc/Spring+ephemerals+layout+%231++Trout+Lily%2C+Bloodroot%2C+Round-lobed+hepatica.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="698a3552c7648133994db091" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1770665901893-JFONW6LQ9KCLV6M36RLP" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1770665901893-JFONW6LQ9KCLV6M36RLP/Bloodroot+-+Sanguinaria+canadensis+IMG_0260.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/4/18/spring-ephemerals-wildflower-walk" '
             'data-title="Spring Ephemerals Wildflower Walk"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8701
2026-06-16 02:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/5/16/honey-bees-101-with-ranger-jim>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/5/16/honey-bees-101-with-ranger-jim',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-69e13bc69a9533537a39f1fa" '
             'data-item-id="69e13bc69a9533537a39f1fa">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Honey Bees 101 with Ranger '
             'Jim</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-05-16">Saturday, May 16, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-05-16">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-05-16">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-05-16">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-05-16">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Randall\'s Farm '
             'Preserve</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Randall\'s%20Farm%20Preserve" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Honey%20Bees%20101%20with%20Ranger%20Jim&amp;dates=20260516T140000Z/20260516T160000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/5/16/honey-bees-101-with-ranger-jim?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1776368980075" '
             'id="item-69e13bc69a9533537a39f1fa"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1776366759633_301947"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Interested in the '
             'fascinating world of bees and beekeeping? Join Ranger Jim at '
             "Randall's Farm Preserve on Saturday, May 16th, from 10:00 AM to "
             '12:00 PM for "Honey Bees 101." This introductory session will '
             'delve into the fundamentals of beekeeping, providing insights '
             'into setting up and maintaining an apiary, understanding hive '
             'structure, and the essential tools and techniques used by '
             'beekeepers.</p><p class="" style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/bees101/" '
             'target="_blank"><strong>Register HERE</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1776366759633_302478"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:2100px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:75%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg" '
             'data-image-dimensions="2100x1575" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg" '
             'width="2100" height="1575" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/25810174-f038-455a-8c87-ed21b0bd2598/Randalls+bees+%C2%A9nancymoon-0123.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="69e13bc69a9533537a39f1fa" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1691002763498-I0J8NT7OD4RUHOYP3A8G" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1691002763498-I0J8NT7OD4RUHOYP3A8G/beescrop-1920x1080.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/5/16/honey-bees-101-with-ranger-jim" '
             'data-title="Honey Bees 101 with Ranger Jim"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 7087
2026-06-16 02:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/7/25/butterflies-victor-demasi>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/7/25/butterflies-victor-demasi',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-67aba4a9c53f48681d5d2cc5" '
             'data-item-id="67aba4a9c53f48681d5d2cc5">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Butterflies with Lepidopterist '
             'Victor DeMasi</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-07-25">Saturday, July 25, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-07-25">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-25">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-07-25">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-25">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Randall\'s Farm '
             'Preserve</span>\n'
             '          <span class="eventitem-meta-address-line">700 Sport '
             'Hill Road</span>\n'
             '          <span class="eventitem-meta-address-line">Easton, CT, '
             '06612</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=700%20Sport%20Hill%20Road%20Easton,%20CT,%2006612%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Butterflies%20with%20Lepidopterist%20Victor%20DeMasi&amp;dates=20260725T140000Z/20260725T160000Z&amp;location=700%20Sport%20Hill%20Road%2C%20Easton%2C%20CT%2C%2006612" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/7/25/butterflies-victor-demasi?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1739302194607" '
             'id="item-67aba4a9c53f48681d5d2cc5"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-34ee0dad28a0037ee7f7"><div class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join local '
             'lepidopterist Victor DeMasi, research associate at Peabody '
             'Museum of Natural History, on this walk through an outstanding '
             'open meadow to observe butterflies and learn about their ecology '
             'and conservation.</p><p class="" '
             'style="white-space:pre-wrap;">He will share and discuss his '
             'collection of butterflies from around the world, and specimens '
             'from the museum will be on display. He will point out the local '
             'flora and fauna as he leads a field walk in the beautiful '
             'Randall’s Farm meadow to observe butterflies up close.</p><p '
             'class="" style="white-space:pre-wrap;">Interested children are '
             'welcome! </p><p class="" style="white-space:pre-wrap;">Wear '
             'sturdy shoes and long pants.</p><p class="" '
             'style="white-space:pre-wrap;">DeMasi has studied butterflies for '
             'the last 40 years in Connecticut and far away places such as the '
             'Amazon basin and Ethiopia.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/butterflies-7-25/" '
             'target="_blank"><strong>RSVP Here</strong></a></p><p class="" '
             'style="white-space:pre-wrap;"><em>Victor DeMasi is an extremely '
             'active member of The Pollinator Pathway. He was a wetland '
             'conservation officer in his hometown of Redding for 20 years and '
             'is presently a curatorial affiliate at the Yale Peabody Museum '
             'of Natural History in New Haven. He busies himself with '
             'preserving open space in town and preserving butterflies in the '
             'museum. His field work with butterflies contributed almost a '
             'thousand citations to the recently published Connecticut '
             'Butterfly Atlas. He has contributed articles to scientific '
             'publications and his mark-recapture studies with Swallowtail '
             'butterflies was recently cited in the book Swallowtails of the '
             'Americas. During the pandemic he started doing a pollinator '
             'survey of two meadows in Redding CT.</em></p><p class="" '
             'style="white-space:pre-wrap;"><em>Recent butterfly study trips '
             'with his spouse Roanna, a photographer, include several times to '
             'the Amazon forest in Guyana, Nicaragua, and yearly studies in '
             'the montane in California assessing the impact of climate change '
             'on that fauna. His work in South America was recently featured '
             'in The Yale Environmental News.</em></p><p class="" '
             'style="white-space:pre-wrap;"><em>DeMasi is also 40 year owner '
             'of Monarch Painting, a decorative painting firm in Redding, '
             'Connecticut, which specializes, in faux finishes and trompe '
             'l’oeil.\xa0 His murals often feature natural history subjects '
             'such as native wild flowers and butterflies.</em></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="67aba4a9c53f48681d5d2cc5" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1739302389745-MUYG4HV7WB8BX7V68HIU" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1739302389745-MUYG4HV7WB8BX7V68HIU/Victor+DeMasi.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/7/25/butterflies-victor-demasi" '
             'data-title="Butterflies with Lepidopterist Victor '
             'DeMasi"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13308
2026-06-16 02:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/8/01/tree-identification>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/8/01/tree-identification',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-698634618c1cfc69a4c66390" '
             'data-item-id="698634618c1cfc69a4c66390">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Urban Tree '
             'Identification</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-08-01">Saturday, August 1, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-08-01">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-08-01">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-08-01">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-08-01">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">TBD</span>\n'
             '          \n'
             '          \n'
             '          \n'
             '          \n'
             '          <a href="http://maps.google.com?q=TBD" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Urban%20Tree%20Identification&amp;dates=20260801T140000Z/20260801T160000Z" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/8/01/tree-identification?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1770403134738" '
             'id="item-698634618c1cfc69a4c66390"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image sqs-col-5 span-5 float float-right" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770402899455_97824"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:376px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:103.98936462402344%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg" '
             'data-image-dimensions="376x391" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg" '
             'width="376" height="391" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '          <figcaption '
             'data-sqsp-image-classic-block-caption-container '
             'class="image-caption-wrapper">\n'
             '            <div class="image-caption"><p class="" '
             'style="white-space:pre-wrap;">Chris Teter, Board Certified '
             'Master Arborist, Accredited Organic Land Care Professional, '
             '&amp; Connecticut Master Gardener </p></div>\n'
             '          </figcaption>\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1770402899455_96741"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join Chris Teter, '
             'Board Certified Master Arborist, Accredited Organic Land Care '
             'Professional, and Connecticut Master Gardener, for an urban tree '
             'identification walk focused on recognizing and understanding '
             'trees in the built landscape. This guided walk will cover key '
             'identification features including leaves, bark, branching '
             'patterns, and overall form, with attention to common street and '
             'park trees found in urban and suburban areas. Chris will also '
             'share insights into tree biology, seasonal changes, and how '
             'different species interact with pavement, buildings, and people, '
             'helping participants better read the landscape and understand '
             'the role trees play in urban ecosystems.</p><p class="" '
             'style="white-space:pre-wrap;">RSVP required.</p><p class="" '
             'style="white-space:pre-wrap;"><em>Chris Teter is a Board '
             'Certified Master Arborist, Accredited Organic Land Care '
             'Professional, and Connecticut Master Gardener with a degree in '
             'Environmental Science and course work focusing on plant taxonomy '
             'and biology. His career has focused on obtaining knowledge of '
             'urban landscaping and maintenance principles to help restore '
             "society's most impacted environments. He is well versed in the "
             'dynamics between cost, effort, and results when it comes to '
             'organic landscape maintenance.</em></p><p class="" '
             'style="white-space:pre-wrap;"><strong>RSVP Here - opens '
             'soon</strong></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770651205639_224829"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:4080px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:75.29412078857422%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg" '
             'data-image-dimensions="4080x3072" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg" '
             'width="4080" height="3072" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/2ad6a546-0ff2-4db1-8b5d-7572fed7af1a/chris+teter+urban+trees.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="698634618c1cfc69a4c66390" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="5a1124ab-174e-4f19-b449-bb5b1804e733" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/5a1124ab-174e-4f19-b449-bb5b1804e733/wolf+tree.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/8/01/tree-identification" '
             'data-title="Urban Tree Identification"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 8973
2026-06-16 02:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/4/25/norwalk-earth-day-festival-on-the-green>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/4/25/norwalk-earth-day-festival-on-the-green',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-69c43c3fccdfd556872f6324" '
             'data-item-id="69c43c3fccdfd556872f6324">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Norwalk Earth Day Festival on '
             'the Green</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-04-25">Saturday, April 25, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-04-25">12:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-04-25">4:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-04-25">12:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-04-25">16:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Norwalk Green</span>\n'
             '          <span class="eventitem-meta-address-line">8 Park '
             'St</span>\n'
             '          <span '
             'class="eventitem-meta-address-line">Norwalk</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=8%20Park%20St%20Norwalk%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Norwalk%20Earth%20Day%20Festival%20on%20the%20Green&amp;dates=20260425T160000Z/20260425T200000Z&amp;location=8%20Park%20St%2C%20Norwalk" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/4/25/norwalk-earth-day-festival-on-the-green?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1774468418390" '
             'id="item-69c43c3fccdfd556872f6324"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1774468147724_123165"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join thousands of '
             'Norwalk neighbors at the <a '
             'href="https://www.visitnorwalk.org/earth-day-festival/" '
             'target="_blank">5th Annual Norwalk Earth Day Festival</a> — a '
             'free, family-friendly celebration of our planet featuring 75+ '
             'exhibitors &amp; vendors, live music, food trucks, speakers, a '
             '“Trashion” show, and so much more. All happening rain or shine '
             'on the beautiful Norwalk Green.</p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1774468147724_96212"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-hidden\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:1700px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          <a data-sqsp-image-classic-block-image-link class="\n'
             '                sqs-block-image-link\n'
             '                \n'
             '          \n'
             '        \n'
             '              " '
             'href="https://www.visitnorwalk.org/earth-day-festival/" '
             'target="_blank">\n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:129.41177368164062%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg" '
             'data-image-dimensions="1700x2200" '
             'data-image-focal-point="0.5,0.5" alt="Norwalk Earth Day Festival '
             'on the Green" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg" '
             'width="1700" height="2200" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/19e1572f-5715-4dd7-a15b-c8a1d1f3c7fd/NEDF26+Flyer.%28English%29pdf.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          </a>\n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="69c43c3fccdfd556872f6324" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1774468640581-NBCIVORH7GV9K39B6JUJ" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1774468640581-NBCIVORH7GV9K39B6JUJ/NEDF26%2BFlyer.%2528English%2529pdf.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/4/25/norwalk-earth-day-festival-on-the-green" '
             'data-title="Norwalk Earth Day Festival on the '
             'Green"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 13587
2026-06-16 02:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/6/6/urban-tree-identification>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/6/6/urban-tree-identification',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-698ca676421d8b7210e4ffef" '
             'data-item-id="698ca676421d8b7210e4ffef">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Urban Tree '
             'Identification</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-06-06">Saturday, June 6, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-06-06">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-06">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-06-06">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-06">12:00</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Mount Grave Cemetery</span>\n'
             '          <span class="eventitem-meta-address-line">2675 North '
             'Ave</span>\n'
             '          <span '
             'class="eventitem-meta-address-line">Bridgeport</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=2675%20North%20Ave%20Bridgeport%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Urban%20Tree%20Identification&amp;dates=20260606T140000Z/20260606T160000Z&amp;location=2675%20North%20Ave%2C%20Bridgeport" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/6/6/urban-tree-identification?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1770825396039" '
             'id="item-698ca676421d8b7210e4ffef"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image sqs-col-5 span-5 float float-right" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770651205639_357239"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:376px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:103.98936462402344%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg" '
             'data-image-dimensions="376x391" data-image-focal-point="0.5,0.5" '
             'alt="" data-load="false" elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg" '
             'width="376" height="391" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9408d19a-f212-4861-9669-f88ccbdde179/Chris+Teter.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '          <figcaption '
             'data-sqsp-image-classic-block-caption-container '
             'class="image-caption-wrapper">\n'
             '            <div class="image-caption"><p class="" '
             'style="white-space:pre-wrap;">Chris Teter, Board Certified '
             'Master Arborist, Accredited Organic Land Care Professional, '
             '&amp; Connecticut Master Gardener</p></div>\n'
             '          </figcaption>\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block html-block sqs-block-html" '
             'data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1770651205639_345348"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Join Chris Teter, '
             'Board Certified Master Arborist, Accredited Organic Land Care '
             'Professional, and Connecticut Master Gardener, for an urban tree '
             'identification walk focused on recognizing and understanding '
             'trees in the built landscape. This guided walk will cover key '
             'identification features including leaves, bark, branching '
             'patterns, and overall form, with attention to common street and '
             'park trees found in urban and suburban areas. Chris will also '
             'share insights into tree biology, seasonal changes, and how '
             'different species interact with pavement, buildings, and people, '
             'helping participants better read the landscape and understand '
             'the role trees play in urban ecosystems.</p><p class="" '
             'style="white-space:pre-wrap;"><em>Chris Teter is a Board '
             'Certified Master Arborist, Accredited Organic Land Care '
             'Professional, and Connecticut Master Gardener with a degree in '
             'Environmental Science and course work focusing on plant taxonomy '
             'and biology. His career has focused on obtaining knowledge of '
             'urban landscaping and maintenance principles to help restore '
             "society's most impacted environments. He is well versed in the "
             'dynamics between cost, effort, and results when it comes to '
             'organic landscape maintenance.</em></p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/urbantreeidentification6-6-2026/" '
             'target="_blank"><strong>Register Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block image-block sqs-block-image" '
             'data-block-type="5" data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1770651205639_356120"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:2148px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:129.00372314453125%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg" '
             'data-image-dimensions="2148x2771" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg" '
             'width="2148" height="2771" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/eaa23db5-9d93-4734-beef-e21b68fce10b/PXL_20240526_153639380.MP.jpg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="698ca676421d8b7210e4ffef" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1770826007971-6KY9FCY6BVKSFV5NHT3Z" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1770826007971-6KY9FCY6BVKSFV5NHT3Z/wolf%2Btree.webp" '
             'data-record-type="12" '
             'data-full-url="/events/2026/6/6/urban-tree-identification" '
             'data-title="Urban Tree Identification"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-06-16 02:20:34 [aspet_uckland_trust] 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 02:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/6/25/verna-hill-garden-tour>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/6/25/verna-hill-garden-tour',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-689a2dc78f2adc423224cc61" '
             'data-item-id="689a2dc78f2adc423224cc61">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Verna Hill Garden Tour with '
             'Charlie &amp; Annie Stebbins</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-06-25">Thursday, June 25, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-06-25">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-25">3:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-06-25">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-25">15:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          \n'
             '          <span class="eventitem-meta-address-line">Verna '
             'Hill</span>\n'
             '          <span class="eventitem-meta-address-line">Fairfield, '
             'CT</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Verna%20Hill%20Fairfield,%20CT%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Verna%20Hill%20Garden%20Tour%20with%20Charlie%20%26amp%3B%20Annie%20Stebbins&amp;dates=20260625T140000Z/20260625T193000Z&amp;location=Verna%20Hill%2C%20Fairfield%2C%20CT" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/6/25/verna-hill-garden-tour?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1754934826491" '
             'id="item-689a2dc78f2adc423224cc61"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block '
             'website-component-block sqs-block-website-component '
             'sqs-block-button button-block sqs-col-6 span-6 float '
             'float-right" '
             'data-block-css=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/7a36463c-cc14-4d46-b52a-de9bd2a2f854_838/website.components.button.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/7a36463c-cc14-4d46-b52a-de9bd2a2f854_838/website.components.button.visitor.js"]\' '
             'data-block-type="1337" '
             'data-definition-name="website.components.button" '
             'data-sqsp-block="button" '
             'data-website-component-id="yui_3_17_2_1_1780604577834_100601" '
             'id="block-yui_3_17_2_1_1780604577834_100601"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '<div class="sqs-block-button-container  '
             'sqs-block-button-container--center " '
             'data-animation-role="button" data-button-size="medium" '
             'data-button-type="primary">\n'
             '  <a '
             'href="https://secure.qgiv.com/for/qxarzx/event/verna-hill-6_25_morning/" '
             'class="sqs-block-button-element--medium '
             'sqs-button-element--primary sqs-block-button-element" '
             'data-sqsp-button target="_blank">\n'
             '    Register - Morning Session\n'
             '  </a>\n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '<style>\n'
             '  #block-yui_3_17_2_1_1780604577834_100601 {\n'
             '    --sqs-block-content-flex: 0;\n'
             '  }\n'
             '\n'
             '  \n'
             '  \n'
             '</style>\n'
             '<style class="transform-vars">\n'
             '    #block-yui_3_17_2_1_1780604577834_100601 {\n'
             '      --opacity: 100%;\n'
             '      --translate-x: 0px;\n'
             '      --translate-y: 0px;\n'
             '      --rotation: 0deg;\n'
             '      --scale-x: 100%;\n'
             '      --scale-y: 100%;\n'
             '      --skew-x: 0deg;\n'
             '      --skew-y: 0deg;\n'
             '      --origin-x: 50%;\n'
             '      --origin-y: 50%;\n'
             '\n'
             '      opacity: var(--opacity, 1);\n'
             '      transform: translateX(var(--translate-x)) '
             'translateY(var(--translate-y)) rotate(var(--rotation)) '
             'scale(var(--scale-x), var(--scale-y)) skewX(var(--skew-x)) '
             'skewY(var(--skew-y));\n'
             '      transform-origin: var(--origin-x) var(--origin-y);\n'
             '    }\n'
             '  </style>\n'
             '\n'
             '</div></div><div class="sqs-block website-component-block '
             'sqs-block-website-component sqs-block-button button-block '
             'sqs-col-6 span-6 float float-right" '
             'data-block-css=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/7a36463c-cc14-4d46-b52a-de9bd2a2f854_838/website.components.button.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/7a36463c-cc14-4d46-b52a-de9bd2a2f854_838/website.components.button.visitor.js"]\' '
             'data-block-type="1337" '
             'data-definition-name="website.components.button" '
             'data-sqsp-block="button" '
             'data-website-component-id="yui_3_17_2_1_1780604577834_101545" '
             'id="block-yui_3_17_2_1_1780604577834_101545"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '<div class="sqs-block-button-container  '
             'sqs-block-button-container--center " '
             'data-animation-role="button" data-button-size="medium" '
             'data-button-type="primary">\n'
             '  <a '
             'href="https://secure.qgiv.com/for/qxarzx/event/verna-hill-6_25_afternoon/" '
             'class="sqs-block-button-element--medium '
             'sqs-button-element--primary sqs-block-button-element" '
             'data-sqsp-button target="_blank">\n'
             '    Register - Afternoon Session\n'
             '  </a>\n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '<style>\n'
             '  #block-yui_3_17_2_1_1780604577834_101545 {\n'
             '    --sqs-block-content-flex: 0;\n'
             '  }\n'
             '\n'
             '  \n'
             '  \n'
             '</style>\n'
             '<style class="transform-vars">\n'
             '    #block-yui_3_17_2_1_1780604577834_101545 {\n'
             '      --opacity: 100%;\n'
             '      --translate-x: 0px;\n'
             '      --translate-y: 0px;\n'
             '      --rotation: 0deg;\n'
             '      --scale-x: 100%;\n'
             '      --scale-y: 100%;\n'
             '      --skew-x: 0deg;\n'
             '      --skew-y: 0deg;\n'
             '      --origin-x: 50%;\n'
             '      --origin-y: 50%;\n'
             '\n'
             '      opacity: var(--opacity, 1);\n'
             '      transform: translateX(var(--translate-x)) '
             'translateY(var(--translate-y)) rotate(var(--rotation)) '
             'scale(var(--scale-x), var(--scale-y)) skewX(var(--skew-x)) '
             'skewY(var(--skew-y));\n'
             '      transform-origin: var(--origin-x) var(--origin-y);\n'
             '    }\n'
             '  </style>\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-68083235195d098b0126"><div '
             'class="sqs-block-content"><p>Please join us for an early summer '
             'walk hosted by Charlie and Annie Stebbins as they share their '
             'spectacular property and garden bustling with biodiversity, '
             'featuring a plethora of native perennials, shrubs, and trees.\xa0'
             '</p><p>Come and enjoy this wonderful example of what can happen '
             'when we 1. shrink our lawns, 2. plant more natives, and 3. avoid '
             'pesticides. Get your questions answered about what you can do to '
             'create a haven for butterflies, birds, bees and more in your own '
             'backyard.\xa0</p>\n'
             '</div></div><div class="sqs-block image-block sqs-block-image '
             'sqs-col-4 span-4 float float-right" '
             'data-aspect-ratio="94.94584837545126" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1754935043820_49055"><div '
             'class="sqs-block-content">\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '    \n'
             '  \n'
             '    <div class="\n'
             '          image-block-outer-wrapper\n'
             '          layout-caption-below\n'
             '          design-layout-inline\n'
             '          combination-animation-none\n'
             '          individual-animation-none\n'
             '          individual-text-animation-none\n'
             '        " data-test="image-block-inline-outer-wrapper" '
             'data-sqsp-image-classic-block-layout="inline">\n'
             '\n'
             '      \n'
             '\n'
             '      \n'
             '        <figure class="\n'
             '              sqs-block-image-figure\n'
             '              intrinsic\n'
             '            " style="max-width:3024px;">\n'
             '          \n'
             '        \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '            \n'
             '          <div class="image-block-wrapper" '
             'data-animation-role="image">\n'
             '            <div data-sqsp-image-classic-block-image-container '
             'class="sqs-image-shape-container-element\n'
             '              \n'
             '          \n'
             '        \n'
             '              has-aspect-ratio\n'
             '            " style="\n'
             '                position: relative;\n'
             '                \n'
             '                  padding-bottom:94.94584655761719%;\n'
             '                \n'
             '                overflow: hidden;-webkit-mask-image: '
             '-webkit-radial-gradient(white, black);\n'
             '              ">\n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                \n'
             '                <img data-stretch="false" '
             'data-src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg" '
             'data-image-dimensions="3024x4032" '
             'data-image-focal-point="0.5,0.5" alt="" data-load="false" '
             'elementtiming="system-image-block" '
             'data-sqsp-image-classic-block-image '
             'src="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg" '
             'width="3024" height="4032" sizes="(max-width: 640px) 100vw, '
             '(max-width: 767px) 100vw, 100vw" '
             'style="display:block;object-fit: cover; width: 100%; height: '
             '100%; object-position: 50% 50%" '
             'onload=\'this.classList.add("loaded")\' '
             'srcset="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/9d487a59-01b5-48ad-a6b3-63ef57c8eb29/Stebbins%2C+Charlie+on+stairs.jpeg?format=2500w '
             '2500w" loading="lazy" decoding="async" data-loader="sqs">\n'
             '\n'
             '            </div>\n'
             '          </div>\n'
             '        \n'
             '          \n'
             '        \n'
             '\n'
             '        \n'
             '          \n'
             '          <figcaption '
             'data-sqsp-image-classic-block-caption-container '
             'class="image-caption-wrapper">\n'
             '            <div class="image-caption"><p class="" '
             'style="white-space:pre-wrap;">Charlie Stebbins</p></div>\n'
             '          </figcaption>\n'
             '        \n'
             '      \n'
             '        </figure>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '  \n'
             '\n'
             '\n'
             '  \n'
             '\n'
             '\n'
             '</div></div><div class="sqs-block markdown-block '
             'sqs-block-markdown" data-block-type="44" '
             'id="block-yui_3_17_2_1_1780604577834_143720"><div '
             'class="sqs-block-content">\n'
             '<p>Two sessions available: please\xa0choose to attend either '
             'Morning 10-11:30am or Afternoon 2-3:30pm</p>\n'
             '<p>Event is open to the public.\xa0Maximum 35 people per '
             'session. RSVP required.</p><p>Members free / $10.00 non '
             'members</p>\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="689a2dc78f2adc423224cc61" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1780605095646-UBLISRPNYBXSM8COSQC7" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1780605095646-UBLISRPNYBXSM8COSQC7/Stebbins+meadow+rainbow+v2.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/6/25/verna-hill-garden-tour" '
             'data-title="Verna Hill Garden Tour with Charlie &amp;amp; Annie '
             'Stebbins"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 6256
2026-06-16 02:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/6/19/moth-night>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/6/19/moth-night',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a171cef32a14051820b4d76" '
             'data-item-id="6a171cef32a14051820b4d76">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Moth Night at Randall’s Farm '
             'with Naturalist Lukas Keras</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" datetime="2026-06-19">Friday, '
             'June 19, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-06-19">8:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-19">9:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-06-19">20:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-19">21:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Randall\'s Farm Nature '
             'Preserve</span>\n'
             '          <span class="eventitem-meta-address-line">700 Sport '
             'Hill Road</span>\n'
             '          <span class="eventitem-meta-address-line">Easton, CT, '
             '06612</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=700%20Sport%20Hill%20Road%20Easton,%20CT,%2006612%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Moth%20Night%20at%20Randall%E2%80%99s%20Farm%20with%20Naturalist%20Lukas%20Keras&amp;dates=20260620T000000Z/20260620T013000Z&amp;location=700%20Sport%20Hill%20Road%2C%20Easton%2C%20CT%2C%2006612" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a href="/events/2026/6/19/moth-night?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1779899742074" '
             'id="item-6a171cef32a14051820b4d76"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1779899618052_35787"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">Step into the '
             'fascinating world of moths under the night sky at Randall’s '
             'Farm! Guided by naturalist Lukas Keras, this immersive program '
             'reveals the hidden beauty and ecological importance of '
             'moths—often overshadowed by their butterfly relatives. Moths are '
             'incredibly diverse, with over 11,000 species in North America '
             'alone. They serve as essential nighttime pollinators, a food '
             'source for birds and bats, and vital indicators of environmental '
             'health. From vibrant patterns to expert camouflage, moths '
             'showcase stunning adaptations that make them a wonder to '
             'observe.</p><p class="" style="white-space:pre-wrap;">Lukas will '
             'share preserved specimens from his personal collection and set '
             'up a light-and-sheet station to attract live moths, offering a '
             'rare opportunity to see these elusive insects up close as they '
             'emerge after dark.</p><p class="" '
             'style="white-space:pre-wrap;">This family-friendly event is open '
             'to all ages and perfect for nature lovers, curious minds, and '
             'budding entomologists alike.</p><p class="" '
             'style="white-space:pre-wrap;">What to Bring:\xa0Flashlights, '
             'wide-brimmed hats, and insect repellent are recommended for your '
             'comfort and enjoyment.</p><p class="" '
             'style="white-space:pre-wrap;">Please note, there are no bathroom '
             'facilities.</p><p class="" style="white-space:pre-wrap;">Event '
             'is open to the public. Maximum 35 people. RSVP required.</p><p '
             'class="" style="white-space:pre-wrap;">Don’t miss this magical '
             'night of exploration and discovery!</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/moth-night-6-19-2026/" '
             'target="_blank"><strong>RSVP Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="6a171cef32a14051820b4d76" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1753386261660-ZMNZDUWP0AD18C657CFL" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1753386261660-ZMNZDUWP0AD18C657CFL/moth+night.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/6/19/moth-night" data-title="Moth '
             'Night at Randall’s Farm with Naturalist Lukas '
             'Keras"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTP connection (1): 144.91.120.141:80
2026-06-16 02:20:35 [urllib3.connectionpool] DEBUG: http://144.91.120.141:80 "POST /api/v1/raw-events/ HTTP/1.1" 201 5358
2026-06-16 02:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/6/18/2026-member-celebration>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/6/18/2026-member-celebration',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a16f2e13e9e52688643b2df" '
             'data-item-id="6a16f2e13e9e52688643b2df">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">2026 Member Celebration</h1>\n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-date-time-container">\n'
             '\n'
             '        \n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-date '
             'event-meta-item">\n'
             '          <time class="event-date" '
             'datetime="2026-06-18">Thursday, June 18, 2026</time>\n'
             '        </li>\n'
             '\n'
             '        <li class="eventitem-meta-item eventitem-meta-time '
             'event-meta-item">\n'
             '          <span class="event-time-12hr">\n'
             '            <time class="event-time-12hr-start" '
             'datetime="2026-06-18">6:30\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-18">8:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-06-18">18:30</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-06-18">20:30</time>\n'
             '          </span>\n'
             '        </li>\n'
             '\n'
             '        \n'
             '\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '        \n'
             '        <ul class="eventitem-meta event-meta '
             'event-meta-address-container">\n'
             '          <li class="eventitem-meta-item '
             'eventitem-meta-address">\n'
             '          <span class="eventitem-meta-address-line '
             'eventitem-meta-address-line--title">Christ &amp; Holy Trinity '
             'Church</span>\n'
             '          <span class="eventitem-meta-address-line">75 Church '
             'Ln</span>\n'
             '          <span '
             'class="eventitem-meta-address-line">Westport</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=75%20Church%20Ln%20Westport%20" '
             'class="eventitem-meta-address-maplink" '
             'target="_blank">(map)</a>\n'
             '          </li>\n'
             '        </ul>\n'
             '        \n'
             '      \n'
             '\n'
             '      <ul class="eventitem-meta event-meta '
             'event-meta-addtocalendar-container">\n'
             '        <li class="eventitem-meta-item eventitem-meta-export '
             'event-meta-item">\n'
             '          <a '
             'href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=2026%20Member%20Celebration&amp;dates=20260618T223000Z/20260619T003000Z&amp;location=75%20Church%20Ln%2C%20Westport" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/6/18/2026-member-celebration?format=ical" '
             'class="eventitem-meta-export-ical">ICS</a>\n'
             '        </li>\n'
             '      </ul>\n'
             '\n'
             '      \n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="eventitem-column-content">\n'
             '\n'
             '      <div class="sqs-layout sqs-grid-12 columns-12" '
             'data-layout-label="Post Body" data-type="item" '
             'data-updated-on="1779888904510" '
             'id="item-6a16f2e13e9e52688643b2df"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block html-block '
             'sqs-block-html" data-block-type="2" data-sqsp-block="text" '
             'id="block-yui_3_17_2_1_1779888839348_35769"><div '
             'class="sqs-block-content">\n'
             '\n'
             '<div class="sqs-html-content" data-sqsp-text-block-content>\n'
             '  <p class="" style="white-space:pre-wrap;">All current members '
             'of Aspetuck Land Trust are invited to join our yearly '
             'celebration\xa0in Downtown Westport, on June 18th. Come for the '
             '4th Annual Aspetuck Land Trust Awards followed by pizza from '
             'Zuppardi’s Apizza and music by Dan Tressler in the '
             'courtyard.</p><p class="" style="white-space:pre-wrap;">We want '
             'to say thank you to all our amazing members who make our work '
             'possible!</p><p class="" style="white-space:pre-wrap;">Not a '
             'member? You can join the celebration by becoming a member with a '
             'donation as low as $50 per person. See available\xa0ticket '
             'options. We can’t wait to celebrate with you on June 18th! Thank '
             'you so much for continuing to support our mission to protect '
             'land forever and connect people to the natural world.</p><p '
             'class="" style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/membercelebration2026/" '
             'target="_blank"><strong>RSVP Here</strong></a></p>\n'
             '</div>\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '  \n'
             '\n'
             '\n'
             '\n'
             '</div></div></div></div></div>\n'
             '\n'
             '      \n'
             '      <div class="eventitem-content-footer">\n'
             '\n'
             '        \n'
             '\n'
             '        \n'
             '\n'
             '        <div class="eventitem-meta event-meta '
             'event-meta-socialicon-container">\n'
             '  <span class="sqs-simple-like" '
             'data-item-id="6a16f2e13e9e52688643b2df" data-like-count="0">\n'
             '    <span class="like-icon"></span>\n'
             '    <span class="like-count"></span>\n'
             '  </span>\n'
             '<span class="squarespace-social-buttons inline-style" '
             'data-system-data-id="1779888929291-H81OT1COD8RZ8S62BJDT" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1779888929291-H81OT1COD8RZ8S62BJDT/Pond+v3.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/6/18/2026-member-celebration" '
             'data-title="2026 Member Celebration"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-06-16 02:20:35 [scrapy.core.engine] INFO: Closing spider (finished)
2026-06-16 02:20:35 [scrapy.extensions.feedexport] INFO: Stored csv feed (35 items) in: output/2026/06/16/aspet_uckland_trust.csv
2026-06-16 02:20:35 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 14224,
 'downloader/request_count': 36,
 'downloader/request_method_count/GET': 36,
 'downloader/response_bytes': 906977,
 'downloader/response_count': 36,
 'downloader/response_status_count/200': 36,
 'dupefilter/filtered': 35,
 'elapsed_time_seconds': 9.086149,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 6, 16, 0, 20, 35, 139836, tzinfo=datetime.timezone.utc),
 'httpcompression/response_bytes': 4367119,
 'httpcompression/response_count': 36,
 'item_scraped_count': 35,
 'items_per_minute': 233.33333333333334,
 'log_count/DEBUG': 142,
 'log_count/ERROR': 1,
 'log_count/INFO': 3,
 'log_count/WARNING': 1,
 'memusage/max': 93065216,
 'memusage/startup': 93065216,
 'request_depth_max': 1,
 'response_received_count': 36,
 'responses_per_minute': 240.0,
 'scheduler/dequeued': 36,
 'scheduler/dequeued/memory': 36,
 'scheduler/enqueued': 36,
 'scheduler/enqueued/memory': 36,
 'start_time': datetime.datetime(2026, 6, 16, 0, 20, 26, 53687, tzinfo=datetime.timezone.utc)}
2026-06-16 02:20:35 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers), SPIDER (aspet_uckland_trust)