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

PROJECT (event_scrapers), SPIDER (elm_street_books)

2026-08-11 17:00:27 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 17:00:27 [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 17:00:27 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 17:00:27 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 17:00:27 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 17:00:27 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 17:00:27 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 17:00:27 [scrapy.extensions.telnet] INFO: Telnet Password: 7ed670f5801cab62
2026-08-11 17:00:27 [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 17:00:27 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x7b218a32b4c0>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/elm_street_books/607473cd959511f1af2c0050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 17:00:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 17:00:27 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 17:00:27 [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 17:00:27 [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 17:00:27 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 17:00:27 [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 17:00:27 [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 17:00:27 [scrapy.core.engine] INFO: Spider opened
2026-08-11 17:00:27 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.elm_street_books.ElmStreetBooksSpider 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 17:00:27 [elm_street_books] INFO: Sending scraped events to prod API
2026-08-11 17:00:27 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 17:00:27 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 17:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/upcoming-events> (referer: None) ['zyte-api']
2026-08-11 17:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/upcoming-events?page=1> (referer: None) ['zyte-api']
2026-08-11 17:00:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 17:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-08-22/book-signing-laura-briel-sullivan-elm-street-books> (referer: None) ['zyte-api']
2026-08-11 17:00:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8629
2026-08-11 17:00:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-08-22/book-signing-laura-briel-sullivan-elm-street-books>
{'event_url': 'https://elmstreetbooks.com/event/2026-08-22/book-signing-laura-briel-sullivan-elm-street-books',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/07/21/laura-sullivan.png?itok=zAp6ztu3" '
             'width="295" height="295" alt="sullivan">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            Book Signing with Laura Briel Sullivan at Elm Street '
             'Books\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>Stop by on Saturday, August 22nd to meet author '
             'Laura Briel Sullivan, here with her book Sailing With Angels: A '
             'Poetic Tale of Grief and Grace.</p>\n'
             '<p><strong>About the book:</strong></p>\n'
             '<p>Sailing with Angels is a lyrical fable about grief, memory, '
             'and enduring love and a gentle reminder that love stays bright, '
             'even against strong headwinds.</p>\n'
             '<p>In her debut book, Laura Briel Sullivan introduces Princess '
             'Briel, a young girl navigating the loss of the generation ahead '
             'of her. Guided by a talisman, she journeys across sea and '
             'island, meeting wise characters--from the Judge to the Alchemist '
             "to the Harbormaster--each offering a piece of life's quiet "
             'wisdom.</p>\n'
             '<p><em>Once upon a time, on an isle not so far away,\xa0'
             '</em><br><em>Where ocean tides and sea winds play,\xa0'
             '</em><br><em>A princess mourned of what had '
             'passed</em><br><em>While souls set adrift upon raised '
             'masts.</em></p>\n'
             '<p>A story you will revisit for years--a book a child can '
             'understand and an adult may need.</p>\n'
             '<p><strong>About the author:</strong></p>\n'
             '<p>LAURA BRIEL SULLIVAN is a first-time author who believes that '
             'life has a soundtrack and that the best gifts are stories that '
             'find us when we need them most. Laura grew up in Massachusetts, '
             'on tales passed through generations, rainy afternoons in '
             'libraries and bookstores, summers on Martha’s Vineyard, and the '
             'spark of Mr. Voos’s fourth-grade reading class, where she fell '
             'in love with a thesaurus and turning a phrase.\xa0</p>\n'
             '<p>A recovering financial-services executive, her career '
             'adventures led to a tricoastal life from the East Coast to the '
             'Bay Area and now outside of New Orleans—always somewhere near a '
             'river, bay, or bend. \xa0</p>\n'
             '<p>When not writing the adventures of Princess Briel and '
             'friends, Laura still moonlights as strategy consultant at '
             'Fogbreak Advisors, supporting executives navigating '
             'organizational change and revenue strategies. \xa0She thrives on '
             'the illusion of progress, the belief in purpose, authentic '
             'views, and the irony that a poor speller with illegible '
             'handwriting loves writing. \xa0</p>\n'
             '<p>Shortlisted in the Faulkner Society Wisdom Competition, '
             '<em>Sailing with Angels: A Poetic Tale of Grief and Grace</em> '
             'is a love letter to the characters who mentored her through '
             'life.\xa0</p>\n'
             '<p>Laura divides her time between the Massachusetts and '
             'Mississippi coasts with the Southern half of the “Union of '
             'Mass-issippi,” her husband, Steve, and two loyal muses, William '
             'Hamilton and Moose. She is currently at work on <em>Sailing with '
             'Alligators: A Poetic Tale of Grit and Gumption.</em></p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Sat, 8/22/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              2:00pm - 4:00pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><article>\n'
             '  \n'
             '            <div><address>\n'
             '      Elm Street Books <br>\n'
             '        35 Elm St <br>\n'
             '          New Canaan, CT 06840-5502\n'
             '  </address>\n'
             '</div>\n'
             '      \n'
             '</article>\n'
             '</div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '<article class="event-details__books-related-books">\n'
             '  <h2 class="event-details__books-related-title">Event Related '
             'Books &amp; Products</h2>\n'
             '  <div class="event-details__books-related-body">\n'
             '                \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--1364063">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '            <div class="product-list__image--inner">\n'
             '        <a '
             'href="/book/9798992741384?ic_referral=rvtJLs7lm4xUpr33PBJvTTT8X7ORtTahWa9a96Ikcw4wMzyK-b0l0ChG7jYndzFhfdeH6-bTkX95tkKWe3XPhbgpGxCt06LDj6Vewciow8W9QYkNqCQ4Npiee6bFq0-A5yN0">\n'
             '          \n'
             '            <img '
             'src="https://images.booksense.com/images/384/741/9798992741384.jpg" '
             'alt="Sailing with Angels: A Poetic Tale of Grief and Grace" '
             'onerror="this.src = '
             '\'/modules/custom/indiecommerce_bds/assets/images/no_cover.jpg\';">\n'
             '      \n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/book/9798992741384?ic_referral=rvtJLs7lm4xUpr33PBJvTTT8X7ORtTahWa9a96Ikcw4wMzyK-b0l0ChG7jYndzFhfdeH6-bTkX95tkKWe3XPhbgpGxCt06LDj6Vewciow8W9QYkNqCQ4Npiee6bFq0-A5yN0">\n'
             '            Sailing with Angels: A Poetic Tale of Grief and '
             'Grace\n'
             '       </a></h2>\n'
             '      <div class="product-list__author">\n'
             '                <a '
             'href="/search?type=author&amp;q=Sullivan%2C%20Laura%20Briel">Laura '
             'Briel Sullivan</a>, <a '
             'href="/search?type=author&amp;q=Bennett%2C%20Aileen">Aileen '
             'Bennett (Illustrator)</a>\n'
             '        </div>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            $25.00\n'
             '      </span>\n'
             '      </div>\n'
             '      <div class="product-list__binding">\n'
             '            Hardcover\n'
             '      </div>\n'
             '      <div class="product-list__isbn">\n'
             '  <div>\n'
             '    <div class="product-details__label">ISBN:</div>\n'
             '          9798992741384\n'
             '    \n'
             '  </div>\n'
             '</div>\n'
             '      <div class="product-list__pub-date"><span '
             'class="product-details__label">Publish Date: </span> \n'
             '            <time '
             'datetime="2026-05-26T12:00:00Z">5/26/2026</time>\n'
             '\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>Sailing with Angels is a lyrical fable about '
             'grief, memory, and enduring love and a gentle reminder that love '
             'stays bright, even against strong headwinds.</p>\n'
             '<p>In her debut book, Laura Briel Sullivan introduces Princess '
             'Briel, a young girl navigating the loss of the generation ahead '
             'of her. Guided by a...</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/book/9798992741384?ic_referral=rvtJLs7lm4xUpr33PBJvTTT8X7ORtTahWa9a96Ikcw4wMzyK-b0l0ChG7jYndzFhfdeH6-bTkX95tkKWe3XPhbgpGxCt06LDj6Vewciow8W9QYkNqCQ4Npiee6bFq0-A5yN0" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  Sailing with '
             'Angels: A Poetic Tale of Grief and Grace\n'
             '      </span></a>\n'
             '      \n'
             '          <div class="product-details__availability-check">\n'
             '      On Our Shelves Now (if qty of less than 2, please call '
             'store to confirm)\n'
             '    </div>\n'
             '      \n'
             '          </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/1364063/1364063/6d3HTKgu9QtcltW1?ic_referral=rvtJLs7lm4xUpr33PBJvTTT8X7ORtTahWa9a96Ikcw4wMzyK-b0l0ChG7jYndzFhfdeH6-bTkX95tkKWe3XPhbgpGxCt06LDj6Vewciow8W9QYkNqCQ4Npiee6bFq0-A5yN0" '
             'rel="nofollow" data-variation="1364063">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-08-22/book-signing-laura-briel-sullivan-elm-street-books&amp;wishlist_product_id=1364063" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="1364063" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '        </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-08-20/stacy-brook-presents-uncommon-college-essay-new-canaan-library> (referer: None) ['zyte-api']
2026-08-11 17:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-09-08/dr-pam-manfredo-conversation-sara-levinson> (referer: None) ['zyte-api']
2026-08-11 17:00:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3565
2026-08-11 17:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-08-20/stacy-brook-presents-uncommon-college-essay-new-canaan-library>
{'event_url': 'https://elmstreetbooks.com/event/2026-08-20/stacy-brook-presents-uncommon-college-essay-new-canaan-library',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/07/14/uncommon-essay-2.png?itok=4563bdCP" '
             'width="295" height="295" alt="stacy ">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            Stacy Brook Presents: The Uncommon College Essay at '
             'New Canaan Library\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>Essay expert Stacey Brook, founder and chief '
             'advisor at College Essay Advisors (CEA), walks readers through '
             'her signature Uncommon College Essay Approach, a four-step '
             'process designed to turn essay anxiety into essay success.\xa0'
             '</p>\n'
             '<p>In <em>The Uncommon College Essay: An Approachable Guide to '
             'an Intimidating Process,\xa0</em>Stacey breaks down her '
             'strategies and suggestions with detailed explanations, engaging '
             'exercises, real college essay examples, and a generous dose of '
             'parenthetical asides. She covers the Backwards Brainstorm; '
             'Freewriting Your Face Off; Story Sculpting; and Polishing to '
             'Perfection.\xa0Stacey helps students tell authentic, surprising, '
             'uncommon stories that rise above the ordinary by reflecting '
             'their strengths, passions, quirks, motivations, and the '
             'intangible qualities no transcript or resume can capture.</p>\n'
             '<p>Elm Street Books will be on site for book sales and '
             'signing.\xa0</p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Thu, 8/20/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              6:00pm - 7:00pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><p class="address" translate="no"><span '
             'class="address-line1">New Canaan Library</span><br>\n'
             '<span class="address-line2">151 Main Street</span><br>\n'
             '<span class="locality">New Canaan</span>, <span '
             'class="administrative-area">CT</span> <span '
             'class="postal-code">06840</span><br>\n'
             '<span class="country">United States</span></p></div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__links">\n'
             '      <a class="event-details__links--rsvp" '
             'href="https://www.newcanaanlibrary.org/event/hold-college-essay-program-218079" '
             'target="_blank">Register\n'
             '          <span class="visually-hidden">to \n'
             '            Stacy Brook Presents: The Uncommon College Essay at '
             'New Canaan Library\n'
             '      </span>\n'
             '        </a>\n'
             '    </div>\n'
             '        <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5746
2026-08-11 17:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-09-08/dr-pam-manfredo-conversation-sara-levinson>
{'event_url': 'https://elmstreetbooks.com/event/2026-09-08/dr-pam-manfredo-conversation-sara-levinson',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/08/04/pmevent1.jpg?itok=oiqgU8fy" '
             'width="295" height="295" alt="origin">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            Dr. Pam Manfredo in Conversation with Sara Levinson\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>Stop by on Tuesday, September 8th, to see local '
             'author Pam Manfredo Curtis Ph.D in conversation about her new '
             'book The Origin of a Leader with trailblazing leader Sara '
             'Levinson, followed by a reading and signing.</p>\n'
             '<p><strong>Please let us know you are coming by emailing: <a '
             'href="mailto:marketing@elmstreetbooks.com">marketing@elmstreetbooks.com</a></strong></p>\n'
             '<p><strong>About the book:</strong></p>\n'
             '<p>Veteran executive coach Pam Manfredo Curtis, PhD, brings the '
             'therapist’s couch to the corner office, revealing how your '
             'earliest experiences are the most significant predictor of your '
             'leadership style in her new book, The Origin of a Leader: '
             'Transforming Family Patterns into Leadership Power.</p>\n'
             '<p>Drawing on decades of experience coaching the world’s most '
             'influential CEOs and executives, Manfredo Curtis moves beyond '
             'theory, providing powerful, actionable tools to help you '
             'identify and overcome personal blocks, have truly authentic '
             'conversations, and foster psychological safety within your '
             'teams. Learn to engage in constructive conflict and give '
             'feedback that inspires growth, not fear. By understanding the '
             'origin of who you are, you can fundamentally change how you '
             'lead.</p>\n'
             '<p>No matter your current leadership position—whether that’s at '
             'your job, your home, or in your community—The Origin of a Leader '
             'empowers you to reach your highest potential. This isn’t just '
             'about becoming a more capable, self-aware, inspiring leader; '
             'it’s also about transforming yourself into a more competent, '
             'confident, and empathetic human being.</p>\n'
             '<p><strong>Bios:</strong></p>\n'
             '<p><strong>Pam Manfredo Curtis, PhD</strong>, is an elite '
             'executive coach to global Fortune 500 CEOs and senior leaders. '
             'She helps C-suite executives across a wide range of industries, '
             'including sports, entertainment, manufacturing, and major global '
             'brands. Of the companies she can disclose, some of her most '
             'well-known organizations include General Motors, '
             'Harley-Davidson, Cummins, and Unilever. In her work, Pam draws '
             'upon her natural emotional intelligence and her expertise in '
             'industrial and organizational psychology, and more than '
             'thirty-five years of executive advisory experience, to empower '
             'C-level leaders around the globe to achieve exceptional '
             'outcomes. Her proprietary approach teaches executives how to '
             'lead authentically by connecting their childhood experiences to '
             'their current leadership styles. This process has led to '
             'extraordinary results in her clients’ personal and professional '
             'lives. Consequently, CEOs enthusiastically recommend her to '
             'their peers. The Origin of a Leader: Transforming Family '
             'Patterns into Leadership Power is her first book.</p>\n'
             '<p><strong>Sara Levinson</strong> was a disruptor, innovator, '
             'and trailblazing female executive in the entertainment, media, '
             'sports, and technology businesses. She has excelled in both the '
             'big business corporate arena and the startup entrepreneurial '
             'world. She joined Showtime in 1978 as one of the first '
             'employees, then MTV Networks in 1986 to be made President, '
             'Business Director in 1991, then President of NFL Properties in '
             '1994, then Chairman and CEO of ClubMom in 2000, President of the '
             'Women’s Publishing Group at Rodale in 2002, on the board of '
             'Harley-Davidson for 30 years, and 25 years as a Board member of '
             'Macy’s Inc. Sara was the first recipient of the “Woman of the '
             'Year” award for Women in Sports and Events in 1996, named '
             'Advertising Age’s Promotional Marketer of the Year, appeared on '
             'Sporting New’s “100 Most Powerful” list multiple times, and '
             'recognized by Sports Business Daily as one of the 100 people who '
             'had the greatest impact on the NFL’s business.</p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Tue, 9/8/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              6:00pm - 7:30pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><article>\n'
             '  \n'
             '            <div><address>\n'
             '      Elm Street Books <br>\n'
             '        35 Elm St <br>\n'
             '          New Canaan, CT 06840-5502\n'
             '  </address>\n'
             '</div>\n'
             '      \n'
             '</article>\n'
             '</div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-08-15/book-signing-john-trudeau-elm-street-books> (referer: None) ['zyte-api']
2026-08-11 17:00:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-09-02/evening-angela-duckworth-new-canaan-library> (referer: None) ['zyte-api']
2026-08-11 17:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3495
2026-08-11 17:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-08-15/book-signing-john-trudeau-elm-street-books>
{'event_url': 'https://elmstreetbooks.com/event/2026-08-15/book-signing-john-trudeau-elm-street-books',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/07/20/251256783.jpg?itok=Xb8PVoJ2" '
             'width="194" height="295" alt="trudeau">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            Book Signing with John Trudeau at Elm Street Books\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>Stop by to meet Greenwich author, John Trudeau on '
             'Saturday, August 15th from 2:00-4:00 PM.</p>\n'
             '<p><strong>About the author:</strong><br>John Trudeau is a '
             'recent graduate from the College of William &amp; Mary with a BA '
             "in History. A Greenwich native, John's interests include writing "
             'and baseball. This is his first book.<br><br><strong>Book '
             'Description:</strong><br>The year is 930 and Vikings raid with '
             'impunity up and down the coasts of the British Isles. Muireall, '
             'a Gaelic girl in northwestern Scotland, is completely unprepared '
             'when brutal raiders, led by the mighty jarl, Thorgeir, arrive in '
             'her village. They slaughter any resistance and capture Muireall '
             'in the process.<br><br>Taken alongside other captives to the '
             'Danish port of Hedeby, Muireall witnesses the extent of Viking '
             'cruelty and power, and the precariousness of Viking life. When a '
             'dispute forces the Vikings to flee Hedeby with Muireall in tow, '
             'she is brought to the nascent\xa0<br>settlements of Iceland just '
             'as they begin to form a government of their own. There she is '
             'married to Hakon Thorgierson, the son of her captor. Forced to '
             'integrate into the rapidly shifting frontier world of violence, '
             'Muireall confronts fierce storms, family feuds, and\xa0'
             '<br>volcanic eruptions that jeopardize her new family and leave '
             'their fortunes in ruins.</p>\n'
             '<p><br>After all that Muireall has done, is she a Viking, or '
             'will she be loyal to her people to the end?</p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Sat, 8/15/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              2:00pm - 4:00pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><article>\n'
             '  \n'
             '            <div><address>\n'
             '      Elm Street Books <br>\n'
             '        35 Elm St <br>\n'
             '          New Canaan, CT 06840-5502\n'
             '  </address>\n'
             '</div>\n'
             '      \n'
             '</article>\n'
             '</div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8081
2026-08-11 17:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-09-02/evening-angela-duckworth-new-canaan-library>
{'event_url': 'https://elmstreetbooks.com/event/2026-09-02/evening-angela-duckworth-new-canaan-library',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/06/22/duckworth.png?itok=o0WCuPL8" '
             'width="295" height="295" alt="Duckworth">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            An Evening with Angela Duckworth at the New Canaan '
             'Library\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>Join us for an evening with bestselling author '
             'Angela Duckworth, here to share her new book Situated: Find the '
             'People and Places That Bring Out Your Best.</p>\n'
             '<p><strong>The event will take place at the New Canaan Library '
             'and advanced ticket purchase is required.</strong></p>\n'
             '<p>To purchase your ticket, simply add to your cart below and '
             'follow the check out process. You will select "pick up in store" '
             'although there will be no physical ticket. We will have a list '
             'at the door.\xa0</p>\n'
             '<p><strong>About the book:</strong></p>\n'
             '<p><strong>From the #1 bestselling author of '
             '</strong><em><strong>Grit, </strong></em><strong>a new book that '
             'reveals the hidden power of situations—and how you can shape '
             'them to bring out your best.</strong><br><br>In Angela '
             'Duckworth’s first book, she showed that a common denominator of '
             'successful strivers is a blend of passion and perseverance she '
             'dubbed “grit.” This second book springs from her deepening '
             'realization that grit, while necessary, is sometimes not '
             'sufficient. How you situate yourself to meet a challenge can be '
             'crucial.<br><br>Duckworth’s in-depth research reveals the '
             'enormous influence wielded by the objects within arm’s reach, '
             'your peers and mentors, and even your zip code. Though you’re '
             'often told to make the best of your situation, it is far, far '
             'better to make your situation better first.<br><br>In '
             '<em>Situated</em>, you’ll discover:<br>-Why your personality '
             'changes, sometimes dramatically, from one situation to '
             'another—and how you can harness that shift<br>-The secret to '
             'conquering temptation <em>without</em> willpower<br>-Why taking '
             'the less effortful path can feel like cheating but often solves '
             'a stubborn problem<br>-How the company you keep shapes the '
             'person you become<br>-The most effective ways to help others '
             'succeed<br><br>Highlighting four essential elements of '
             'successful situations, Duckworth shows how high performers like '
             'Taylor Swift, Michael Phelps, and Jerry Seinfeld create '
             'situations that make it easier to excel. And with disarming '
             'honesty, she shares her own struggles with burnout and '
             'marriage—and how learning to change her <em>situation</em>, not '
             'herself, made all the difference. Whatever it is you want to '
             'achieve, there’s a situation that can make your journey '
             'easier.<br><br>It takes effort to make your situation your '
             'ally—but a little effort goes a long way…when you get '
             '<em>situated</em>.</p>\n'
             '<p><strong>About the author:</strong></p>\n'
             '<p>Angela Duckworth, PhD, is a psychologist, a MacArthur Fellow, '
             'and the Rosa Lee and Egbert Chang Professor at the University of '
             'Pennsylvania. Duckworth’s TED talk is among the most viewed of '
             'all time. Her book <em>Grit: The Power of Passion and '
             'Perseverance</em> was a #1 <em>New York Times</em> bestseller '
             'and has sold more than 5 million copies worldwide.</p>\n'
             '<p>\xa0</p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Wed, 9/2/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              7:00pm - 8:00pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><p class="address" translate="no"><span '
             'class="address-line1">New Canaan Library</span><br>\n'
             '<span class="address-line2">151 Main Street</span><br>\n'
             '<span class="locality">New Canaan</span>, <span '
             'class="administrative-area">CT</span> <span '
             'class="postal-code">06840</span><br>\n'
             '<span class="country">United States</span></p></div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '<article class="event-details__books-related-books">\n'
             '  <h2 class="event-details__books-related-title">Event Related '
             'Books &amp; Products</h2>\n'
             '  <div class="event-details__books-related-body">\n'
             '                \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--1174961">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '      <div class="product-list__image--inner">\n'
             '        <a '
             'href="/product/event-ticket-angela-duckworth-new-canaan-library?v=1174961&amp;ic_referral=nzUy9rIYIWcdRfRQMV8x3MHIQj7b1kNdQUdgeKVJPZ8wM2-8sbxXvui86nobfQ34HOV0eXmtvMr811mUwQwro8Mx1tnL-WuMzWoBw_sCUt-sCUy5sH_RJnHVlVTsXNUn8zrC">\n'
             '          <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/book_list/public/2025-03/pair-blank-old-movie-raffle-tickets-isolated.jpg?itok=3OSImf5Q" '
             'width="256" height="170" alt="event ticket">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/product/event-ticket-angela-duckworth-new-canaan-library?v=1174961&amp;ic_referral=nzUy9rIYIWcdRfRQMV8x3MHIQj7b1kNdQUdgeKVJPZ8wM2-8sbxXvui86nobfQ34HOV0eXmtvMr811mUwQwro8Mx1tnL-WuMzWoBw_sCUt-sCUy5sH_RJnHVlVTsXNUn8zrC">\n'
             '            <div>Event Ticket - Angela Duckworth at the New '
             'Canaan Library</div>\n'
             '      </a></h2>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            <div>$30.00</div>\n'
             '      </span>\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>One ticket includes admission for one plus a '
             'copy of the book</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/product/event-ticket-angela-duckworth-new-canaan-library?v=1174961&amp;ic_referral=nzUy9rIYIWcdRfRQMV8x3MHIQj7b1kNdQUdgeKVJPZ8wM2-8sbxXvui86nobfQ34HOV0eXmtvMr811mUwQwro8Mx1tnL-WuMzWoBw_sCUt-sCUy5sH_RJnHVlVTsXNUn8zrC" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  \n'
             '      </span></a>\n'
             '      \n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/1174961/1174961/J9irYFqG9MJ2r8ft?ic_referral=nzUy9rIYIWcdRfRQMV8x3MHIQj7b1kNdQUdgeKVJPZ8wM2-8sbxXvui86nobfQ34HOV0eXmtvMr811mUwQwro8Mx1tnL-WuMzWoBw_sCUt-sCUy5sH_RJnHVlVTsXNUn8zrC" '
             'rel="nofollow" data-variation="1174961">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-09-02/evening-angela-duckworth-new-canaan-library&amp;wishlist_product_id=1174961" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="1174961" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '        </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-09-13/bestselling-author-michelle-young-presents-art-spy-new-canaan-library> (referer: None) ['zyte-api']
2026-08-11 17:00:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8434
2026-08-11 17:00:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-09-13/bestselling-author-michelle-young-presents-art-spy-new-canaan-library>
{'event_url': 'https://elmstreetbooks.com/event/2026-09-13/bestselling-author-michelle-young-presents-art-spy-new-canaan-library',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/07/22/michelle-young.png?itok=Rs2-7JHc" '
             'width="295" height="236" alt="art spy">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            Bestselling Author Michelle Young Presents "The Art '
             'Spy" at the New Canaan Library\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>Named a Best Book of 2025 by the New York Public '
             'Library, <em>The Art Spy</em><strong> </strong>is a riveting and '
             'stylish saga set in Paris during World War II that uncovers how '
             'an unlikely heroine infiltrated the Nazi leadership to save the '
             'world’s most treasured masterpieces.\xa0</p>\n'
             "<p>Best-selling author Michelle Young's narrative nonfiction "
             'book is based on troves of previously undiscovered documents '
             'about Rose Valland, a female Monuments Man who has mostly been '
             'written out of the annals despite bearing witness to history’s '
             'largest art theft. While Hitler was amassing stolen art for his '
             'future Führermuseum, Valland, his undercover adversary, secretly '
             'worked to stop him. In the spirit of\xa0<em>Hidden Figures</em>, '
             'with the sweeping narrative of\xa0<em>The Rape of Europa\xa0'
             '</em>and the depth of <em>The Resistance Quartet</em>,<em>\xa0'
             '</em>Michelle tells<em> </em>the extraordinary tale of Rose '
             'Valland, whose courage and tenacity in a time of violence and '
             'terror is an inspiration for us all.\xa0</p>\n'
             '<p><strong>Michelle Young</strong> is an award-winning author, '
             'journalist, photographer, and cellist. She\xa0is the founder '
             'of\xa0<em>Untapped New York</em>, an online magazine about New '
             "York City's secrets and hidden places. She is also the author of "
             '<em>Secret Brooklyn</em>, <em>Secret New York: An Unusual '
             'Guide</em>, <em>Secret New York: Hidden Bars and '
             'Restaurants</em>, and <em>Broadway</em>.\xa0</p>\n'
             '<p>Michelle is a graduate of Harvard College in the History of '
             'Art and Architecture and holds a master’s degree in urban '
             'planning from Columbia University Graduate School of '
             'Architecture, Planning and Preservation, where she is an Adjunct '
             'Professor of Architecture. She has also served as an instructor '
             'at CUNY’s Newmark School of Journalism. She lives with her '
             'family in the Berkshires.</p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Sun, 9/13/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              2:00pm - 3:00pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><p class="address" translate="no"><span '
             'class="address-line1">New Canaan Library</span><br>\n'
             '<span class="address-line2">151 Main Street</span><br>\n'
             '<span class="locality">New Canaan</span>, <span '
             'class="administrative-area">CT</span> <span '
             'class="postal-code">06840</span><br>\n'
             '<span class="country">United States</span></p></div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__links">\n'
             '      <a class="event-details__links--rsvp" '
             'href="https://www.newcanaanlibrary.org/event/michelle-young-209394" '
             'target="_blank">Register\n'
             '          <span class="visually-hidden">to \n'
             '            Bestselling Author Michelle Young Presents "The Art '
             'Spy" at the New Canaan Library\n'
             '      </span>\n'
             '        </a>\n'
             '    </div>\n'
             '        <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '<article class="event-details__books-related-books">\n'
             '  <h2 class="event-details__books-related-title">Event Related '
             'Books &amp; Products</h2>\n'
             '  <div class="event-details__books-related-body">\n'
             '                \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--69951">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '            <div class="product-list__image--inner">\n'
             '        <a '
             'href="/book/9780063295896?ic_referral=M9a4dPtxuxNBl_gC-tvNNQlpk7ahmPFTSqX2U0VCYBEwM4jIJH8eo0nDMnph3MVh7niUc_AVM3WUkC4GtK7KpBS9uW5LI9swmy6XUn5CRUl6meDnmhPTGzFihpW9JK-ioLgY">\n'
             '          \n'
             '            <img '
             'src="https://images.booksense.com/images/896/295/9780063295896.jpg" '
             'alt="The Art Spy: The Extraordinary Untold Tale of WWII '
             'Resistance Hero Rose Valland" onerror="this.src = '
             '\'/modules/custom/indiecommerce_bds/assets/images/no_cover.jpg\';">\n'
             '      \n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/book/9780063295896?ic_referral=M9a4dPtxuxNBl_gC-tvNNQlpk7ahmPFTSqX2U0VCYBEwM4jIJH8eo0nDMnph3MVh7niUc_AVM3WUkC4GtK7KpBS9uW5LI9swmy6XUn5CRUl6meDnmhPTGzFihpW9JK-ioLgY">\n'
             '            The Art Spy: The Extraordinary Untold Tale of WWII '
             'Resistance Hero Rose Valland\n'
             '       </a></h2>\n'
             '      <div class="product-list__author">\n'
             '                <a '
             'href="/search?type=author&amp;q=Young%2C%20Michelle">Michelle '
             'Young</a>\n'
             '        </div>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            $29.99\n'
             '      </span>\n'
             '      </div>\n'
             '      <div class="product-list__binding">\n'
             '            Hardcover\n'
             '      </div>\n'
             '      <div class="product-list__isbn">\n'
             '  <div>\n'
             '    <div class="product-details__label">ISBN:</div>\n'
             '          9780063295896\n'
             '    \n'
             '  </div>\n'
             '</div>\n'
             '      <div class="product-list__pub-date"><span '
             'class="product-details__label">Publish Date: </span> \n'
             '            <time '
             'datetime="2025-05-13T12:00:00Z">5/13/2025</time>\n'
             '\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>Library Journal Best Books of 2025 * New York '
             'Public Library Best Books of 2025 * Finalist, Lambda Literary '
             'Award for Best Lesbian Biography * Hyperallergic Favorite Art '
             'Books of 2025 * Publishers Weekly Best Books of Summer 2025 * '
             '2025 American Library in Paris Book Award Longlist * 2026 Mass '
             'Book...</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/book/9780063295896?ic_referral=M9a4dPtxuxNBl_gC-tvNNQlpk7ahmPFTSqX2U0VCYBEwM4jIJH8eo0nDMnph3MVh7niUc_AVM3WUkC4GtK7KpBS9uW5LI9swmy6XUn5CRUl6meDnmhPTGzFihpW9JK-ioLgY" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  The Art Spy: The '
             'Extraordinary Untold Tale of WWII Resistance Hero Rose Valland\n'
             '      </span></a>\n'
             '      \n'
             '          <div class="product-details__availability-check">\n'
             '      On Our Shelves Now (if qty of less than 2, please call '
             'store to confirm)\n'
             '    </div>\n'
             '      \n'
             '          </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/69951/69951/4zPMmaN4X4YCVAte?ic_referral=M9a4dPtxuxNBl_gC-tvNNQlpk7ahmPFTSqX2U0VCYBEwM4jIJH8eo0nDMnph3MVh7niUc_AVM3WUkC4GtK7KpBS9uW5LI9swmy6XUn5CRUl6meDnmhPTGzFihpW9JK-ioLgY" '
             'rel="nofollow" data-variation="69951">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-09-13/bestselling-author-michelle-young-presents-art-spy-new-canaan-library&amp;wishlist_product_id=69951" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="69951" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '        </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-09-16/dr-shefali-conversation-allison-williams-raising-conscious-daughters-and-raising> (referer: None) ['zyte-api']
2026-08-11 17:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://elmstreetbooks.com/event/2026-09-26/author-visit-beth-lincoln-new-canaan-library> (referer: None) ['zyte-api']
2026-08-11 17:00:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14294
2026-08-11 17:00:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-09-16/dr-shefali-conversation-allison-williams-raising-conscious-daughters-and-raising>
{'event_url': 'https://elmstreetbooks.com/event/2026-09-16/dr-shefali-conversation-allison-williams-raising-conscious-daughters-and-raising',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/07/22/reg-page-image.png?itok=IUsN__jG" '
             'width="295" height="191" alt="Shefali">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            Dr. Shefali in Conversation with Allison Williams: '
             'Raising Conscious Daughters and Raising Conscious Sons\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>Renowned clinical psychologist, bestselling '
             'author, and founder of the Conscious Parenting movement Dr. '
             'Shefali presents TWO new hands-on guides for 21st-century '
             'parenting: one provides a pathway forward to reclaim how '
             'daughters are seen, supported, and raised; and another radically '
             'reimagines how boys are understood, nurtured, and raised. This '
             'program is being co-sponsored by New Canaan CARES, and Dr. '
             'Shefali will be in conversation with actor, parent, and New '
             'Canaan local Allison Williams.\xa0</p>\n'
             '<p><em>Raising Conscious Daughters: Building Confidence, '
             'Courage, and Inner Power in an Anxious World, </em>is a wake-up '
             'call to something unfolding in the inner lives of girls today. '
             'On the surface, they are excelling and achieving in ways that '
             'would seem unimaginable to previous generations. Beneath this '
             'success, anxiety, perfectionism, and self-harm are surging, '
             'exposing a devastating paradox between the confident, '
             'high-achieving facade the world applauds and the fragile, '
             'unmoored self that struggles silently within.\xa0\xa0</p>\n'
             '<p><em>Raising Conscious Sons: Cultivating Purpose, Connection, '
             'and Inner Power in a Chaotic World</em> explores the impossible '
             'and contradictory mandates with which today’s boys are being '
             'bombarded: Be tough but never vulnerable; be sensitive but never '
             'weak; be strong but never domineering. Caught between these '
             'warring expectations, boys are experiencing an unprecedented '
             'crisis of masculinity, marked by alarming rates of suicide, '
             'aggression, isolation, and apathy.\xa0</p>\n'
             '<p>All of this is happening in a digital age that commodifies '
             'attention, comparison, and worth, and that amplifies '
             'disconnection and performative identity. Drawing on real-life '
             'clinical cases, interviews with children and parents, and deeply '
             'practical, prescriptive guidance, Dr. Shefali offers urgently '
             'needed maps for helping our children thrive.\xa0\xa0</p>\n'
             '<p><strong>Dr. Shefali Tsabary</strong> has redefined how '
             'families understand selfhood, connection, and the inner life of '
             'children. She works where psychology meets consciousness, '
             'tracing the hidden forces that shape identity, relationships, '
             'and the way we inhabit the world. Trained at Columbia '
             'University, she has spent decades guiding families to move '
             'beyond patterns of control and fear toward presence and '
             'authenticity. Her work brings Western psychology and Eastern '
             'wisdom into lived practice, creating a path for children―and the '
             'adults who raise them―to know themselves fully.\xa0</p>\n'
             '<p><strong>Allison Williams</strong> is most well-known for her '
             'starring turn as ‘Marnie’ on six seasons of HBO’s Emmy and '
             'Golden Globe award winning TV series GIRLS, created and show run '
             'by Lena Dunham. For her work on the series, Williams received a '
             "Critics' Choice Television Award Nomination for “Best Supporting "
             'Actress in a Comedy Series.” Beyond acting, Williams recently '
             'launched her new podcast, LANDLINES, alongside her lifelong best '
             'friends, Hope Kremer, an early childhood educator, and Jaymie '
             'Oppenheim, a therapist. Over 30 years of friendship fuels their '
             'candid conversations, opening their shame-extinguishing group '
             'chat to discuss moments of adulthood and parenting, blending '
             'humor, expertise, and relatability.</p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Wed, 9/16/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              7:00pm - 8:00pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><p class="address" translate="no"><span '
             'class="address-line1">New Canaan Library</span><br>\n'
             '<span class="address-line2">151 Main Street</span><br>\n'
             '<span class="locality">New Canaan</span>, <span '
             'class="administrative-area">CT</span> <span '
             'class="postal-code">06840</span><br>\n'
             '<span class="country">United States</span></p></div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__links">\n'
             '      <a class="event-details__links--rsvp" '
             'href="https://www.newcanaanlibrary.org/Dr.%20Shefali-Raising-Conscious-Daughters-Sons" '
             'target="_blank">Register\n'
             '          <span class="visually-hidden">to \n'
             '            Dr. Shefali in Conversation with Allison Williams: '
             'Raising Conscious Daughters and Raising Conscious Sons\n'
             '      </span>\n'
             '        </a>\n'
             '    </div>\n'
             '        <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '<article class="event-details__books-related-books">\n'
             '  <h2 class="event-details__books-related-title">Event Related '
             'Books &amp; Products</h2>\n'
             '  <div class="event-details__books-related-body">\n'
             '                \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--1386882">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '              <div class="book-label books__book-label '
             'books__book-label--pre-order">Preorder</div>\n'
             '            <div class="product-list__image--inner">\n'
             '        <a '
             'href="/book/9780063499515?ic_referral=OsDf7ezqsiDZS2bqfvBycbnkVkpcGWJHCmDsTOnIrcowM56S2RvI96d3OVuL28mjxvsi0ZGKzRqiQoEXllG3yc0pRPywAo6jqNus-k8JBI1B-ovnBdJGpupJRgmtrfCuJ3Ma">\n'
             '          \n'
             '            <img '
             'src="https://images.booksense.com/images/515/499/9780063499515.jpg" '
             'alt="Raising Conscious Sons: Cultivating Purpose, Connection, '
             'and Inner Power in a Chaotic World" onerror="this.src = '
             '\'/modules/custom/indiecommerce_bds/assets/images/no_cover.jpg\';">\n'
             '      \n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/book/9780063499515?ic_referral=OsDf7ezqsiDZS2bqfvBycbnkVkpcGWJHCmDsTOnIrcowM56S2RvI96d3OVuL28mjxvsi0ZGKzRqiQoEXllG3yc0pRPywAo6jqNus-k8JBI1B-ovnBdJGpupJRgmtrfCuJ3Ma">\n'
             '            Raising Conscious Sons: Cultivating Purpose, '
             'Connection, and Inner Power in a Chaotic World\n'
             '       </a></h2>\n'
             '      <div class="product-list__author">\n'
             '                <a '
             'href="/search?type=author&amp;q=Tsabary%2C%20Dr.%20Shefali">Dr. '
             'Shefali Tsabary</a>\n'
             '        </div>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            $29.99\n'
             '      </span>\n'
             '      </div>\n'
             '      <div class="product-list__binding">\n'
             '            Hardcover\n'
             '      </div>\n'
             '      <div class="product-list__isbn">\n'
             '  <div>\n'
             '    <div class="product-details__label">ISBN:</div>\n'
             '          9780063499515\n'
             '    \n'
             '  </div>\n'
             '</div>\n'
             '      <div class="product-list__pub-date"><span '
             'class="product-details__label">Publish Date: </span> \n'
             '            <time '
             'datetime="2026-09-15T12:00:00Z">9/15/2026</time>\n'
             '\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>"Wise, compassionate, and enormously relevant, '
             'this book offers parents a powerful new framework for raising '
             'emotionally healthy, resilient boys.” — Dr. Laura Markham, '
             'author of Peaceful Parent, Happy Kids</p>\n'
             '<p>Raising Conscious Sons by bestselling author Dr. Shefali is a '
             'clarion call, a practical...</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/book/9780063499515?ic_referral=OsDf7ezqsiDZS2bqfvBycbnkVkpcGWJHCmDsTOnIrcowM56S2RvI96d3OVuL28mjxvsi0ZGKzRqiQoEXllG3yc0pRPywAo6jqNus-k8JBI1B-ovnBdJGpupJRgmtrfCuJ3Ma" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  Raising Conscious '
             'Sons: Cultivating Purpose, Connection, and Inner Power in a '
             'Chaotic World\n'
             '      </span></a>\n'
             '      \n'
             '          <div class="product-details__availability-check">\n'
             '      Available for Preorder\n'
             '    </div>\n'
             '      \n'
             '              <div class="product-list__pub-date" '
             'style="color:#b55e17;font-weight:bold;">Publish Date:  \n'
             '            <time '
             'datetime="2026-09-15T12:00:00Z">9/15/2026</time>\n'
             '\n'
             '      </div>\n'
             '          </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/1386882/1386882/S0BM7888GzLCSup0?ic_referral=OsDf7ezqsiDZS2bqfvBycbnkVkpcGWJHCmDsTOnIrcowM56S2RvI96d3OVuL28mjxvsi0ZGKzRqiQoEXllG3yc0pRPywAo6jqNus-k8JBI1B-ovnBdJGpupJRgmtrfCuJ3Ma" '
             'rel="nofollow" data-variation="1386882">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-09-16/dr-shefali-conversation-allison-williams-raising-conscious-daughters-and-raising&amp;wishlist_product_id=1386882" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="1386882" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '              \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--1386894">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '              <div class="book-label books__book-label '
             'books__book-label--pre-order">Preorder</div>\n'
             '            <div class="product-list__image--inner">\n'
             '        <a '
             'href="/book/9780063499560?ic_referral=mreOZnLHy6TfMHJ_e7o3r28XQlc7c1uuxlEZOQnLEw4wM-DIyKyLubwGtXXp-9KuTuUPjgluJamn8WWqKacVX4OjFPAiFgYBs5q1b2U9HFVRim0I4DlODijuF0H6HwFC4xbM">\n'
             '          \n'
             '            <img '
             'src="https://images.booksense.com/images/560/499/9780063499560.jpg" '
             'alt="Raising Conscious Daughters: Building Confidence, Courage, '
             'and Inner Power in an Anxious World" onerror="this.src = '
             '\'/modules/custom/indiecommerce_bds/assets/images/no_cover.jpg\';">\n'
             '      \n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/book/9780063499560?ic_referral=mreOZnLHy6TfMHJ_e7o3r28XQlc7c1uuxlEZOQnLEw4wM-DIyKyLubwGtXXp-9KuTuUPjgluJamn8WWqKacVX4OjFPAiFgYBs5q1b2U9HFVRim0I4DlODijuF0H6HwFC4xbM">\n'
             '            Raising Conscious Daughters: Building Confidence, '
             'Courage, and Inner Power in an Anxious World\n'
             '       </a></h2>\n'
             '      <div class="product-list__author">\n'
             '                <a '
             'href="/search?type=author&amp;q=Tsabary%2C%20Dr.%20Shefali">Dr. '
             'Shefali Tsabary</a>\n'
             '        </div>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            $29.99\n'
             '      </span>\n'
             '      </div>\n'
             '      <div class="product-list__binding">\n'
             '            Hardcover\n'
             '      </div>\n'
             '      <div class="product-list__isbn">\n'
             '  <div>\n'
             '    <div class="product-details__label">ISBN:</div>\n'
             '          9780063499560\n'
             '    \n'
             '  </div>\n'
             '</div>\n'
             '      <div class="product-list__pub-date"><span '
             'class="product-details__label">Publish Date: </span> \n'
             '            <time '
             'datetime="2026-09-15T12:00:00Z">9/15/2026</time>\n'
             '\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>“In this insightful and compassionate book, Dr. '
             'Shefali helps parents understand the immense pressures girls '
             'face today... A timely and important book for every parent of '
             'girls.” — Dr. Laura Markham, author of Peaceful Parent, Happy '
             'Kids</p>\n'
             '<p>Raising Conscious Daughters by bestselling author Dr. '
             'Shefali...</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/book/9780063499560?ic_referral=mreOZnLHy6TfMHJ_e7o3r28XQlc7c1uuxlEZOQnLEw4wM-DIyKyLubwGtXXp-9KuTuUPjgluJamn8WWqKacVX4OjFPAiFgYBs5q1b2U9HFVRim0I4DlODijuF0H6HwFC4xbM" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  Raising Conscious '
             'Daughters: Building Confidence, Courage, and Inner Power in an '
             'Anxious World\n'
             '      </span></a>\n'
             '      \n'
             '          <div class="product-details__availability-check">\n'
             '      Available for Preorder\n'
             '    </div>\n'
             '      \n'
             '              <div class="product-list__pub-date" '
             'style="color:#b55e17;font-weight:bold;">Publish Date:  \n'
             '            <time '
             'datetime="2026-09-15T12:00:00Z">9/15/2026</time>\n'
             '\n'
             '      </div>\n'
             '          </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/1386894/1386894/wi6AEG53GuwLlQAe?ic_referral=mreOZnLHy6TfMHJ_e7o3r28XQlc7c1uuxlEZOQnLEw4wM-DIyKyLubwGtXXp-9KuTuUPjgluJamn8WWqKacVX4OjFPAiFgYBs5q1b2U9HFVRim0I4DlODijuF0H6HwFC4xbM" '
             'rel="nofollow" data-variation="1386894">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-09-16/dr-shefali-conversation-allison-williams-raising-conscious-daughters-and-raising&amp;wishlist_product_id=1386894" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="1386894" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '        </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:00:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 17:00:33 [elm_street_books] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 17:00:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://elmstreetbooks.com/event/2026-09-26/author-visit-beth-lincoln-new-canaan-library>
{'event_url': 'https://elmstreetbooks.com/event/2026-09-26/author-visit-beth-lincoln-new-canaan-library',
 'platform': 'Elm street books',
 'platform_hash': 'b8137ce32aec22df65f3cc623d0a56ae',
 'raw_body': '<div id="block-bookworm-content" class="inner-content">\n'
             '  \n'
             '    \n'
             '      <article class="eventinstance-full '
             'event-details__wrapper">\n'
             '    <div class="event-details__image">\n'
             '    \n'
             '            <div>\n'
             '  \n'
             '    \n'
             '    \n'
             '              <img loading="lazy" '
             'src="/sites/default/files/styles/event_image/public/image/2026/07/28/lincoln-ncl.png?itok=BL8tpQIq" '
             'width="295" height="295" alt="Lincoln NCL">\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '\n'
             '  </div>\n'
             '\n'
             '      \n'
             '  </div>\n'
             '  \n'
             '  <div class="event-details__info ">\n'
             '    <div class="event-details__info--wrapper">\n'
             '      <h1 class="event-details__info--title">\n'
             '            Author Visit with Beth Lincoln at the New Canaan '
             'Library\n'
             '      </h1>\n'
             '      <div class="event-details__info--body aba-body">\n'
             '            <p>The bestselling, beloved author of the The Swifts '
             'series is coming to New Canaan Library! Join us in welcoming '
             'Beth Lincoln for a free, open-to-the-public celebration of '
             '<em>The Swifts: A Garden of Vipers</em>, featuring games, '
             'crafts, treats, giveaways, a book signing, and a chance to win a '
             'grand prize. Don’t miss this delightfully mysterious afternoon '
             'of puzzles, secrets, and Swift family fun!</p>\n'
             '<p>Elm Street Books will be onsite selling books.\xa0</p>\n'
             '<p>Please register each person who will attend (adults as well '
             'as children).\xa0</p>\n'
             '<p><strong>Beth Lincoln</strong>\xa0is the award-winning, #1\xa0'
             '<em>New York Times\xa0</em>bestselling author of The Swifts '
             'series, which was inspired by her love of etymology, the gleeful '
             'gothic, and classic murder mysteries. Her debut novel,\xa0'
             '<em>The Swifts: A Dictionary of Scoundrels</em>\xa0was the '
             'winner of the Barnes &amp; Noble Children’s &amp; YA Book Award '
             'and the Nero Book Award for Children’s Fiction.</p>\n'
             '\n'
             '      </div>\n'
             '\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="event-details__location">\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Date:  '
             '</span>\n'
             '                  Sat, 9/26/2026\n'
             '                                    \n'
             '    </div>\n'
             '    <div class="event-details__location--item">\n'
             '      <span class="event-details__location--label">Time: '
             '</span>\n'
             '              3:00pm - 4:30pm\n'
             '          </div>\n'
             '\n'
             '            <div class="event-list__details--item '
             'event-details__location--location">\n'
             '              <span class="event-list__details--label">Place:  '
             '</span>\n'
             '        \n'
             '            <div><p class="address" translate="no"><span '
             'class="address-line1">New Canaan Library</span><br>\n'
             '<span class="address-line2">151 Main Street</span><br>\n'
             '<span class="locality">New Canaan</span>, <span '
             'class="administrative-area">CT</span> <span '
             'class="postal-code">06840</span><br>\n'
             '<span class="country">United States</span></p></div>\n'
             '      \n'
             '          </div>\n'
             '    \n'
             '            <div class="event-details__links">\n'
             '      <a class="event-details__links--rsvp" '
             'href="https://www.newcanaanlibrary.org/event/beth-lincoln-author-visit-229795" '
             'target="_blank">Register\n'
             '          <span class="visually-hidden">to \n'
             '            Author Visit with Beth Lincoln at the New Canaan '
             'Library\n'
             '      </span>\n'
             '        </a>\n'
             '    </div>\n'
             '        <div class="event-details__info--tags"></div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '<article class="event-details__books-related-books">\n'
             '  <h2 class="event-details__books-related-title">Event Related '
             'Books &amp; Products</h2>\n'
             '  <div class="event-details__books-related-body">\n'
             '                \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--1027177">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '            <div class="product-list__image--inner">\n'
             '        <a '
             'href="/book/9780593533284?ic_referral=qfZYR4-rs4EoklGQkEy6YhdJPHxzaFlRIrSmyb5OEkYwM6xY6B8ZLDNz1WRZQD7ONeEf47hZv1rmO_GlO-LrGesYW7bIkcXEQWd4Ce0U8QO113HSrjJnNVDFvDWSL9Fz8bx2">\n'
             '          \n'
             '            <img '
             'src="https://images.booksense.com/images/284/533/9780593533284.jpg" '
             'alt="The Swifts: A Gallery of Rogues" onerror="this.src = '
             '\'/modules/custom/indiecommerce_bds/assets/images/no_cover.jpg\';">\n'
             '      \n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/book/9780593533284?ic_referral=qfZYR4-rs4EoklGQkEy6YhdJPHxzaFlRIrSmyb5OEkYwM6xY6B8ZLDNz1WRZQD7ONeEf47hZv1rmO_GlO-LrGesYW7bIkcXEQWd4Ce0U8QO113HSrjJnNVDFvDWSL9Fz8bx2">\n'
             '            The Swifts: A Gallery of Rogues\n'
             '       </a></h2>\n'
             '      <div class="product-list__author">\n'
             '                <a '
             'href="/search?type=author&amp;q=Lincoln%2C%20Beth">Beth '
             'Lincoln</a>, <a '
             'href="/search?type=author&amp;q=Powell%2C%20Claire">Claire '
             'Powell (Illustrator)</a>\n'
             '        </div>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            $9.99\n'
             '      </span>\n'
             '      </div>\n'
             '      <div class="product-list__binding">\n'
             '            Paperback\n'
             '      </div>\n'
             '      <div class="product-list__isbn">\n'
             '  <div>\n'
             '    <div class="product-details__label">ISBN:</div>\n'
             '          9780593533284\n'
             '    \n'
             '  </div>\n'
             '</div>\n'
             '      <div class="product-list__pub-date"><span '
             'class="product-details__label">Publish Date: </span> \n'
             '            <time '
             'datetime="2025-07-29T12:00:00Z">7/29/2025</time>\n'
             '\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>NOW IN PAPERBACK! Shenanigan Swift is headed to '
             'Paris, where new mysteries await in the hilarious, quick-witted '
             'sequel to Beth Lincoln’s #1 New York Times bestseller, The '
             'Swifts: A Dictionary of Scoundrels.<br><br>“Abundant wordplay '
             'and humor will keep the pages turning.″\xa0—Kirkus, starred '
             'review<br><br>Now that the...</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/book/9780593533284?ic_referral=qfZYR4-rs4EoklGQkEy6YhdJPHxzaFlRIrSmyb5OEkYwM6xY6B8ZLDNz1WRZQD7ONeEf47hZv1rmO_GlO-LrGesYW7bIkcXEQWd4Ce0U8QO113HSrjJnNVDFvDWSL9Fz8bx2" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  The Swifts: A '
             'Gallery of Rogues\n'
             '      </span></a>\n'
             '      \n'
             '          <div class="product-details__availability-check">\n'
             '      On Our Shelves Now (if qty of less than 2, please call '
             'store to confirm)\n'
             '    </div>\n'
             '      \n'
             '          </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/1027177/1027177/NO4IR7zyokfDL8-U?ic_referral=qfZYR4-rs4EoklGQkEy6YhdJPHxzaFlRIrSmyb5OEkYwM6xY6B8ZLDNz1WRZQD7ONeEf47hZv1rmO_GlO-LrGesYW7bIkcXEQWd4Ce0U8QO113HSrjJnNVDFvDWSL9Fz8bx2" '
             'rel="nofollow" data-variation="1027177">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-09-26/author-visit-beth-lincoln-new-canaan-library&amp;wishlist_product_id=1027177" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="1027177" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '              \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--1064734">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '              <div class="book-label books__book-label '
             'books__book-label--pre-order">Preorder</div>\n'
             '            <div class="product-list__image--inner">\n'
             '        <a '
             'href="/book/9798217001989?ic_referral=U-2FZYFNxHLhusSKj6HpDIVxvCgRhOkHpwLRS4zhy78wMzsUyy71C36QnqRosqI6Zdztu9GbJratDTdra5boJS6wk7q0LX7hqDJ35u7c1Z4Lh7BWft4v__Kr9py0zwm3-TIF">\n'
             '          \n'
             '            <img '
             'src="https://images.booksense.com/images/989/001/9798217001989.jpg" '
             'alt="The Swifts: A Garden of Vipers" onerror="this.src = '
             '\'/modules/custom/indiecommerce_bds/assets/images/no_cover.jpg\';">\n'
             '      \n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/book/9798217001989?ic_referral=U-2FZYFNxHLhusSKj6HpDIVxvCgRhOkHpwLRS4zhy78wMzsUyy71C36QnqRosqI6Zdztu9GbJratDTdra5boJS6wk7q0LX7hqDJ35u7c1Z4Lh7BWft4v__Kr9py0zwm3-TIF">\n'
             '            The Swifts: A Garden of Vipers\n'
             '       </a></h2>\n'
             '      <div class="product-list__author">\n'
             '                <a '
             'href="/search?type=author&amp;q=Lincoln%2C%20Beth">Beth '
             'Lincoln</a>\n'
             '        </div>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            $18.99\n'
             '      </span>\n'
             '      </div>\n'
             '      <div class="product-list__binding">\n'
             '            Hardcover\n'
             '      </div>\n'
             '      <div class="product-list__isbn">\n'
             '  <div>\n'
             '    <div class="product-details__label">ISBN:</div>\n'
             '          9798217001989\n'
             '    \n'
             '  </div>\n'
             '</div>\n'
             '      <div class="product-list__pub-date"><span '
             'class="product-details__label">Publish Date: </span> \n'
             '            <time '
             'datetime="2026-09-22T12:00:00Z">9/22/2026</time>\n'
             '\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>The Swifts take Manhattan in the hilarious, '
             'third installment of Beth Lincoln’s quick-witted\xa0bestselling '
             'mystery series.<br><br>After catching a murderer at the family '
             'reunion and solving a century-old art caper, the Swift children '
             'have built a reputation as expert sleuths. But when cousin '
             'Atrocious needs...</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/book/9798217001989?ic_referral=U-2FZYFNxHLhusSKj6HpDIVxvCgRhOkHpwLRS4zhy78wMzsUyy71C36QnqRosqI6Zdztu9GbJratDTdra5boJS6wk7q0LX7hqDJ35u7c1Z4Lh7BWft4v__Kr9py0zwm3-TIF" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  The Swifts: A '
             'Garden of Vipers\n'
             '      </span></a>\n'
             '      \n'
             '          <div class="product-details__availability-check">\n'
             '      Available for Preorder\n'
             '    </div>\n'
             '      \n'
             '              <div class="product-list__pub-date" '
             'style="color:#b55e17;font-weight:bold;">Publish Date:  \n'
             '            <time '
             'datetime="2026-09-22T12:00:00Z">9/22/2026</time>\n'
             '\n'
             '      </div>\n'
             '          </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/1064734/1064734/OL67wYE7fz7Hg5R3?ic_referral=U-2FZYFNxHLhusSKj6HpDIVxvCgRhOkHpwLRS4zhy78wMzsUyy71C36QnqRosqI6Zdztu9GbJratDTdra5boJS6wk7q0LX7hqDJ35u7c1Z4Lh7BWft4v__Kr9py0zwm3-TIF" '
             'rel="nofollow" data-variation="1064734">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-09-26/author-visit-beth-lincoln-new-canaan-library&amp;wishlist_product_id=1064734" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="1064734" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '              \n'
             '\n'
             '\n'
             '\n'
             '\n'
             '\n'
             '<article class="product-list__wrapper '
             'product-list__related-books" '
             'id="product-variation-wrapper--1073827">\n'
             '  <div class="product-list__left">\n'
             '    <div class="product-list__image">\n'
             '            <div class="product-list__image--inner">\n'
             '        <a '
             'href="/book/9780593533253?ic_referral=-Xjz5FMshMOeoDamUGiyowyXj2PXu2TnJw--J67r8sIwMycG-AcDkMWjkW6JY4SMnxnTRlvl-omJ53PqGWBLkGGNIw0nis6cM1Scd_I9fLDu3Kjm4khIuckXOsp0Gz0FqWQK">\n'
             '          \n'
             '            <img '
             'src="https://images.booksense.com/images/253/533/9780593533253.jpg" '
             'alt="The Swifts: A Dictionary of Scoundrels" onerror="this.src = '
             '\'/modules/custom/indiecommerce_bds/assets/images/no_cover.jpg\';">\n'
             '      \n'
             '        </a>\n'
             '      </div>\n'
             '    </div>\n'
             '    <div class="product-list__inner">\n'
             '      <h2 class="product-list__title"><a '
             'href="/book/9780593533253?ic_referral=-Xjz5FMshMOeoDamUGiyowyXj2PXu2TnJw--J67r8sIwMycG-AcDkMWjkW6JY4SMnxnTRlvl-omJ53PqGWBLkGGNIw0nis6cM1Scd_I9fLDu3Kjm4khIuckXOsp0Gz0FqWQK">\n'
             '            The Swifts: A Dictionary of Scoundrels\n'
             '       </a></h2>\n'
             '      <div class="product-list__author">\n'
             '                <a '
             'href="/search?type=author&amp;q=Lincoln%2C%20Beth">Beth '
             'Lincoln</a>, <a '
             'href="/search?type=author&amp;q=Powell%2C%20Claire">Claire '
             'Powell (Illustrator)</a>\n'
             '        </div>\n'
             '      <div class="product-list__price">\n'
             '                <span class="product-list__price-sale"><span '
             'class="visually-hidden">Current price: </span>\n'
             '            $9.99\n'
             '      </span>\n'
             '      </div>\n'
             '      <div class="product-list__binding">\n'
             '            Paperback\n'
             '      </div>\n'
             '      <div class="product-list__isbn">\n'
             '  <div>\n'
             '    <div class="product-details__label">ISBN:</div>\n'
             '          9780593533253\n'
             '    \n'
             '  </div>\n'
             '</div>\n'
             '      <div class="product-list__pub-date"><span '
             'class="product-details__label">Publish Date: </span> \n'
             '            <time '
             'datetime="2024-01-02T12:00:00Z">1/2/2024</time>\n'
             '\n'
             '      </div>\n'
             '    </div>\n'
             '  </div>\n'
             '  <div class="product-list__middle">\n'
             '    <div class="product-list__description">\n'
             '      \n'
             '              <p>#1 New York Times bestseller!<br><br>The '
             'critically lauded, wickedly smart whodunit with a “Knives Out '
             'feel by way of Lemony Snicket,” now in paperback.<br><br>On the '
             'day they are born, every Swift child is brought before the '
             'sacred Family Dictionary. They are given a name, and a '
             'definition. A definition it is...</p>\n'
             '\n'
             '\n'
             '\n'
             '      \n'
             '      <a '
             'href="/book/9780593533253?ic_referral=-Xjz5FMshMOeoDamUGiyowyXj2PXu2TnJw--J67r8sIwMycG-AcDkMWjkW6JY4SMnxnTRlvl-omJ53PqGWBLkGGNIw0nis6cM1Scd_I9fLDu3Kjm4khIuckXOsp0Gz0FqWQK" '
             'class="product-list__description-link">Read More\n'
             '        <span class="visually-hidden">about  The Swifts: A '
             'Dictionary of Scoundrels\n'
             '      </span></a>\n'
             '      \n'
             '          <div class="product-details__availability-check">\n'
             '      On Our Shelves Now (if qty of less than 2, please call '
             'store to confirm)\n'
             '    </div>\n'
             '      \n'
             '          </div>\n'
             '  </div>\n'
             '  <div class="product-list__right">\n'
             '    <div class="product-list__actions">\n'
             '<a class="button add-to-cart-link" '
             'href="/add-to-cart/1073827/1073827/kETIWlCuQA8epuqf?ic_referral=-Xjz5FMshMOeoDamUGiyowyXj2PXu2TnJw--J67r8sIwMycG-AcDkMWjkW6JY4SMnxnTRlvl-omJ53PqGWBLkGGNIw0nis6cM1Scd_I9fLDu3Kjm4khIuckXOsp0Gz0FqWQK" '
             'rel="nofollow" data-variation="1073827">Add to Cart</a>\n'
             '   <a '
             'href="/user/login?destination=/event/2026-09-26/author-visit-beth-lincoln-new-canaan-library&amp;wishlist_product_id=1073827" '
             'class="button btn-link add-to-wishlist-link" id="wishlist-link" '
             'rel="nofollow" data-variation="1073827" '
             'data-drupal-selector="edit-wishlist">Add to wishlist</a>\n'
             '</div>\n'
             '  </div>\n'
             '</article>\n'
             '\n'
             '        </div>\n'
             '</article>\n'
             '\n'
             '\n'
             '  </div>'}
2026-08-11 17:00:33 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 17:00:33 [scrapy.extensions.feedexport] INFO: Stored csv feed (8 items) in: output/2026/08/11/elm_street_books.csv
2026-08-11 17:00:33 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 7775,
 'downloader/request_count': 10,
 'downloader/request_method_count/GET': 10,
 'downloader/response_bytes': 507164,
 'downloader/response_count': 10,
 'downloader/response_status_count/200': 10,
 'elapsed_time_seconds': 5.775272,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 11, 15, 0, 33, 576916, tzinfo=datetime.timezone.utc),
 'item_scraped_count': 8,
 'items_per_minute': 96.0,
 'log_count/DEBUG': 44,
 'log_count/ERROR': 1,
 'log_count/INFO': 3,
 'memusage/max': 99909632,
 'memusage/startup': 99909632,
 'request_depth_max': 2,
 'response_received_count': 10,
 'responses_per_minute': 120.0,
 'scheduler/dequeued': 10,
 'scheduler/dequeued/memory': 10,
 'scheduler/enqueued': 10,
 'scheduler/enqueued/memory': 10,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 10,
 'scrapy-zyte-api/error_ratio': 0.0,
 'scrapy-zyte-api/errors': 0,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 1.8577770635485649,
 'scrapy-zyte-api/mean_response_seconds': 2.00403140373528,
 'scrapy-zyte-api/processed': 10,
 'scrapy-zyte-api/request_args/customHttpRequestHeaders': 10,
 'scrapy-zyte-api/request_args/httpResponseBody': 10,
 'scrapy-zyte-api/request_args/httpResponseHeaders': 10,
 'scrapy-zyte-api/request_args/url': 10,
 'scrapy-zyte-api/status_codes/200': 10,
 'scrapy-zyte-api/success': 10,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'start_time': datetime.datetime(2026, 8, 11, 15, 0, 27, 801644, tzinfo=datetime.timezone.utc)}
2026-08-11 17:00:33 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers), SPIDER (elm_street_books)