Desktop version Jobs Stats

PROJECT (event_scrapers)
SPIDER (aspet_uckland_trust)

2026-08-11 12:20:13 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 12:20:13 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
 'libxml2': '2.14.6',
 'cssselect': '1.3.0',
 'parsel': '1.10.0',
 'w3lib': '2.0.0',
 'Twisted': '25.5.0',
 'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
 'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
 'cryptography': '46.0.3',
 'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-11 12:20:13 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 12:20:13 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 12:20:13 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 12:20:13 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 12:20:13 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 12:20:13 [scrapy.extensions.telnet] INFO: Telnet Password: baca3e9c9d0c6eb1
2026-08-11 12:20:13 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
 'scrapy.extensions.logcount.LogCount',
 'scrapy.extensions.telnet.TelnetConsole',
 'scrapy.extensions.memusage.MemoryUsage',
 'scrapy.extensions.feedexport.FeedExporter',
 'scrapy.extensions.logstats.LogStats']
2026-08-11 12:20:13 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x7a70f63134c0>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/aspet_uckland_trust/3b79c720956e11f1b6d00050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 12:20:13 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 12:20:13 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 12:20:13 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-11 12:20:13 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
 'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-11 12:20:13 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 12:20:13 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.open_spider)

2026-08-11 12:20:13 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.process_item)

