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

PROJECT (event_scrapers), SPIDER (wilton_historical)

2026-08-12 05:00:52 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-12 05:00:52 [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-12 05:00:52 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-12 05:00:52 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-12 05:00:52 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-12 05:00:52 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-12 05:00:52 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-12 05:00:52 [scrapy.extensions.telnet] INFO: Telnet Password: a0f39a428ca289bc
2026-08-12 05:00:52 [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-12 05:00:52 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x78bd2a12f4c0>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/wilton_historical/041379bb95fa11f194630050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-12 05:00:52 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 05:00:52 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 05:00:52 [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-12 05:00:52 [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-12 05:00:52 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-12 05:00:52 [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-12 05:00:52 [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-12 05:00:52 [scrapy.core.engine] INFO: Spider opened
2026-08-12 05:00:52 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.wilton_historical.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-12 05:00:52 [wilton_historical] INFO: Sending scraped events to prod API
2026-08-12 05:00:52 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-12 05:00:52 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-12 05:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/wp-admin/admin-ajax.php?action=eventorganiser-fullcal&start=2026-09-01&end=2026-09-30&timeformat=g%3Ai%20a> (referer: None)
2026-08-12 05:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/wp-admin/admin-ajax.php?action=eventorganiser-fullcal&start=2026-08-12&end=2026-08-31&timeformat=g%3Ai%20a> (referer: None)
2026-08-12 05:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/wp-admin/admin-ajax.php?action=eventorganiser-fullcal&start=2026-10-01&end=2026-10-31&timeformat=g%3Ai%20a> (referer: None)
2026-08-12 05:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/wp-admin/admin-ajax.php?action=eventorganiser-fullcal&start=2026-12-01&end=2026-12-31&timeformat=g%3Ai%20a> (referer: None)
2026-08-12 05:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/wp-admin/admin-ajax.php?action=eventorganiser-fullcal&start=2026-11-01&end=2026-11-30&timeformat=g%3Ai%20a> (referer: None)
2026-08-12 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/events/event/emancipation-and-freedom-people-of-african-descent-and-the-american-revolution/> (referer: https://wiltonhistorical.org/public-programs/calendar/)
2026-08-12 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/events/event/working-for-the-revolution-patriot-womens-lives-during-the-war/> (referer: https://wiltonhistorical.org/public-programs/calendar/)
2026-08-12 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/events/event/music-during-the-revolution/> (referer: https://wiltonhistorical.org/public-programs/calendar/)
2026-08-12 05:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/events/event/2026-member-and-donor-cookout/> (referer: https://wiltonhistorical.org/public-programs/calendar/)
2026-08-12 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 05:00:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7176
2026-08-12 05:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://wiltonhistorical.org/events/event/emancipation-and-freedom-people-of-african-descent-and-the-american-revolution/>
{'event_url': 'https://wiltonhistorical.org/events/event/emancipation-and-freedom-people-of-african-descent-and-the-american-revolution/',
 'platform': 'Wilton Historical',
 'platform_hash': 'e6ba4eb2d2836cb1728e984e23ddba9a',
 'raw_body': '<div class="articlebox lightgreybox">\n'
             '<header class="entry-header">   <p id="breadcrumbs" '
             'class="pancrumbs"><a '
             'href="https://wiltonhistorical.org">Home</a> » <a '
             'href="https://wiltonhistorical.org/calendar/">Calendar</a> » '
             'Emancipation and Freedom: People of African Descent and the '
             'American Revolution</p>\n'
             '\t\t\t\t<h1 class="entry-title event-title">Emancipation and '
             'Freedom: People of African Descent and the American '
             'Revolution</h1>\n'
             '             \n'
             '</header>\n'
             '\t\n'
             '\t\t\t<div class="entry-content">\n'
             '                \n'
             '    \n'
             '    \n'
             '\t\t\t\t\t<p><strong><time itemprop="startDate" '
             'datetime="2026-09-10T19:00:00-04:00">Thursday, September 10,  '
             '7:00pm</time> - <time itemprop="endDate" '
             'datetime="2026-09-10T20:00:00-04:00">8:00pm</time></strong></p>\n'
             '            \t\t\t\t<!-- The content or the description of the '
             'event-->\n'
             '\t\t\t\t<p><img fetchpriority="high" decoding="async" '
             'class="alignleft wp-image-9199 size-small" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-250x250.jpg" '
             'alt="" width="250" height="250" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-250x250.jpg '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-300x300.jpg '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-710x710.jpg '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-150x150.jpg '
             '150w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-768x768.jpg '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-450x450.jpg '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-30x30.jpg '
             '30w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers-140x140.jpg '
             '140w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/African-American-Soldiers.jpg '
             '957w" sizes="(max-width: 250px) 100vw, 250px">The historical '
             'importance of the American War of Independence for Black '
             'Americans is unquestionable. The number of Black men who served '
             'in the military during this war is between 5,000 and 10,000. But '
             'how do we remember and memorialize Black Patriots and History '
             'Makers from that era? What lenses do we look through to see '
             'them? What narrative structure do we use to talk about the past '
             'they experienced? What parameters do we use for framing that '
             'narrative? And how does it relate to the more well-known '
             'narrative? These are some of the questions that will be '
             'addressed in this presentation.</p>\n'
             '<hr>\n'
             '<p><img decoding="async" class="wp-image-9193 size-headshot '
             'alignright" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/06/new-photo-175x225.jpeg" '
             'alt="" width="175" height="225" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/06/new-photo-175x225.jpeg '
             '175w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/06/new-photo-108x140.jpeg '
             '108w" sizes="(max-width: 175px) 100vw, 175px"></p>\n'
             '<h4>About Robert Bellinger</h4>\n'
             '<p>Robert Bellinger is a public historian with a Ph.D. in '
             'history from Boston College. As the proprietor of Righting '
             'Histories, Dr. Bellinger engages in projects that involve '
             'research andinterpretation of African American history, local '
             'histories, and historic sites.</p>\n'
             '<p>Dr. Bellinger has been engaged as a researcher, advisor, or '
             'consultant on several public history projects including the '
             'National Park Service project “The Experience of Africans During '
             'the American Revolution”; the development of a Black History '
             'Trail in Concord, MA; “Harvesting Heritage” an upcoming exhibit '
             'at South Carolina State Museum; and “Conversations of Freedom,” '
             'the 250th anniversary exhibit at Middleton Place, Charleston, '
             'South Carolina.</p>\n'
             '<p>In 2021 Dr. Bellinger founded the African Seed Exchange (ASÉ) '
             'which documents the introduction of African food crops into '
             'North America by Africans and African Americans in South '
             'Carolina from the 17th through the 19th centuries. Currently Dr. '
             'Bellinger is completing a manuscript on the history of the Black '
             'residents of Lexington, Massachusetts, 1690-1820. Working with '
             'the Lexington History Museums this text will help expand the '
             'interpretation of the history of this Massachusetts '
             'community.</p>\n'
             '<p>Dr. Bellinger serves on the boards of the Robbins House, the '
             'Shirley-Eustis House, Rediscover Mapledale, the Slave Legacy '
             'History Coalition, Lexington History Museums, and Middleton '
             'Place in Charleston, South Carolina. Dr. Bellinger is a member '
             'of the Sons of the American Revolution, the Massachusetts '
             'Historical Society, the Colonial Society of Massachusetts, and '
             'the African America Historical and Genealogical Society.</p>\n'
             '<h4>The talk will be held virtually on Thursday, September 10, '
             'at 7:00 p.m.</h4>\n'
             '<h4>The event is free for Historical Society members. For '
             'non-members, there is a $10.00 fee.</h4>\n'
             '<p><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/QAFwfKwKlHJFSiphqOpywg">Fill '
             'out my LGL Form!</a><br>\n'
             '</noscript><br>\n'
             '<script type="text/javascript" '
             'src="https://secure.lglforms.com/form_engine/s/ypJsXqR_ziHywontbBOrRQ.js"></script><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/ypJsXqR_ziHywontbBOrRQ">Fill '
             'out my LGL Form!</a><br>\n'
             '</noscript></p>\n'
             '<h4 style="text-align: center;">This event is sponsored by <img '
             'decoding="async" class="alignnone wp-image-8990 aligncenter" '
             'style="font-size: 1rem;" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png" '
             'alt="" width="89" height="51" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-710x400.png '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-768x439.png '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-250x143.png '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-450x257.png '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-140x80.png '
             '140w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-1000x571.png '
             '1000w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage.png '
             '1400w" sizes="(max-width: 89px) 100vw, 89px"></h4>\n'
             '\t\n'
             '                \n'
             '                   \n'
             '\n'
             '\t\t\t</div><!-- .entry-content -->\n'
             '\n'
             '\t\t\t<footer class="entry-meta">\n'
             '\t\t\tThis event was posted in <a '
             'href="https://wiltonhistorical.org/events/category/for-adults/" '
             'rel="tag">For Adults</a> by <a '
             'href="https://wiltonhistorical.org/author/elayman/">Emily '
             'Layman</a>.\n'
             '\t\t\t\t\t\t</footer><!-- .entry-meta -->\n'
             '</div>'}
2026-08-12 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 05:00:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5657
2026-08-12 05:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://wiltonhistorical.org/events/event/working-for-the-revolution-patriot-womens-lives-during-the-war/>
{'event_url': 'https://wiltonhistorical.org/events/event/working-for-the-revolution-patriot-womens-lives-during-the-war/',
 'platform': 'Wilton Historical',
 'platform_hash': 'e6ba4eb2d2836cb1728e984e23ddba9a',
 'raw_body': '<div class="articlebox lightgreybox">\n'
             '<header class="entry-header">   <p id="breadcrumbs" '
             'class="pancrumbs"><a '
             'href="https://wiltonhistorical.org">Home</a> » <a '
             'href="https://wiltonhistorical.org/calendar/">Calendar</a> » '
             'Working for the Revolution: Patriot Women’s Lives During the '
             'War</p>\n'
             '\t\t\t\t<h1 class="entry-title event-title">Working for the '
             'Revolution: Patriot Women’s Lives During the War</h1>\n'
             '             \n'
             '</header>\n'
             '\t\n'
             '\t\t\t<div class="entry-content">\n'
             '                \n'
             '    \n'
             '    \n'
             '\t\t\t\t\t<p><strong><time itemprop="startDate" '
             'datetime="2026-08-20T19:00:00-04:00">Thursday, August 20,  '
             '7:00pm</time> - <time itemprop="endDate" '
             'datetime="2026-08-20T20:00:00-04:00">8:00pm</time></strong></p>\n'
             '            \t\t\t\t<!-- The content or the description of the '
             'event-->\n'
             '\t\t\t\t<p>Join us on <strong>Thursday, August 20th at 7:00 '
             'pm</strong> for a presentation by professor emerita and '
             'publisher Kathy Hermes.\xa0<span style="font-weight: 400;">The '
             'talk will explore how women contributed to the American '
             'Revolutionary effort politically, economically, intellectually, '
             'and even militarily. Using original sources like newspapers, '
             'court records, letters, and pension records, Dr. Hermes will '
             'show how Indigenous, Anglo-European, and African-descended women '
             'all helped to further the Patriot cause.\xa0</span><img '
             'fetchpriority="high" decoding="async" class="wp-image-9063 '
             'aligncenter" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-300x112.png" '
             'alt="" width="378" height="141" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-300x112.png '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-710x265.png '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-768x287.png '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-1536x573.png '
             '1536w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-2048x765.png '
             '2048w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-250x93.png '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-450x168.png '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-140x52.png '
             '140w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/04/image001-1-1000x373.png '
             '1000w" sizes="(max-width: 378px) 100vw, 378px"></p>\n'
             '<p><span style="font-weight: 400;">Katherine Hermes is the '
             'publisher and executive director of </span><i><span '
             'style="font-weight: 400;">Connecticut Explored</span></i><span '
             'style="font-weight: 400;"> magazine, a non-profit history '
             'publication produced for readers interested in Connecticut’s '
             'past. She is professor emerita of history at Central Connecticut '
             'State University, where she taught Early American history for 25 '
             'years. She has created and been involved with a number of '
             'digital public history projects, including </span><i><span '
             'style="font-weight: 400;">Forgotten Voices of the Revolutionary '
             'War</span></i><span style="font-weight: 400;">: </span><i><span '
             'style="font-weight: 400;">People of Color and the Redding '
             'Encampment, 1778-1779</span></i><span style="font-weight: '
             '400;">.\xa0</span></p>\n'
             '<h4><strong>The talk will be held on Thursday, August 20th at '
             'the Wilton Historical Society at 7:00 pm.</strong></h4>\n'
             '<h4><strong>The event is free for Historical Society members. '
             'For non-members, there is a $10.00 fee.</strong></h4>\n'
             '<p><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/sYUx_HyK_WSHQik0ZYzZiA">Fill '
             'out my LGL Form!</a><br>\n'
             '</noscript><br>\n'
             '<script type="text/javascript" '
             'src="https://secure.lglforms.com/form_engine/s/sYUx_HyK_WSHQik0ZYzZiA.js"></script><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/sYUx_HyK_WSHQik0ZYzZiA">Fill '
             'out my LGL Form!</a><br>\n'
             '</noscript></p>\n'
             '<h4 style="text-align: center;">This event is sponsored by <img '
             'decoding="async" class="alignnone wp-image-8990 aligncenter" '
             'style="font-size: 1rem;" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png" '
             'alt="" width="89" height="51" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-710x400.png '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-768x439.png '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-250x143.png '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-450x257.png '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-140x80.png '
             '140w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-1000x571.png '
             '1000w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage.png '
             '1400w" sizes="(max-width: 89px) 100vw, 89px"></h4>\n'
             '<p>\xa0</p>\n'
             '\t\n'
             '                \n'
             '                   \n'
             '\n'
             '\t\t\t</div><!-- .entry-content -->\n'
             '\n'
             '\t\t\t<footer class="entry-meta">\n'
             '\t\t\tThis event was posted in <a '
             'href="https://wiltonhistorical.org/events/category/for-adults/" '
             'rel="tag">For Adults</a> by <a '
             'href="https://wiltonhistorical.org/author/elayman/">Emily '
             'Layman</a>.\n'
             '\t\t\t\t\t\t</footer><!-- .entry-meta -->\n'
             '</div>'}
2026-08-12 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 05:00:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4323
2026-08-12 05:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://wiltonhistorical.org/events/event/music-during-the-revolution/>
{'event_url': 'https://wiltonhistorical.org/events/event/music-during-the-revolution/',
 'platform': 'Wilton Historical',
 'platform_hash': 'e6ba4eb2d2836cb1728e984e23ddba9a',
 'raw_body': '<div class="articlebox lightgreybox">\n'
             '<header class="entry-header">   <p id="breadcrumbs" '
             'class="pancrumbs"><a '
             'href="https://wiltonhistorical.org">Home</a> » <a '
             'href="https://wiltonhistorical.org/calendar/">Calendar</a> » '
             'Music During The Revolution</p>\n'
             '\t\t\t\t<h1 class="entry-title event-title">Music During The '
             'Revolution</h1>\n'
             '             \n'
             '</header>\n'
             '\t\n'
             '\t\t\t<div class="entry-content">\n'
             '                \n'
             '    \n'
             '    \n'
             '\t\t\t\t\t<p><strong><time itemprop="startDate" '
             'datetime="2026-09-02T19:00:00-04:00">Wednesday, September 2,  '
             '7:00pm</time> - <time itemprop="endDate" '
             'datetime="2026-09-02T20:00:00-04:00">8:00pm</time></strong></p>\n'
             '            \t\t\t\t<!-- The content or the description of the '
             'event-->\n'
             '\t\t\t\t<h4>Music During The Revolution</h4>\n'
             '<p>This year we commemorate the 250th Anniversary of the '
             'American Revolution! Join us at the Wilton Historical Society on '
             'Wednesday, September 2nd at 7:00 pm for a presentation about '
             'music during the Revolution by Christine Hauck.</p>\n'
             '<p>Christine Hauck is a visual arts educator, lecturer, '
             'multimedia artist, and award-winning designer. Through her '
             'graffeast studio, she creates marketing, branding, and '
             'collateral materials. She holds an M.A. in History of Decorative '
             'Arts and Curatorial Studies from Parsons School of Design and '
             'the Cooper-Hewitt Smithsonian Design Museum, a degree in '
             'Graphics and Advertising from Parsons School of Design, '
             'including a postgraduate seminar in Japan, and a B.A. in Art '
             'History from Vassar College. She was formerly an Adjunct '
             'Professor at the University of Connecticut in Digital '
             'Media.</p>\n'
             '<h4 style="font-size: 15.96px;"><img fetchpriority="high" '
             'decoding="async" class="size-medium wp-image-9136 alignright" '
             'style="color: #323232; font-size: 14px; font-weight: 400;" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-300x346.png" '
             'alt="" width="300" height="346" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-300x346.png '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-710x818.png '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-768x885.png '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-250x288.png '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-450x519.png '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-121x140.png '
             '121w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2-1000x1153.png '
             '1000w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/05/Photo2.png '
             '1271w" sizes="(max-width: 300px) 100vw, 300px"></h4>\n'
             '<p>This lecture will focus on the American Revolutionary Era '
             '(1763–1783) and what the residents of Wilton in 1776 would have '
             'been listening to at the time. Christine will share her research '
             'journey to identify the top composers or music makers of the '
             'area and the types of music popular in 1776 from patriotic and '
             'marching songs to social and dance music, to psalms and '
             'symphonies.</p>\n'
             '<h4><strong>Registration Required</strong></h4>\n'
             '<h4>Wilton Historical Society Members – FREE<br>\n'
             'Non-Members – $10</h4>\n'
             '<p><script type="text/javascript" '
             'src="https://secure.lglforms.com/form_engine/s/aHA0maRV0qM3XwKVXiHQ-w.js"></script><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/aHA0maRV0qM3XwKVXiHQ-w">Fill '
             'out my LGL Form!</a><br>\n'
             '</noscript></p>\n'
             '<h4>This programs is sponsored by ASML.</h4>\n'
             '<p><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/aHA0maRV0qM3XwKVXiHQ-w">Fill '
             'out my LGL Form!</a><br>\n'
             '</noscript></p>\n'
             '\t\n'
             '                \n'
             '                   \n'
             '\n'
             '\t\t\t</div><!-- .entry-content -->\n'
             '\n'
             '\t\t\t<footer class="entry-meta">\n'
             '\t\t\tThis event was posted in <a '
             'href="https://wiltonhistorical.org/events/category/for-adults/" '
             'rel="tag">For Adults</a> by <a '
             'href="https://wiltonhistorical.org/author/elayman/">Emily '
             'Layman</a>.\n'
             '\t\t\t\t\t\t</footer><!-- .entry-meta -->\n'
             '</div>'}
2026-08-12 05:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 05:00:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3748
2026-08-12 05:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://wiltonhistorical.org/events/event/2026-member-and-donor-cookout/>
{'event_url': 'https://wiltonhistorical.org/events/event/2026-member-and-donor-cookout/',
 'platform': 'Wilton Historical',
 'platform_hash': 'e6ba4eb2d2836cb1728e984e23ddba9a',
 'raw_body': '<div class="articlebox lightgreybox">\n'
             '<header class="entry-header">   <p id="breadcrumbs" '
             'class="pancrumbs"><a '
             'href="https://wiltonhistorical.org">Home</a> » <a '
             'href="https://wiltonhistorical.org/calendar/">Calendar</a> » '
             '2026 Member and Donor Cookout</p>\n'
             '\t\t\t\t<h1 class="entry-title event-title">2026 Member and '
             'Donor Cookout</h1>\n'
             '             \n'
             '</header>\n'
             '\t\n'
             '\t\t\t<div class="entry-content">\n'
             '                \n'
             '    \n'
             '    \n'
             '\t\t\t\t\t<p><strong><time itemprop="startDate" '
             'datetime="2026-08-27T17:30:00-04:00">Thursday, August 27,  '
             '5:30pm</time> - <time itemprop="endDate" '
             'datetime="2026-08-27T19:30:00-04:00">7:30pm</time></strong></p>\n'
             '            \t\t\t\t<!-- The content or the description of the '
             'event-->\n'
             '\t\t\t\t<p><img fetchpriority="high" decoding="async" '
             'class="wp-image-9216 size-medium alignright" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-300x388.png" '
             'alt="" width="300" height="388" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-300x388.png '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-710x919.png '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-768x994.png '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-1187x1536.png '
             '1187w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-250x323.png '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-450x582.png '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-175x225.png '
             '175w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-108x140.png '
             '108w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1-1000x1294.png '
             '1000w, '
             'https://wiltonhistorical.org/wp-content/uploads/2024/07/Donor-cookout-1-1.png '
             '1545w" sizes="(max-width: 300px) 100vw, 300px"></p>\n'
             '<h2 style="text-align: center;"><strong>Thank you to our members '
             'and donors for your support of the Wilton Historical '
             'Society!</strong></h2>\n'
             '<h4>To show our appreciation and to close out the summer, please '
             'join us for a free cookout on Thursday, August 27th, from 5:30 '
             'to 7:30 PM for food, drinks, games, and fun. This event is free '
             'and open to any current Wilton Historical Society Members.</h4>\n'
             '<h3 style="text-align: center;"><strong><em>Not a member? Become '
             'one today by <a '
             'href="https://wiltonhistorical.org/support/membership/">clicking '
             'here.</a></em></strong></h3>\n'
             '<h4>Registration is requested, please fill out the form '
             'below:</h4>\n'
             '<p><script type="text/javascript" '
             'src="https://secure.lglforms.com/form_engine/s/s2xfmwUVKDPjfKOJHstFKQ.js"></script><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/s2xfmwUVKDPjfKOJHstFKQ">Fill '
             'out my LGL Form!</a><span data-mce-type="bookmark" '
             'style="display: inline-block; width: 0px; overflow: hidden; '
             'line-height: 0;" class="mce_SELRES_start"></span><br>\n'
             '</noscript></p>\n'
             '\t\n'
             '                \n'
             '                   \n'
             '\n'
             '\t\t\t</div><!-- .entry-content -->\n'
             '\n'
             '\t\t\t<footer class="entry-meta">\n'
             '\t\t\tThis event was posted in <a '
             'href="https://wiltonhistorical.org/events/category/for-adults/" '
             'rel="tag">For Adults</a> by <a '
             'href="https://wiltonhistorical.org/author/a-dillon/">Abbey '
             'Dillon</a>.\n'
             '\t\t\t\t\t\t</footer><!-- .entry-meta -->\n'
             '</div>'}
2026-08-12 05:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/events/event/enduring-legend-of-the-leatherman/> (referer: https://wiltonhistorical.org/public-programs/calendar/)
2026-08-12 05:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 05:00:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5759
2026-08-12 05:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://wiltonhistorical.org/events/event/enduring-legend-of-the-leatherman/>
{'event_url': 'https://wiltonhistorical.org/events/event/enduring-legend-of-the-leatherman/',
 'platform': 'Wilton Historical',
 'platform_hash': 'e6ba4eb2d2836cb1728e984e23ddba9a',
 'raw_body': '<div class="articlebox lightgreybox">\n'
             '<header class="entry-header">   <p id="breadcrumbs" '
             'class="pancrumbs"><a '
             'href="https://wiltonhistorical.org">Home</a> » <a '
             'href="https://wiltonhistorical.org/calendar/">Calendar</a> » The '
             'Enduring Legend of The Leatherman</p>\n'
             '\t\t\t\t<h1 class="entry-title event-title">The Enduring Legend '
             'of The Leatherman</h1>\n'
             '             \n'
             '</header>\n'
             '\t\n'
             '\t\t\t<div class="entry-content">\n'
             '                \n'
             '    \n'
             '    \n'
             '\t\t\t\t\t<p><strong><time itemprop="startDate" '
             'datetime="2026-10-15T19:00:00-04:00">Thursday, October 15,  '
             '7:00pm</time> - <time itemprop="endDate" '
             'datetime="2026-10-15T20:00:00-04:00">8:00pm</time></strong></p>\n'
             '            \t\t\t\t<!-- The content or the description of the '
             'event-->\n'
             '\t\t\t\t<h4></h4>\n'
             '<h4><img decoding="async" class="wp-image-9224 alignleft" '
             'style="font-size: 1rem;" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/03/Screenshot-2026-07-16-103809.png" '
             'alt="" width="167" height="256" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/03/Screenshot-2026-07-16-103809.png '
             '125w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/Screenshot-2026-07-16-103809-92x140.png '
             '92w" sizes="(max-width: 167px) 100vw, 167px"><span '
             'style="font-size: 1rem;">The End</span><span style="font-size: '
             '1rem;">uring Legend of The Leatherman</span></h4>\n'
             '<p>Of all the legendary figures who have come through '
             'Connecticut, few have had the<img decoding="async" '
             'class="size-full wp-image-9225 alignright" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/03/Screenshot-2026-07-16-103747.png" '
             'alt="" width="135" height="197" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/03/Screenshot-2026-07-16-103747.png '
             '135w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/Screenshot-2026-07-16-103747-96x140.png '
             '96w" sizes="(max-width: 135px) 100vw, 135px"> staying power or '
             'notoriety that The Leatherman has achieved.</p>\n'
             '<p>For six years during the late 1800s,<span style="font-size: '
             '1rem;">this so-called “vagabond” hiked the same, 364-mile, '
             'circuitous route every 3</span><span style="font-size: 1rem;">4 '
             'days like clo</span><span style="font-size: 1rem;">ckwork. '
             '</span><span style="font-size: 1rem;">Residents could predict '
             'when he would return to their town. </span><span '
             'style="font-size: 1rem;">Wearin</span><span style="font-size: '
             '1rem;">g a self-made suit of leather, from head to toe, he '
             'conversed with no one and </span><span style="font-size: '
             '1rem;">slept in caves. And, we still don’t know who he was. But, '
             'people loved him.</span></p>\n'
             '<p>Hear ab<span style="font-size: 1rem;">out The Leatherman from '
             'noted Connecticut podcaster and storyteller Mike </span><span '
             'style="font-size: 1rem;">Allen on Thursday evening, October 15. '
             'Mike Allen specializes in bringing history to life, through his '
             'background in journalism, radio broadcasting, podcasting and '
             'public speaking. Mike hosted the podcast Amazing Tales About '
             'History for four years, producing more than 200 episodes on '
             'Connecticut history. For 10 years, Mike was News Director at '
             'Connecticut radio station i-95 before becoming Press Secretary '
             'to the Mayor of Danbury. During a subsequent, 25-year corporate '
             'career, he worked and lived internationally, specializing in '
             'marketing. Mike has lived in Connecticut for more than 50 years '
             'and currently resides in Danbury.</span></p>\n'
             '<h4 style="text-align: center;">The talk will be held on '
             'Thursday, October 15th, at 7:00 p.m. at the Wilton Historical '
             'Society at 224 Danbury Road in Wilton.</h4>\n'
             '<h4 style="text-align: center;">The event is free for Historical '
             'Society members. For non-members, there is a $10.00 fee.</h4>\n'
             '<p><script type="text/javascript" '
             'src="https://secure.lglforms.com/form_engine/s/tgiIKXB0xwUNOQP7JbY77A.js"></script><noscript><a '
             'href="https://secure.lglforms.com/form_engine/s/tgiIKXB0xwUNOQP7JbY77A">Fill '
             'out my LGL Form!</a><br>\n'
             '</noscript></p>\n'
             '<h4 style="text-align: center;">This event is sponsored by <img '
             'decoding="async" class="alignnone wp-image-8990 aligncenter" '
             'style="font-size: 1rem;" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png" '
             'alt="" width="89" height="51" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-710x400.png '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-768x439.png '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-250x143.png '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-450x257.png '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-140x80.png '
             '140w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-1000x571.png '
             '1000w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage.png '
             '1400w" sizes="(max-width: 89px) 100vw, 89px"></h4>\n'
             '\t\n'
             '                \n'
             '                   \n'
             '\n'
             '\t\t\t</div><!-- .entry-content -->\n'
             '\n'
             '\t\t\t<footer class="entry-meta">\n'
             '\t\t\tThis event was posted in <a '
             'href="https://wiltonhistorical.org/events/category/for-adults/" '
             'rel="tag">For Adults</a> by <a '
             'href="https://wiltonhistorical.org/author/elayman/">Emily '
             'Layman</a>.\n'
             '\t\t\t\t\t\t</footer><!-- .entry-meta -->\n'
             '</div>'}
2026-08-12 05:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://wiltonhistorical.org/events/event/iconoclasm-in-wilton-the-revolutionary-era-statue-of-king-george-iii/> (referer: https://wiltonhistorical.org/public-programs/calendar/)
2026-08-12 05:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 05:00:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6182
2026-08-12 05:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://wiltonhistorical.org/events/event/iconoclasm-in-wilton-the-revolutionary-era-statue-of-king-george-iii/>
{'event_url': 'https://wiltonhistorical.org/events/event/iconoclasm-in-wilton-the-revolutionary-era-statue-of-king-george-iii/',
 'platform': 'Wilton Historical',
 'platform_hash': 'e6ba4eb2d2836cb1728e984e23ddba9a',
 'raw_body': '<div class="articlebox lightgreybox">\n'
             '<header class="entry-header">   <p id="breadcrumbs" '
             'class="pancrumbs"><a '
             'href="https://wiltonhistorical.org">Home</a> » <a '
             'href="https://wiltonhistorical.org/calendar/">Calendar</a> » '
             'Iconoclasm in Wilton: The Revolutionary-era Statue of King '
             'George III</p>\n'
             '\t\t\t\t<h1 class="entry-title event-title">Iconoclasm in '
             'Wilton: The Revolutionary-era Statue of King George III</h1>\n'
             '             \n'
             '</header>\n'
             '\t\n'
             '\t\t\t<div class="entry-content">\n'
             '                \n'
             '    \n'
             '    \n'
             '\t\t\t\t\t<p><strong><time itemprop="startDate" '
             'datetime="2026-10-14T19:00:00-04:00">Wednesday, October 14,  '
             '7:00pm</time> - <time itemprop="endDate" '
             'datetime="2026-10-14T20:00:00-04:00">8:00pm</time></strong></p>\n'
             '            \t\t\t\t<!-- The content or the description of the '
             'event-->\n'
             '\t\t\t\t<p>Join us on\xa0<strong>Wednesday, October 14th at 7:00 '
             'pm</strong> for a presentation by University of Delaware '
             'professor Wendy Bellion. The talk will explore the 1776 tearing '
             'down of the King George Statue and Wilton’s direct role in the '
             'historic events that followed.</p>\n'
             '<p><img fetchpriority="high" decoding="async" '
             'class="wp-image-9260 alignright" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/08/service-pnp-ppmsca-17500-17521r-300x204.jpg" '
             'alt="" width="343" height="234" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/08/service-pnp-ppmsca-17500-17521r-300x204.jpg '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/08/service-pnp-ppmsca-17500-17521r-250x170.jpg '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/08/service-pnp-ppmsca-17500-17521r-450x306.jpg '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/08/service-pnp-ppmsca-17500-17521r-140x95.jpg '
             '140w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/08/service-pnp-ppmsca-17500-17521r.jpg '
             '640w" sizes="(max-width: 343px) 100vw, 343px"></p>\n'
             '<p>On the night of July 9, 1776, a crowd emboldened by a public '
             'reading of the Declaration of Independence pulled a huge '
             'equestrian statue of George III from its pedestal at Bowling '
             'Green in lower Manhattan. A British officer conveyed the '
             'decapitated head to London, intending to demonstrate the '
             'patriots’ defiance, and soldiers transported the remaining '
             'fragments via Wilton to Litchfield, where the statue was melted '
             'down and recast as ammunition for Continental soldiers. En '
             'route, loyalists in Wilton absconded with pieces of the statue, '
             'concealing them in fields, swamps, and cellars. This talk '
             'revisits this dramatic episode of the American Revolution and '
             'explores its lesser-known afterlife in the nineteenth and '
             'twentieth century, when the fragments re-emerged as historical '
             'relics and re-enactors recreated the lost statue—only to destroy '
             'it all over again.</p>\n'
             '<p><img decoding="async" class="wp-image-9247 alignleft" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/08/wendybbook.jpg" '
             'alt="" width="267" height="382" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/08/wendybbook.jpg '
             '292w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/08/wendybbook-250x358.jpg '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/08/wendybbook-98x140.jpg '
             '98w" sizes="(max-width: 267px) 100vw, 267px"></p>\n'
             '<p>Wendy Bellion is Professor of Art History and Sewell C. Biggs '
             'Chair in American Art at the University of Delaware. Her '
             'scholarship focuses on the art and material culture of the '
             'eighteenth and nineteenth-century Atlantic World and the early '
             'modern Americas. Her most recent publications include the books '
             'Iconoclasm in New York: Revolution to Reenactment (2019); '
             'Citizen Spectator: Art, Illusion and Visual Perception in Early '
             'National America (2011), which was awarded the Smithsonian '
             'Institution’s Eldredge Prize; and the co-edited volume Material '
             'Cultures of the Global Eighteenth Century: Art, Mobility, and '
             'Change (2023). Her current research explores the women of the '
             'family of artist Charles Willson Peale.</p>\n'
             '<h4><strong>The talk will be held on Wednesday, October 14th at '
             'the Wilton Historical Society at 7:00 pm.</strong></h4>\n'
             '<h4><strong>The event is free for Historical Society members. '
             '</strong></h4>\n'
             '<h4><strong>For non-members, there is a $10.00 '
             'fee.</strong></h4>\n'
             '<p><script type="text/javascript" '
             'src="https://secure.lglforms.com/form_engine/s/Q5NblIC0XBLq6pemdPCB8Q.js"></script></p>\n'
             '<h4 style="text-align: center;">This event is sponsored by<img '
             'decoding="async" class="alignnone wp-image-8990 aligncenter" '
             'src="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png" '
             'sizes="(max-width: 89px) 100vw, 89px" '
             'srcset="https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-300x171.png '
             '300w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-710x400.png '
             '710w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-768x439.png '
             '768w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-250x143.png '
             '250w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-450x257.png '
             '450w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-140x80.png '
             '140w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage-1000x571.png '
             '1000w, '
             'https://wiltonhistorical.org/wp-content/uploads/2026/03/ASML-Homepage.png '
             '1400w" alt="" width="89" height="51"></h4>\n'
             '\t\n'
             '                \n'
             '                   \n'
             '\n'
             '\t\t\t</div><!-- .entry-content -->\n'
             '\n'
             '\t\t\t<footer class="entry-meta">\n'
             '\t\t\tThis event was posted in <a '
             'href="https://wiltonhistorical.org/events/category/for-adults/" '
             'rel="tag">For Adults</a> by <a '
             'href="https://wiltonhistorical.org/author/elayman/">Emily '
             'Layman</a>.\n'
             '\t\t\t\t\t\t</footer><!-- .entry-meta -->\n'
             '</div>'}
2026-08-12 05:00:57 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-12 05:00:57 [scrapy.extensions.feedexport] INFO: Stored csv feed (6 items) in: output/2026/08/12/wilton_historical.csv
2026-08-12 05:00:57 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 6026,
 'downloader/request_count': 11,
 'downloader/request_method_count/GET': 11,
 'downloader/response_bytes': 104386,
 'downloader/response_count': 11,
 'downloader/response_status_count/200': 11,
 'elapsed_time_seconds': 5.434612,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 12, 3, 0, 57, 982554, tzinfo=datetime.timezone.utc),
 'httpcompression/response_bytes': 402838,
 'httpcompression/response_count': 11,
 'item_scraped_count': 6,
 'items_per_minute': 72.0,
 'log_count/DEBUG': 29,
 'log_count/INFO': 3,
 'memusage/max': 99766272,
 'memusage/startup': 99766272,
 'request_depth_max': 1,
 'response_received_count': 11,
 'responses_per_minute': 132.0,
 'scheduler/dequeued': 11,
 'scheduler/dequeued/memory': 11,
 'scheduler/enqueued': 11,
 'scheduler/enqueued/memory': 11,
 'start_time': datetime.datetime(2026, 8, 12, 3, 0, 52, 547942, tzinfo=datetime.timezone.utc)}
2026-08-12 05:00:57 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers), SPIDER (wilton_historical)