2026-08-11 12:20:13 [scrapy.core.engine] INFO: Spider opened
2026-08-11 12:20:13 [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-08-11 12:20:13 [aspet_uckland_trust] INFO: Sending scraped events to prod API
2026-08-11 12:20:13 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 12:20:13 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 12:20:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events> (referer: None)
2026-08-11 12:20:13 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.aspetucklandtrust.org/events/2026/10/22/haskins-lecture-2026-joan-maloof> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-08-11 12:20:13 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://www.aspetucklandtrust.org/events/2025/6/28/outdoor-fitness-at-randalls-farm>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2025/10/30/haskins-lecture> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [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-08-11 12:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6870
2026-08-11 12:20:14 [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/ce699faf-ab17-486b-be8d-3a456943e143_987/website.components.button.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/ce699faf-ab17-486b-be8d-3a456943e143_987/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'
             '<style class="transform-overrides-vars">\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-08-11 12:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10222
2026-08-11 12:20:15 [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-08-11 12:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7547
2026-08-11 12:20:15 [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-08-11 12:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6531
2026-08-11 12:20:15 [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-08-11 12:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7517
2026-08-11 12:20:15 [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-08-11 12:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6124
2026-08-11 12:20:15 [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-08-11 12:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16480
2026-08-11 12:20:15 [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 website-component-block '
             'sqs-block-website-component sqs-block-horizontalrule '
             'horizontalrule-block" '
             'data-block-css=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.horizontalrule/a082092f-1266-4a79-8f17-a67831bf5377_184/website.components.horizontalrule.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.horizontalrule/a082092f-1266-4a79-8f17-a67831bf5377_184/website.components.horizontalrule.visitor.js"]\' '
             'data-block-type="1337" '
             'data-definition-name="website.components.horizontalrule" '
             'data-sqsp-block="line" '
             'data-website-component-id="yui_3_17_2_1_1760117981321_108421" '
             'id="block-yui_3_17_2_1_1760117981321_108421"><div '
             'class="sqs-block-content">\n'
             '  \n'
             '\n'
             '\n'
             '<div>\n'
             '  <hr>\n'
             '  \n'
             '    <style class="transform-overrides-vars">\n'
             '  \n'
             '</style>\n'
             '\n'
             '    \n'
             '\n'
             '\n'
             '\n'
             '  \n'
             '</div>\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="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-08-11 12:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8973
2026-08-11 12:20:16 [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-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15616
2026-08-11 12:20:16 [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/cf9db12a-b131-4531-bd53-be22c6488ca0_1140/website.components.spacer.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/cf9db12a-b131-4531-bd53-be22c6488ca0_1140/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/cf9db12a-b131-4531-bd53-be22c6488ca0_1140/website.components.spacer.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.spacer/cf9db12a-b131-4531-bd53-be22c6488ca0_1140/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-08-11 12:20:16 [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-08-11 12:20:16 [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-08-11 12:20:16 [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-08-11 12:20:16 [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-08-11 12:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/2/12/conservation-conversation> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13783
2026-08-11 12:20:16 [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-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8432
2026-08-11 12:20:16 [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-08-11 12:20:16 [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-08-11 12:20:16 [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-08-11 12:20:16 [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-08-11 12:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/7/16/outdoor-mindfulness> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:16 [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-08-11 12:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/7/11/health-wellness> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:16 [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-08-11 12:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/7/9/outdoor-mindfulness> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/6/19/moth-night> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6192
2026-08-11 12:20:16 [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-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10158
2026-08-11 12:20:16 [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-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8031
2026-08-11 12:20:16 [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-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8701
2026-08-11 12:20:16 [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-08-11 12:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8072
2026-08-11 12:20:17 [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-08-11 12:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5708
2026-08-11 12:20:17 [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-08-11 12:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8762
2026-08-11 12:20:17 [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-08-11 12:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13203
2026-08-11 12:20:17 [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/ce699faf-ab17-486b-be8d-3a456943e143_987/website.components.button.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/ce699faf-ab17-486b-be8d-3a456943e143_987/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'
             '      --block-transform: none;\n'
             '\n'
             '      opacity: var(--opacity, 1);\n'
             '      transform: var(--block-transform);\n'
             '      transform-origin: var(--origin-x) var(--origin-y);\n'
             '    }\n'
             '  </style><style class="transform-overrides-vars">\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/ce699faf-ab17-486b-be8d-3a456943e143_987/website.components.button.styles.css"]\' '
             'data-block-scripts=\'["https://definitions.sqspcdn.com/website-component-definition/static-assets/website.components.button/ce699faf-ab17-486b-be8d-3a456943e143_987/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'
             '      --block-transform: none;\n'
             '\n'
             '      opacity: var(--opacity, 1);\n'
             '      transform: var(--block-transform);\n'
             '      transform-origin: var(--origin-x) var(--origin-y);\n'
             '    }\n'
             '  </style><style class="transform-overrides-vars">\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-08-11 12:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9549
2026-08-11 12:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/7/16/outdoor-mindfulness>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/7/16/outdoor-mindfulness',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a3c315e49b1133bdca668ba" '
             'data-item-id="6a3c315e49b1133bdca668ba">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Outdoor Mindfulness</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-16">Thursday, July 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-07-16">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-16">11:00\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-07-16">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-16">11: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">Charles Irwin Schoendorf '
             'Preserve at Farm Creek</span>\n'
             '          <span class="eventitem-meta-address-line">34 Sammis '
             'Street</span>\n'
             '          <span class="eventitem-meta-address-line">Norwalk, CT, '
             '06853</span>\n'
             '          <span class="eventitem-meta-address-line">United '
             'States</span>\n'
             '          <a '
             'href="http://maps.google.com?q=34%20Sammis%20Street%20Norwalk,%20CT,%2006853%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=Outdoor%20Mindfulness&amp;dates=20260716T140000Z/20260716T150000Z&amp;location=34%20Sammis%20Street%2C%20Norwalk%2C%20CT%2C%2006853%2C%20United%20States" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/7/16/outdoor-mindfulness?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="1782329766510" '
             'id="item-6a3c315e49b1133bdca668ba"><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_1782322579043_361133"><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 Aspetuck Land '
             'Trust and the Community Mindfulness Project for a four-week '
             "community mindfulness program at Farm Creek. CMP's programs are "
             'rooted in and informed by the practice of forest bathing, also '
             'known as <em>shinrin-yoku</em>, which originated in Japan in the '
             '1980s. The term was coined by the Japanese Ministry of '
             'Agriculture, Forestry, and Fisheries in 1982 and translates as '
             '"taking in the forest atmosphere" or "forest bathing." A member '
             'of the Aspetuck Land Trust team will be present to share some '
             'history of the preserve and talk about our mission in Norwalk '
             'and across Fairfield County. Space is limited.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://www.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7-bdkwh" '
             '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_1782329820057_59765"><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:521px;">\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.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7-bdkwh" '
             '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.19194030761719%;\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/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png" '
             'data-image-dimensions="521x522" 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/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png" '
             'width="521" height="522" 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/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/ecd50b03-d945-48b0-8361-82c84ba9d6b5/Screenshot+2026-06-24+153251.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="6a3c315e49b1133bdca668ba" 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="1782329344190-0MGGN7I4G7PN8KKK3G6G" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1782329344190-0MGGN7I4G7PN8KKK3G6G/farm+creek+bench.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/7/16/outdoor-mindfulness" '
             'data-title="Outdoor Mindfulness"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13587
2026-08-11 12:20:18 [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-08-11 12:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8565
2026-08-11 12:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/7/11/health-wellness>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/7/11/health-wellness',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a4bdc609889595982b19769" '
             'data-item-id="6a4bdc609889595982b19769">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Health &amp; Wellness '
             'Conversation</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-11">Saturday, July 11, 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-11">1:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-11">2:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-07-11">13:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-11">14: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">1001 Main St '
             'Unit 14</span>\n'
             '          <span '
             'class="eventitem-meta-address-line">Bridgeport</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=1001%20Main%20St%20Unit%2014%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=Health%20%26amp%3B%20Wellness%20Conversation&amp;dates=20260711T170000Z/20260711T183000Z&amp;location=1001%20Main%20St%20Unit%2014%2C%20Bridgeport" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/7/11/health-wellness?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="1783356585945" '
             'id="item-6a4bdc609889595982b19769"><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_1783356497945_88475"><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 a '
             'conversation about healthy eating, wellness, and the role food '
             'plays in our everyday lives. This session will include practical '
             'tips for building healthier habits and gardening tips from '
             'regenerative agriculture nutritionist Vetiveah Immanuel and a '
             'personal story from Razul Branch about their own journey with '
             'food, health, and community.</p><p class="" '
             'style="white-space:pre-wrap;">Parking: Street parking available '
             'around Arcade Mall (1001 Main St, Bridgeport, CT 06604)  – Free '
             'on Saturdays </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_1783356497945_118896"><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:1080px;">\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: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/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png" '
             'data-image-dimensions="1080x1350" '
             '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/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png" '
             'width="1080" height="1350" 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/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.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></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="6a4bdc609889595982b19769" 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="911a05d4-c89a-4928-81ca-21771ebb370b" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/911a05d4-c89a-4928-81ca-21771ebb370b/Health+%26+Wellness.png" '
             'data-record-type="12" '
             'data-full-url="/events/2026/7/11/health-wellness" '
             'data-title="Health &amp;amp; Wellness '
             'Conversation"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5358
2026-08-11 12:20:18 [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-08-11 12:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9534
2026-08-11 12:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/7/9/outdoor-mindfulness>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/7/9/outdoor-mindfulness',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a3c2e8b7b020d19a05d8238" '
             'data-item-id="6a3c2e8b7b020d19a05d8238">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Outdoor Mindfulness</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-09">Thursday, July 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-07-09">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-09">11:00\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-07-09">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-09">11: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">Charles Irwin Schoendorf '
             'Preserve at Farm Creek</span>\n'
             '          <span class="eventitem-meta-address-line">34 Sammis '
             'Street</span>\n'
             '          <span class="eventitem-meta-address-line">Norwalk, CT, '
             '06853</span>\n'
             '          <span class="eventitem-meta-address-line">United '
             'States</span>\n'
             '          <a '
             'href="http://maps.google.com?q=34%20Sammis%20Street%20Norwalk,%20CT,%2006853%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=Outdoor%20Mindfulness&amp;dates=20260709T140000Z/20260709T150000Z&amp;location=34%20Sammis%20Street%2C%20Norwalk%2C%20CT%2C%2006853%2C%20United%20States" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/7/9/outdoor-mindfulness?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="1782329203461" '
             'id="item-6a3c2e8b7b020d19a05d8238"><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_1782322579043_217391"><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 Aspetuck Land '
             'Trust and the Community Mindfulness Project for a four-week '
             "community mindfulness program at Farm Creek. CMP's programs are "
             'rooted in and informed by the practice of forest bathing, also '
             'known as <em>shinrin-yoku</em>, which originated in Japan in the '
             '1980s. The term was coined by the Japanese Ministry of '
             'Agriculture, Forestry, and Fisheries in 1982 and translates as '
             '"taking in the forest atmosphere" or "forest bathing." A member '
             'of the Aspetuck Land Trust team will be present to share some '
             'history of the preserve and talk about our mission in Norwalk '
             'and across Fairfield County. Space is limited.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://www.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7" '
             '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_1782322579043_258567"><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:521px;">\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.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7" '
             '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.76775360107422%;\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/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png" '
             'data-image-dimensions="521x525" 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/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png" '
             'width="521" height="525" 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/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/80352ace-7f53-4206-abe1-a102b8c7f401/Screenshot+2026-06-24+152428.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="6a3c2e8b7b020d19a05d8238" 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="1782329344190-0MGGN7I4G7PN8KKK3G6G" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1782329344190-0MGGN7I4G7PN8KKK3G6G/farm+creek+bench.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/7/9/outdoor-mindfulness" '
             'data-title="Outdoor Mindfulness"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6190
2026-08-11 12:20:18 [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 TBV 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">Trout Brook Valley</span>\n'
             '          <span class="eventitem-meta-address-line">Bradley Rd '
             'Entrance</span>\n'
             '          <span class="eventitem-meta-address-line">Weston, CT '
             '06883</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=Bradley%20Rd%20Entrance%20Weston,%20CT%2006883%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%20TBV%20with%20Naturalist%20Lukas%20Keras&amp;dates=20260620T000000Z/20260620T013000Z&amp;location=Bradley%20Rd%20Entrance%2C%20Weston%2C%20CT%2006883" '
             '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 Trout Brook '
             'Valley! 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 TBV with Naturalist Lukas Keras"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/7/23/outdoor-mindfulness> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/8/01/tree-identification> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:18 [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-08-11 12:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/10/22/haskins-lecture-2026-joan-maloof> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/7/30/outdoor-mindfulness> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.aspetucklandtrust.org/events/2026/7/18/plummer-property-trees> (referer: https://www.aspetucklandtrust.org/events)
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9549
2026-08-11 12:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/7/23/outdoor-mindfulness>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/7/23/outdoor-mindfulness',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a3c357ee5a2266196845514" '
             'data-item-id="6a3c357ee5a2266196845514">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Outdoor Mindfulness</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-23">Thursday, July 23, 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-23">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-23">11:00\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-07-23">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-23">11: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">Charles Irwin Schoendorf '
             'Preserve at Farm Creek</span>\n'
             '          <span class="eventitem-meta-address-line">34 Sammis '
             'Street</span>\n'
             '          <span class="eventitem-meta-address-line">Norwalk, CT, '
             '06853</span>\n'
             '          <span class="eventitem-meta-address-line">United '
             'States</span>\n'
             '          <a '
             'href="http://maps.google.com?q=34%20Sammis%20Street%20Norwalk,%20CT,%2006853%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=Outdoor%20Mindfulness&amp;dates=20260723T140000Z/20260723T150000Z&amp;location=34%20Sammis%20Street%2C%20Norwalk%2C%20CT%2C%2006853%2C%20United%20States" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/7/23/outdoor-mindfulness?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="1782330837855" '
             'id="item-6a3c357ee5a2266196845514"><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_1782329820057_196642"><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 Aspetuck Land '
             'Trust and the Community Mindfulness Project for a four-week '
             "community mindfulness program at Farm Creek. CMP's programs are "
             'rooted in and informed by the practice of forest bathing, also '
             'known as <em>shinrin-yoku</em>, which originated in Japan in the '
             '1980s. The term was coined by the Japanese Ministry of '
             'Agriculture, Forestry, and Fisheries in 1982 and translates as '
             '"taking in the forest atmosphere" or "forest bathing." A member '
             'of the Aspetuck Land Trust team will be present to share some '
             'history of the preserve and talk about our mission in Norwalk '
             'and across Fairfield County. Space is limited.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://www.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7-epzfd" '
             '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_1782329820057_248943"><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:523px;">\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.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7-epzfd" '
             '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:99.80879211425781%;\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/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png" '
             'data-image-dimensions="523x522" 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/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png" '
             'width="523" height="522" 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/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/f3199a0f-540d-4563-9565-fbddaa040bfa/Screenshot+2026-06-24+154027.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="6a3c357ee5a2266196845514" 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="1782329344190-0MGGN7I4G7PN8KKK3G6G" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1782329344190-0MGGN7I4G7PN8KKK3G6G/farm+creek+bench.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/7/23/outdoor-mindfulness" '
             'data-title="Outdoor Mindfulness"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13281
2026-08-11 12:20:19 [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;"><strong>Join Master '
             'Arborist Chris Teter of Bartlett Tree Experts for a guided tree '
             'identification walk exploring the trees that shape our local '
             'landscape. Participants will learn how to identify common native '
             'and naturalized species by examining leaves, bark, branching '
             'patterns, buds, and overall form.</strong> 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;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/urbantreeidentification8-1-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 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-08-11 12:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7087
2026-08-11 12:20:19 [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-08-11 12:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15769
2026-08-11 12:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/10/22/haskins-lecture-2026-joan-maloof>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/10/22/haskins-lecture-2026-joan-maloof',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a3d3ee24b6a505cea18fe9a" '
             'data-item-id="6a3d3ee24b6a505cea18fe9a">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Haskins Lecture 2026 with Joan '
             'Maloof - Forty Ways to Know a Tree</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-10-22">Thursday, October 22, 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-10-22">7:00\u202fPM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-10-22">8:30\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-10-22">19:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-10-22">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'
             '          <span class="eventitem-meta-address-line">20 Jesup '
             'Rd</span>\n'
             '          <span class="eventitem-meta-address-line">Westport, CT '
             '06880</span>\n'
             '          \n'
             '          <a '
             'href="http://maps.google.com?q=20%20Jesup%20Rd%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=Haskins%20Lecture%202026%20with%20Joan%20Maloof%20-%20Forty%20Ways%20to%20Know%20a%20Tree&amp;dates=20261022T230000Z/20261023T003000Z&amp;location=20%20Jesup%20Rd%2C%20Westport%2C%20CT%2006880" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/10/22/haskins-lecture-2026-joan-maloof?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="1782398810611" '
             'id="item-6a3d3ee24b6a505cea18fe9a"><div class="row sqs-row"><div '
             'class="col sqs-col-12 span-12"><div class="sqs-block image-block '
             'sqs-block-image sqs-col-4 span-4 float float-right" '
             'data-aspect-ratio="144.17177914110428" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1782398606419_113482"><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:542px;">\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:144.17178344726562%;\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/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png" '
             'data-image-dimensions="542x777" 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/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png" '
             'width="542" height="777" 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/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/cc1fdb08-35fc-45fc-955b-c764fd8a29c2/Screenshot+2026-06-25+103145.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_1782398606419_89930"><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/haskinslecture-joanmaloof/" '
             '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 '
             'sqs-col-4 span-4 float float-right" data-block-type="5" '
             'data-sqsp-block="image-classic" '
             'id="block-yui_3_17_2_1_1782398606419_118448"><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:586px;">\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:131.39932250976562%;\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/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png" '
             'data-image-dimensions="586x770" 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/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png" '
             'width="586" 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/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/8c777569-e6f0-44de-9e5a-4f6afc58acb7/Screenshot+2026-06-25+101329.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;">Joan Maloof</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_1782398606419_119877"><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;">There are an '
             'estimated three trillion trees in the world, half as many as '
             'there once were. To honor and protect these vital organisms, a '
             'shift in perspective can help expand our understanding beyond '
             "simply appreciating trees' remarkable beauty to discovering the "
             'ways they are inextricably connected to our planet, our fellow '
             'species, and our spirits.</p><p class="" '
             'style="white-space:pre-wrap;">Please join us on\xa0'
             '<strong>Thursday, October 22nd from 7:00 to 8:30 pm</strong> at '
             'The Westport Library as\xa0biologist\xa0<strong>Joan Maloof, '
             'author of\xa0<em>Forty Ways to Know a Tree: Exploring Trees to '
             'Understand Nature</em></strong> offers ways to engage with trees '
             'in authentic and captivating ways, as well as an invitation to '
             'think about trees beyond their beauty and to truly\xa0'
             '<strong><em>know</em></strong><em>\xa0</em>a tree<em>.\xa0'
             '</em>Through the bark or rings of the trees themselves, or '
             'through the birds and the vital role they play in the larger '
             "ecosystem, get to know trees as\xa0you've never known them "
             'before!</p><p class="" style="white-space:pre-wrap;">\u200bJoan '
             'Maloof is a writer, an ecologist, and a conservationist. Her '
             'formal education includes a Bachelor’s degree in Plant Science, '
             'a Master’s degree in Environmental Science, and a Doctorate in '
             'Ecology. She is a Professor Emeritus at Salisbury University, '
             'where she taught Biological Sciences and Environmental Studies. '
             'Maloof has published numerous research articles in publications '
             'such as Ecology, \xa0American Journal of Botany, and the '
             'International Journal of Environmental Studies. Maloof’s books '
             'include <em>Teaching the Trees</em> (2005), <em>Among the '
             'Ancients\xa0</em>(2011), <em>Nature’s Temples: The Complex World '
             'of Old-Growth Forests</em> (2016),\xa0<em>The Living Forest: A '
             'Visual Journey into the Heart of the Woods</em> (2017), and '
             '<em>Treepedia: A Brief Compendium of Arboreal Lore\xa0'
             '</em>(2021).</p><p class="" style="white-space:pre-wrap;">In '
             'addition to her research and writing, Maloof founded an '
             'organization, the Old-Growth Forest Network, with the goal of '
             'creating a network of protected forests across the US.\xa0Maloof '
             'travels widely to educate others regarding the extent and '
             'condition of our forests and encourages their '
             'preservation.</p><p class="" '
             'style="white-space:pre-wrap;">Tickets are free and open to the '
             'public.</p><p class="" style="white-space:pre-wrap;"><a '
             'href="https://secure.qgiv.com/for/qxarzx/event/haskinslecture-joanmaloof/" '
             'target="_blank"><strong>Register Here</strong></a></p><p '
             'class="" style="white-space:pre-wrap;"><em>The Haskins Lecture '
             'is made possible by the generous support of the Caryl &amp; Edna '
             'Haskins Fund and in partnership with The Westport '
             'Library.</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="6a3d3ee24b6a505cea18fe9a" 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="1782399616156-NFD3YG4183PCGLDSB3YF" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1782399616156-NFD3YG4183PCGLDSB3YF/hanna-lazar-5L7A872cU2M-unsplash.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/10/22/haskins-lecture-2026-joan-maloof" '
             'data-title="Haskins Lecture 2026 with Joan Maloof - Forty Ways '
             'to Know a Tree"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 9549
2026-08-11 12:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/7/30/outdoor-mindfulness>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/7/30/outdoor-mindfulness',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a3c36dcd1158d5bb6c90d5e" '
             'data-item-id="6a3c36dcd1158d5bb6c90d5e">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Outdoor Mindfulness</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-30">Thursday, July 30, 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-30">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-30">11:00\u202fAM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-07-30">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-30">11: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">Charles Irwin Schoendorf '
             'Preserve at Farm Creek</span>\n'
             '          <span class="eventitem-meta-address-line">34 Sammis '
             'Street</span>\n'
             '          <span class="eventitem-meta-address-line">Norwalk, CT, '
             '06853</span>\n'
             '          <span class="eventitem-meta-address-line">United '
             'States</span>\n'
             '          <a '
             'href="http://maps.google.com?q=34%20Sammis%20Street%20Norwalk,%20CT,%2006853%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=Outdoor%20Mindfulness&amp;dates=20260730T140000Z/20260730T150000Z&amp;location=34%20Sammis%20Street%2C%20Norwalk%2C%20CT%2C%2006853%2C%20United%20States" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/7/30/outdoor-mindfulness?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="1782331502904" '
             'id="item-6a3c36dcd1158d5bb6c90d5e"><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_1782329820057_271819"><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 Aspetuck Land '
             'Trust and the Community Mindfulness Project for a four-week '
             "community mindfulness program at Farm Creek. CMP's programs are "
             'rooted in and informed by the practice of forest bathing, also '
             'known as <em>shinrin-yoku</em>, which originated in Japan in the '
             '1980s. The term was coined by the Japanese Ministry of '
             'Agriculture, Forestry, and Fisheries in 1982 and translates as '
             '"taking in the forest atmosphere" or "forest bathing." A member '
             'of the Aspetuck Land Trust team will be present to share some '
             'history of the preserve and talk about our mission in Norwalk '
             'and across Fairfield County. Space is limited.</p><p class="" '
             'style="white-space:pre-wrap;"><a '
             'href="https://www.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7-rlcyw" '
             '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_1782329820057_283957"><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:521px;">\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.communitymindfulnessproject.org/schedule/2025/10/5/urban-forest-bathing-mindfulness-program-cz3gc-ysz76-b7gx2-mjt8a-x53d7-rlcyw" '
             '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.9596939086914%;\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/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png" '
             'data-image="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png" '
             'data-image-dimensions="521x526" 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/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png" '
             'width="521" height="526" 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/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png?format=100w '
             '100w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png?format=300w '
             '300w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png?format=500w '
             '500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png?format=750w '
             '750w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png?format=1000w '
             '1000w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.png?format=1500w '
             '1500w, '
             'https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/87b54507-aa4f-4e78-89bd-f5b85aedcfc5/Screenshot+2026-06-24+155929.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="6a3c36dcd1158d5bb6c90d5e" 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="1782329344190-0MGGN7I4G7PN8KKK3G6G" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1782329344190-0MGGN7I4G7PN8KKK3G6G/farm+creek+bench.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/7/30/outdoor-mindfulness" '
             'data-title="Outdoor Mindfulness"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 12:20:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6650
2026-08-11 12:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.aspetucklandtrust.org/events/2026/7/18/plummer-property-trees>
{'event_url': 'https://www.aspetucklandtrust.org/events/2026/7/18/plummer-property-trees',
 'platform': 'Aspet uckland Trust',
 'platform_hash': 'a5c34a4e65834f561eb88e8cd596b1b7',
 'raw_body': '<article class="eventitem " '
             'id="article-6a3c256fb768dc7e3a52a996" '
             'data-item-id="6a3c256fb768dc7e3a52a996">\n'
             '\n'
             '    <div class="eventitem-column-meta">\n'
             '\n'
             '      <h1 class="eventitem-title">Plummer Property 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-07-18">Saturday, July 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-07-18">10:00\u202fAM</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-18">12:00\u202fPM</time>\n'
             '          </span>\n'
             '          <span class="event-time-24hr">\n'
             '            <time class="event-time-24hr-start" '
             'datetime="2026-07-18">10:00</time>\n'
             '            <span class="event-datetime-divider"></span>\n'
             '            <time class="event-time-12hr-end" '
             'datetime="2026-07-18">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">Plummer Property</span>\n'
             '          <span class="eventitem-meta-address-line">Wampum Hill '
             'Road</span>\n'
             '          <span class="eventitem-meta-address-line">Weston, '
             'CT</span>\n'
             '          <span class="eventitem-meta-address-line">United '
             'States</span>\n'
             '          <a '
             'href="http://maps.google.com?q=Wampum%20Hill%20Road%20Weston,%20CT%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=Plummer%20Property%20Tree%20Identification&amp;dates=20260718T140000Z/20260718T160000Z&amp;location=Wampum%20Hill%20Road%2C%20Weston%2C%20CT%2C%20United%20States" '
             'class="eventitem-meta-export-google">Google Calendar</a>\n'
             '          <span class="eventitem-meta-export-divider"></span>\n'
             '          <a '
             'href="/events/2026/7/18/plummer-property-trees?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="1782327314003" '
             'id="item-6a3c256fb768dc7e3a52a996"><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_1782322579043_182139"><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;"><strong>Join Master '
             'Arborist Chris Teter of Bartlett Tree Experts for a guided tree '
             'identification walk exploring the trees that shape our local '
             'landscape. Participants will learn how to identify common native '
             'and naturalized species by examining leaves, bark, branching '
             'patterns, buds, and overall form. </strong>This walk will cover '
             'key identification features including leaves, bark, branching '
             'patterns, and overall form, with attention to common native and '
             'naturalized trees found in the region. Participants will visit '
             'the newly protected 16-acre Plummer property, using the site to '
             'observe trees growing across different habitats and conditions. '
             'Chris will share insights into tree biology, seasonal changes, '
             'and how different species respond to land use, soils, and '
             'climate, helping participants better read the landscape and '
             'deepen their understanding of local ecosystems.</p><p class="" '
             'style="white-space:pre-wrap;">No experience needed. Just come '
             'ready to walk and take a closer look.\xa0</p><p class="" '
             'style="white-space:pre-wrap;">The event will take place rain or '
             'shine. Please, no dogs.</p><p class="" '
             'style="white-space:pre-wrap;">Event is open to the public. '
             'Priority to members.<br><span '
             'style="text-decoration:underline">Maximum 25 people</span>. '
             '<em>RSVP required</em>.<br>Members Free/ Non-Members $10</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/plummertreeidentification/" '
             '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="6a3c256fb768dc7e3a52a996" 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="1782327302286-P5B2HMFH4RM01FJCAHRG" '
             'data-asset-url="https://images.squarespace-cdn.com/content/v1/59357950d482e9c7438b4bd6/1782327302286-P5B2HMFH4RM01FJCAHRG/plummer+field.jpg" '
             'data-record-type="12" '
             'data-full-url="/events/2026/7/18/plummer-property-trees" '
             'data-title="Plummer Property Tree Identification"></span></div>\n'
             '      </div>\n'
             '      \n'
             '\n'
             '    </div>\n'
             '\n'
             '    <div class="clear"></div>\n'
             '\n'
             '  </article>'}
2026-08-11 12:20:20 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 12:20:20 [scrapy.extensions.feedexport] INFO: Stored csv feed (31 items) in: output/2026/08/11/aspet_uckland_trust.csv
2026-08-11 12:20:20 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 12526,
 'downloader/request_count': 32,
 'downloader/request_method_count/GET': 32,
 'downloader/response_bytes': 829549,
 'downloader/response_count': 32,
 'downloader/response_status_count/200': 32,
 'dupefilter/filtered': 31,
 'elapsed_time_seconds': 6.732981,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 11, 10, 20, 20, 151947, tzinfo=datetime.timezone.utc),
 'httpcompression/response_bytes': 4052408,
 'httpcompression/response_count': 32,
 'item_scraped_count': 31,
 'items_per_minute': 310.0,
 'log_count/DEBUG': 126,
 'log_count/INFO': 3,
 'log_count/WARNING': 1,
 'memusage/max': 99291136,
 'memusage/startup': 99291136,
 'request_depth_max': 1,
 'response_received_count': 32,
 'responses_per_minute': 320.0,
 'scheduler/dequeued': 32,
 'scheduler/dequeued/memory': 32,
 'scheduler/enqueued': 32,
 'scheduler/enqueued/memory': 32,
 'start_time': datetime.datetime(2026, 8, 11, 10, 20, 13, 418966, tzinfo=datetime.timezone.utc)}
2026-08-11 12:20:20 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers)
SPIDER (aspet_uckland_trust)