PROJECT (event_scrapers)
SPIDER (fair_field_theatre)
2026-08-11 17:20:28 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 17:20:28 [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:20:28 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 17:20:28 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 17:20:28 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 17:20:28 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 17:20:28 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 17:20:28 [scrapy.extensions.telnet] INFO: Telnet Password: 62dafb4cbe49d768
2026-08-11 17:20:28 [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:20:28 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x779b6ef374c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/fair_field_theatre/2c55a7ca959811f1849e0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 17:20:28 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 17:20:28 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 17:20:28 [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:20:28 [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:20:28 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 17:20:28 [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:20:28 [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:20:28 [scrapy.core.engine] INFO: Spider opened
2026-08-11 17:20:28 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.fair_field_theatre.FairFieldTheatreSpider 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:20:28 [fair_field_theatre] INFO: Sending scraped events to prod API
2026-08-11 17:20:28 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 17:20:28 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 17:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/calendar/> (referer: None)
2026-08-11 17:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/caravan-of-thieves_e684> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13521
2026-08-11 17:20:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/caravan-of-thieves_e684>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/caravan-of-thieves_e684',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | December 19, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14832" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/9 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/10 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/11 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/12 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$35 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$43<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$32 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Caravan Of Thieves</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://caravanofthieves.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.facebook.com/caravanofthieves" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/#!/CaravanThieves" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.youtube.com/caravanofthieves" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Inspired by the big band swing era, Django '
'Reinhardt and the Quintette du Hot Club de France, absurd and '
'macabre musical theater and early American folk music, '
'<strong>Caravan of Thieves</strong> took shape in the hearts and '
'minds of Fuzz and Carrie, the dynamic singing, strumming and '
'songwriting musical duo who formed the band in early 2008. They '
'began by writing a handful of songs based on this concept and '
'soon after, filled out their sound with upright bass, violin, '
'and an occasional accordion and any other willing participant '
'they could recruit along the way. Caravan of Thieves was '
'born.</p>\n'
'<p>By the end of their first year, the Caravan began to gain '
'recognition for their distinctive musical vision, which inspired '
'them to record and release their debut full-length album, '
'Bouquet (2009). So Fuzz and Carrie took their show and growing '
'cast of characters on the road, sharing stages with a variety of '
'artists such as Emmylou Harris, Dan Hicks, The Decemberists, Keb '
'Mo, Tom Tom Club, Iron and Wine, Shemekia Copeland, Punch '
'Brothers, Robert Cray, John Jorgenson and many others. They '
'successfully connected with audiences on each of these diverse '
'bills, proving their act to be appreciated by folk, pop, rock '
'and jazz audiences of all ages.</p>\n'
'<p>A few albums and a few hundred thousand miles later, Fuzz and '
'Carrie eventually reached a comfortable stride embracing their '
'roles as show and album producers, songwriters and arrangers. '
'They released Mischief Night (2010), The Funhouse (2012) and '
'Kiss Kiss (2015), produced the shows and tours to follow, and '
'continued to introduce a greater blend of styles, '
'instrumentation and musical guests with each new album and tour. '
'As a result, the live performance now covers a wide dynamic '
'range and appeal with each show flowing seamlessly from intimate '
'acoustic duets to entertaining and exciting junk percussion jams '
'to big audience stomp, clap and sing alongs, all while '
'maintaining their spontaneous “street performance brought to the '
'stage” mentality they developed in their early days of '
'performing together.</p>\n'
'<p>According to Fuzz and Carrie, “We’re driven to consistently '
'entertain our audience, in concert and on our studio recordings, '
'which lends to building a community of listeners who can be '
'involved in our show and our creative process in some way, as '
'well as a variety of artists who we can share our vision with. '
'These elements allow our band and our music to be alive, have a '
'soul.”</p>\n'
'<p>“We are always attempting to write that song that was '
'mistakenly left out of the book of standards”, Fuzz and Carrie '
'explain. “But the challenge for us lies in covering topics that '
'most listeners can relate to while taking them to the edges of '
'their imaginations by both lyrically and musically using as many '
'vibrant images as we can to illustrate the story.”</p>\n'
'<p>Over the past fifteen years and throughout several countries, '
'the Caravan of Thieves have developed a loyal family of '
'“Freaks”, a moniker both the band and their followers willingly '
'and affectionately refer to themselves as. During that time, '
"Fuzz and Carrie's ever expanding community of musicians, artists "
'and fans have allowed their dream to live through each triumph '
'and hurdle, and with each performance, each interaction and each '
'new moment adding another layer of color to their '
'story.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/L7RX6Lvv5J0?si=UN119blpKbG1ZcUV" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/jesse-roper_e683> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-jury-experience-death-by-ai-who-pays-the-price_e610> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12206
2026-08-11 17:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/jesse-roper_e683>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/jesse-roper_e683',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Wednesday | November 18, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14824" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/2 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/3 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/4 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/5 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Jesse Roper</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://jesseroper.ca/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/jesseropermusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/jesseroperofficial/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Jesse Roper is a modern-day troubadour; a '
'Canadian artist defined by his authenticity and adventurous '
'spirit; guitar in hand and a grin on his face.\xa0</p>\n'
'<p>Jesse, along with long-time bandmates the Pretty Good Band, '
'has spent much of the last few years travelling the highways, '
'byways and backroads of North America, bringing his own brand of '
'modern, indie-infused Americana blues to fervent audiences '
'across the continent. Known for his powerhouse live '
'performances, Jesse is truly electrifying on stage -\xa0 his '
'soulful vocals expanding across silky guitars and hard-hitting '
'grooves. You’d never guess that this soldier of the six string - '
'all mischief, mayhem and virtuoso guitar playing - experienced '
'crippling stage-fright long into his 20s. Today, the stage is '
'his home and he’s inviting you in, cold one in hand, for one '
'helluva good time.</p>\n'
'<p>Of course, he’s more than a magnetising stage presence and '
'great hair -\xa0 Jesse has the goods to back this up. A master '
'at connecting his personal experiences to his songwriting, he '
'crafts wildly entertaining narratives of the challenges and '
'eccentricities of life, pulling inspiration from all that '
'surrounds him. His musings on love (both won and lost), the call '
"of the road and the promise of what's round the corner draw "
'similarities to JJ Cale, Leon Bridges, and Alabama Shakes. His '
'innate musical talent and flexibility of style have seen him '
'play with soul icon Booker T. Jones, rock veteran Colin James, '
'blues belter Beth Hart, and Canadian legend Burton Cummings. '
'Across streaming platforms, he’s racked up over\xa0 500,000 '
'monthly listeners and millions of streams.</p>\n'
'<p>While based in Victoria BC, Jesse is back on the road with '
'the Pretty Good Band throughout 2026. All seasoned musicians '
'themselves, the band is Matt Reid (bass), Chris Van Sickle '
'(keys), East Coast Pete (guitar) and Brent Norman (drums).\xa0 '
'“Each one of these guys on their own is funnier and smarter than '
'I am, but somehow I’m the band leader,” Jesse laughs. “I’m a '
'lucky lead guy to have these cats in my band.\xa0 They’re Pretty '
'Good.”</p>\n'
'<p><strong>For fans of:</strong> JJ Cale, Leon Bridges, Alabama '
'Shakes, The Record Company, Nathaniel Rateliff, and blues-rock '
'shows that feel better in the room than they ever could on '
'paper.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/EQ8SJU_O-DQ?si=yL3a2TrtKF7XvFSM" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/faster-things-band_e689> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6801
2026-08-11 17:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-jury-experience-death-by-ai-who-pays-the-price_e610>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-jury-experience-death-by-ai-who-pays-the-price_e610',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | November 15, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://feverup.com/m/570323" class="usa-button '
'text-uppercase usa-button--primary">Buy Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Tue 4/21 | 12PM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>5PM</b>\xa0\n'
' \n'
' Session 1\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7:30PM</b>\xa0\n'
' \n'
' Session 2\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Jury Experience – Death by AI: Who Pays the '
'Price?</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>When a driverless car causes a fatal '
'accident, who’s truly at fault? This immersive drama pulls you '
'into the center of a legal and ethical storm, raising questions '
'no courtroom has ever faced before. There is no legal roadmap '
'for this case. No clear precedent. And now, the world awaits '
'your verdict. As a juror, listen to testimonies, analyze '
'evidence, and ultimately decide how justice works in the age of '
'AI. The power is in your hands.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Untitled_design_12.png.8000x4500_q85_box-150%2C0%2C1928%2C1000_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/alejandro-escovedo-the-electric-saints_e724> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/gary-hoeys-ho-ho-hoey-rockin-holiday-tour_e702> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/marshall-crenshaw_e731> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/jamie-mclean-band_e686> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/a-journey-with-elvis_e725> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/bad-animals_e453> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/zoso_e704> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/jake-swamp-and-the-pine_e722> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/roamer-brian-dolzani-band_e723> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/mullett_e682> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-alternate-routes_e730> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/the-alternate-routes_e729> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11666
2026-08-11 17:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/faster-things-band_e689>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/faster-things-band_e689',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | November 28, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14845" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/16 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/17 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/18 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/19 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Faster Things (Allman Brothers Tribute)</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="http://www.facebook.com/FasterThings/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/fasterthingsabb/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://fasterthingsabb.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Following their SOLD OUT debut in 2025, we '
'welcome back The Faster Things Band - Allman Brothers Tribute '
'for another unforgettable night at FTC StageOne.</p>\n'
'<p>The band has built a reputation for channeling the heart, '
'fire, soul and improvisational spirit of the legendary Allman '
'Brothers Band. Featuring exceptional vocal and instrumental '
'skills, the band delivers an ABB experience cited by fans and '
'followers as one of the most authentic and engaging.</p>\n'
"<p>Since last year's appearance at FTC, the Faster Things Band "
'has continued growing a strong following by packing marquee '
"venues such as Daryl's House in Pawling, NY, Sony Hall in NYC, "
"Park City Music Hall in Black Rock and Black-Eyed Sally's in "
'Hartford.</p>\n'
"<p>If you are a fan of the Allman Brothers Band, you won't want "
'to miss this night of both classic and deep cuts, including a '
'short acoustic set of rare ABB songs for this special '
'performance.\xa0</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/ph2Hh_dLftk?si=E6Nm5MM5JNGPus-K" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12173
2026-08-11 17:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/alejandro-escovedo-the-electric-saints_e724>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/alejandro-escovedo-the-electric-saints_e724',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | November 15, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14950" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/28 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/29 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/30 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/31 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$48 - $68<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $36 - $56\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $65<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $53\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>6PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Alejandro Escovedo & The Electric Saints</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.facebook.com/alejandroescovedo/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/alejandro_escovedo/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.alejandroescovedo.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Alejandro Escovedo\'s New Album ECHO '
'DANCING is an Adventure in Life</p>\n'
'<p>No one has really ever been able to define themselves and '
'their music like singer-songwriter Alejandro Escovedo does. His '
'life in music of all kinds sometimes feels like a swirl through '
'the sky, where his songs point out all the majesty and mystery '
'of how he sees the world. The sounds he makes take him places '
'that he might not even predict, but once there, greatness always '
"follows. It's just the way Escovedo is. It has happened over and "
'over for decades, almost like a fateful agreement he has with '
'the cosmos. There is a good chance it cannot be explained, '
'especially by him.</p>\n'
"<p>Maybe that's because this is a musician who feels magic, both "
'in himself and the world around him, and is open to the '
'experience of whatever comes his way. It is not always easy, and '
'can have a high demand on how a person lives. But it is the way '
'that Escovedo is always moving forward.</p>\n'
'<p>On this new album, Alejandro Escovedo has taken a road rarely '
'traveled, which is totally in keeping with how he has lived his '
'life in music. Echo Dancing is an experiment in how to use the '
'past to shape the future. By recording completely new and '
'repurposed versions of songs from his past, Escovedo actually '
"gets a chance to rewrite his own history. It's also an idea that "
'pushes growth into the present, and asks an artist to see '
'themselves anew. "I always feel that a well-written song can '
'withstand a lot of abuse," Escovedo says. It is an area of '
'creativity that the man has always honored. "Turning a past song '
'inside out leads to discovery of new ideas you might not have '
'understood about the song," he says. "Even lyrical refurbishing '
"has proven helpful and effective. It's like interpreting your "
'own work anew. The songs never seem to be complete. They are '
'always evolving."</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/wJNkAEJgi20?si=Jhd5bwQLKzEvojE8" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11478
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/gary-hoeys-ho-ho-hoey-rockin-holiday-tour_e702>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/gary-hoeys-ho-ho-hoey-rockin-holiday-tour_e702',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | November 29, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14879" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/30 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/2 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/3 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $62<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $50\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $59<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $47\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Gary Hoey</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://garyhoey.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/garyhoey" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/garyhoeyofficialpage" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@GaryHoeyband" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Gary Hoey is the kind of guitarist who '
'makes a room lean in, then turn up.</p>\n'
'<p>A rock and blues player with serious miles on the amp, Hoey '
'broke through with his fiery take on “Hocus Pocus,” landed a '
'radio hit with “Low Rider,” scored films and soundtracks, and '
'built a career on the kind of guitar work that feels big, '
'precise, and built for the stage.</p>\n'
'<p>Now he is back on the road behind Avalanche, his first album '
'since 2019 and a return to his rock roots. Expect the new '
'material to hit with volume and muscle, plus the classics that '
'made Hoey a favorite among guitar fans who like their blues with '
'bite and their rock with real chops.</p>\n'
'<p>This tour also brings a personal spark: Gary is joined by his '
'son Ian Hoey on guitar, making the night part guitar showcase, '
'part family affair, and all live-wire rock energy.</p>\n'
'<p>For fans of instrumental guitar heroes, blues-rock power, big '
'solos, and a set that knows exactly when to let it '
'rip.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/Jmk2G5Z5aDk?si=SKOp99K0Lfqc1eU1" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13131
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/marshall-crenshaw_e731>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/marshall-crenshaw_e731',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | November 12, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <small class="font-override-std '
'margin-top-2">See Onsale Schedule below and check back '
'later</small>\n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 8/11 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 8/12 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 8/13 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 8/14 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $67<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $55\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $64<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $52\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Marshall Crenshaw</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://marshallcrenshaw.com/home" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/MarshallCrenshawOfficial/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@mcrenshaw" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Born in 1953 in Detroit, Michigan, '
'Marshall Crenshaw learned to tune a guitar correctly at age ten '
'and has been trying ever since. His first big break came in 1978 '
'playing John Lennon in “Beatlemania”, first as an understudy in '
'New York, then in the West Coast company, followed by a national '
'touring company. Removing himself from that situation in Feb. '
'1980, Marshall settled in New York City. Enthralled by the '
'hyper-diverse musical culture of the City, and the local Rock '
'scene in particular, Marshall formed a Rock and Roll band with '
'brother Robert on drums and Chris Donato on bass.</p>\n'
'<p>After crossing paths with the great and legendary Alan '
'Betrock, Marshall recorded his debut single “Something’s Gonna '
'Happen” for Betrock’s Shake Records label; at nearly the same '
'time, legendary Rockabilly singer Robert Gordon’s recording of '
'Marshall’s “Someday Someway” was released as a single on the RCA '
'label. These two records simultaneously broke big on New York’s '
'WNEW-FM, causing Marshall and his trio’s local popularity to '
'explode.</p>\n'
'<p>And so began a career that’s spanned four decades, 13 albums, '
'film and TV appearances (Buddy Holly in “La Bamba”) and '
'thousands of live performances.</p>\n'
'<p>Marshall formed his current touring band in 2022, featuring '
'guitarist, multi-instramentalist and record producer Fernando '
'Perdomo, bassist and singer-songwriter Derrick Anderson, and '
'drummer Mark Ortmann, founding member of the legendary Bottle '
'Rockets.</p>\n'
'<p>Of his City Winery New York show last fall <em>Infocus '
'Visions Music & Arts Magazine</em> hailed, “Marshall '
'Crenshaw live is an experience in itself. Forget the solo '
'artist; this is a full band explosion that showcases the magic '
'of musical synergy. Watching them on stage is like peeking into '
'a creative engine room. You see the interplay, the energy '
'flowing between them, how each member feeds off the others to '
'create that signature Marshall Crenshaw sound."</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/QIUckK6Xlig?si=fMtJgCaSe0gjBqY8" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Sarah Borges w/ Eric Ambel</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/uTx9PFDHS6g?si=D_63K9SUEhWlvlmY" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12900
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/jamie-mclean-band_e686>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/jamie-mclean-band_e686',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | November 20, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14836" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/9 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/10 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/11 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/12 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$42 - $45<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $35\n'
' \n'
' + $10 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$40<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$30 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$37<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$27 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-90 '
'margin-top-1">Check back closer to date of show for '
'updates</div>\n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Jamie McLean</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.jamiemcleanband.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/7BmTWkpFsdye9kPkTVZBLX" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/jamiemcleanband/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/thejamiemcleanband/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/JamieMcLeanBand" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/user/jamiemclean/videos" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Jamie McLean Band creates a musical gumbo '
'that incorporates New Orleans soul, middle Americana roots, '
'Delta blues and New York City swagger. Jamie McLean Band is a '
'triple threat. The group’s energetic and captivating live show '
'is undeniable. McLean’s fiery guitar has joined the ranks of '
'Derek Trucks, Gregg Allman, Aaron Neville, Dr. John and more on '
'stages from from Madison Square Garden to Japan’s Fuji Rock. His '
'blue eyed southern soul vocals ooze real emotion. And his top '
'line songwriting chops have crafted profound, honest and '
'heartfelt songs that will keep you singing along, dancing along '
'and feeling like the song was written about you.</p>\n'
'<p>Jamie McLean Band is touring behind a fantastic new album '
'“One Step Forward” on Harmonized Records. The album was recorded '
'at the legendary Grand Street Studios in Brooklyn NY and '
'features the band’s strongest and most mainstream songwriting to '
'date. It also marks the return of original JMB member Jon Solo '
'on keyboards! “Summer of Who Knows When” is an immediate summer '
'anthem. “Calendar Girl” and “New York Penny Lane” are musical '
'love letters. And the band kicks into full gear on “Too Little '
'Too Late” and “I Believe In Love”!</p>\n'
'<p>The live show is where Jamie McLean Band excels and the band '
'has shared the stage with the likes of Gregg Allman, Aaron '
'Neville, Dr. John, Taj Mahal, Tedeschi Trucks Band, Trombone '
'Shorty, Los Lobos, Blues Traveler, Marc Broussard and many more. '
'Jamie Mclean Band has appeared at festivals such as Bonnaroo, '
'Mountain Jam, Targhee Fest, Okeechobee Fest, Ottawa Blues Fest, '
'Quebec City Summer Fest, and Warren Haynes’ Christmas Jam to '
'name a few. McLean has also enjoyed the sponsorship of Gibson '
'Guitars, Fuchs Amplifiers, D’Addario Strings, Blue Microphones, '
'John Varvatos and Esquire Magazine.</p>\n'
'<p>\xa0</p>\n'
'<p><em>”McLean and company ooze drops of southern roots rock, '
'blues, R&B, funk and soul out of every note... the rock '
'& roll swagger of the Rolling Stones combined with the '
'songwriting prowess of Tom Petty.”</em> <strong>- '
'Jambase</strong></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/qW0KwT2FNAg?si=mZHn2GjhIW2iRGqJ" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 17:20:32 [fair_field_theatre] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/a-journey-with-elvis_e725>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/a-journey-with-elvis_e725',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | November 29, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14947" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Tue 7/28 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>VIP</b>\xa0'
'$177<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$165 + $12 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$97<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$85 + $12 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>VIP '
'Mezzanine</b>\xa0$197<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$185 + $12 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>4PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>5PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>VIP Includes:</strong></p>\n'
'<p>- Open Bar\xa0</p>\n'
'<p><strong>Mezzanine VIP Includes:</strong></p>\n'
'<p>- Open Bar\xa0</p>\n'
'<p>- Mezzanine Access</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">A Journey With Elvis, WHAT IF...</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>A Journey with Elvis will open with Elvis '
'Tribute artist <strong>Trent Smith</strong>, from Oklahoma '
'(<strong>young Elvis</strong>) coming on stage, and we look back '
'at Elvis’ first adult performance on July 30 th 1954 at the '
'Overton Park Shell in Memphis Tennessee.</p>\n'
'<p>Next on stage, <strong>Vince King</strong>, from Texas '
'(<strong>’68 Comeback / Black leather Elvis</strong>) will come '
'on stage to go back in time to Elvis’ famous ’68 Comeback '
'special on December 3rd 1968, where he reintroduced himself '
'after a seven year break from live performances!</p>\n'
'<p>The show continues with <strong>Lamar Peters</strong> from '
'New York City (<strong>Vegas Elvis</strong>) coming on stage to '
'relive Elvis making his legendary Las Vegas comeback at the '
'International Hotel on July 31st 1969.</p>\n'
'<p>After reflection of the loss of Elvis, all three artist’s '
'will welcome <strong>Gregg Peters form NYC</strong> as we get a '
'peek of, WHAT IF… Elvis Presley’s journey continued.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/expand-web_ELVIS---CALENDAR-POST-copy.jpg.8000x4500_q85_box-915%2C181%2C3139%2C1436_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11137
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/bad-animals_e453>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/bad-animals_e453',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | November 21, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14111" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 9/16 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 9/17 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 9/18 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 9/19 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46 - $61<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $50\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$43 - $58<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $47\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Bad Animals - The Heart Tribute</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://badanimalstribute.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://facebook.com/badanimalshearttribute" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/badanimalshearttribute" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://instagram.com/badanimalshearttribute" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Bad Animals - The Heart '
'Tribute</strong> is the next best thing to the real thing. Lead '
'vocalist Daena D delivers a stunningly accurate recreation of '
"Ann Wilson's soaring signature vocals, while Gina D successfully "
'captures the charismatic guitar and trademark vocals of Nancy '
'Wilson. Together, both ladies also present a remarkable physical '
'resemblance to the Wilson sisters, resulting in the most '
"authentic tribute to Heart touring today. Bad Animals' live "
'performances feature a full, six-piece band, highlighted by the '
'beautiful, powerful, flawless voices of these two ladies front '
'and center!</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/GefSSnoCnfM?si=ZlVz1EbNp_gUjInY" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12154
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/zoso_e704>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/zoso_e704',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | December 17, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14885" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/30 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/2 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/3 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $62<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $50\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $59<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $47\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Zoso</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.zosoontour.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/zosoontour/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/ZosoOnTour" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/zosoontour/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UCkdKmgv6mwfC0OqKOEAPxGw" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Celebrating their 30th anniversary '
'in 2025</strong>, Zoso has become one of the most iconic and '
'respected Led Zeppelin tribute experiences worldwide, having '
'performed over 4,800 shows across the globe. Known for their '
'unparalleled dedication to faithfully recreating the legendary '
"band's live performances, Zoso has earned accolades from both "
'critics and fans alike.</p>\n'
'<p>Zoso’s live performances focus on the raw energy and '
'intricate musicality of Led Zeppelin’s best-known hits and '
'deeper tracks, with a particular emphasis on recreating their '
'live show experience. The band’s commitment to authenticity has '
'earned them praise from major outlets, with the <em>LA '
'Times</em> calling them “head and shoulders above all other Led '
'Zeppelin tributes,” and the <em>St. Petersburg Times</em> '
'describing them as “the most exacting of all the Led Zeppelin '
'tributes.”</p>\n'
'<p>After starting 2025 touring with Zakk Wylde on the Zakk '
'Sabbath tour, the band has now embarked on its 30th anniversary '
'headlining tour.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/5qerN3turo8?si=Is__Q1zDHRAUcs47" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/WDh5JpsFP_I?si=Jnu0TPf4ytuJEXwx&amp;start=31" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 17:20:32 [fair_field_theatre] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/jake-swamp-and-the-pine_e722>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/jake-swamp-and-the-pine_e722',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | November 27, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14937" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/28 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/29 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/30 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/31 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Jake Swamp and the Pine</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://www.jakeswamp.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/0fFS8WEWJFYEs3VaHVdVPO" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.instagram.com/jakeswamp" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/JakeSwampandThePine/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UCvGfnOsvynDlWPFPzHDE2aQ" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><span>Jake Swamp and the Pine is an '
'Americana band born out of Boston, Massachusetts. Led by singer, '
'songwriter and guitarist Drew Zieff, the band features 8 time '
'Boston Music Award winner Jonathan Ulman on drums, Chris Haley '
'on electric guitar, pedal steel and backup vocals, and Austin '
'Beveridge on bass, among other talented musicians who sit in on '
'special occasions.</span></p>\n'
'<p><span>What started as a songwriting project in 2018 quickly '
'turned into something much bigger. Jake Swamp and the Pine cut '
'their teeth at small basement shows, porch fests, and bars in '
'the Greater Boston area - and are now regularly playing '
'prestigious national festivals and major venues. Through this - '
'and a genuine focus on connecting with fans at an individual '
'level - Jake Swamp and the Pine continue to amass a following '
'that the band lovingly coined ‘The Pine’ - a community of fans '
'who not only connect with the music, but also appreciate the '
'band’s ability to create a sense of camaraderie and intimacy, no '
'matter the size of the room or distance between them.\xa0'
'</span><span></span></p>\n'
'<p>\xa0</p>\n'
'<p><span>The band has had the privilege of sharing the stage '
'with artists like Alanis Morissette, Trampled by Turtles, The '
'Wood Brothers, Ziggy Marley, and more.</span></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/YyJ2KqNOdKY?si=3mERWOBYyJNQ0RUJ" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Wild & Company</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://linktr.ee/wildandcompany?utm_source=ig&utm_medium=social&utm_content=link_in_bio" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/wildandco_music" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Washed-Out Indie Americana from '
'Connecticut</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/WTmu5wTf0Lg?si=MyfEWH4B47e1PZuT" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14233
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/roamer-brian-dolzani-band_e723>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/roamer-brian-dolzani-band_e723',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | December 3, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14955" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 8/4 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 8/5 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 8/6 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 8/7 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$27 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">ROAMER</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://linktr.ee/roamertheband" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/roamertheband" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/Roamericanmusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@Roamertheband" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Roamer is real.</p>\n'
'<p>Reports of their demise have been greatly exaggerated.</p>\n'
'<p>Having cut their teeth right here in Fairfield, the six band '
'members wandered the highways and byways in anonymity, honed '
'their craft, and grew beards of varying lengths. Emerging from '
'this vision quest in 2025, the boys headed straight to Tiny '
'Bunker Studio to record their recently released album, The '
'American Condition, a musical reckoning of the situation at '
'large.</p>\n'
'<p>To culminate a string of multiple sold-out shows, Roamer '
'proudly brings The American Condition Tour back home to Stage '
'One. Fronted on acoustic guitar by singer-songwriter Tim Sather, '
'bandmates pass the instruments around and add layered harmonies '
'to a catalog of original tunes peppered by the sporadic but '
'scrupulously chosen deep-cut cover. A tapestry of sounds (keys, '
'guitars, mandolin, horns, and the occasional accordion) add the '
'special sauce to Tim’s savory melodies and evocative lyrics. All '
'are kept in line by a rootsy and dynamic rhythm section that '
'sparkles from deep within the velvet pocket. Blending diverse '
'influences of Americana, Bluegrass, Rock and Reggae, their sound '
'is hard to pin down but has been likened to that of The Band’s '
'Music from Big Pink but sans Bob Dylan’s meddling (Tim’s prosody '
'is on par).</p>\n'
'<p>Like Sasquatch and the Grays, Roamer is real.</p>\n'
'<p>Seeing is always believing.</p>\n'
'<p><strong>Lineup:</strong></p>\n'
'<p>Tim Sather: Singer-songwriter, acoustic guitar</p>\n'
'<p>John Macchia: Drums</p>\n'
'<p>Matt Sather: Guitar, mandolin, keys, vocals</p>\n'
'<p>Eric Dolecki: Keys, accordion, saxophone, vocals</p>\n'
'<p>Bill Conroy: Bass</p>\n'
'<p>John Sather: Lap steel/electric guitar, mandolin, keys, '
'vocals (no microphone)</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/2FnSoa7b6Sc?si=_aISujHD1hUbh04b" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Brian Dolzani Band</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Brian Dolzani Band is lead by Fairfield '
'native Brian Dolzani, whom Awendaw Green venue calls ‘an iconic '
'Americana voice’, and the Americana bible No Depression declared '
'“Dolzani’s melancholy musings are remarkably affecting.” You’ll '
'hear fan favorites from Brian’s recent albums including Horse, '
'We Are Magic, and The Endless Sky. Brian has just been signed by '
'Red Curtain Records out of Memphis, TN and is currently '
'releasing new music in 2026.\xa0</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/z_7TQ4cCqhM?si=oCHHQB37X7nC_3jP" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10713
2026-08-11 17:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/mullett_e682>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/mullett_e682',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | November 27, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14830" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/2 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/3 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/4 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/5 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$35 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$43<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$32 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Mullett</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.mullettrocks.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/mullettrocks" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/groups/Mullett" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>For over a decade now, '
'<strong>Mullett</strong> has proven themselves time and time '
'again to be THE Premier Rockers for Hair Band fanatics and '
'lovers of Rock ‘n’ Roll all over the world. By delivering the '
'best of the 1980’s in Big Hair and faithful renditions, Mullett '
'recreates the vibe of those times with unrivaled passion and '
'conviction. From corporate functions and private parties to '
'college campuses, theaters, nightclubs and casinos, Mullett has '
'the unique ability to ROCK and captivate their audience with the '
'sights and sounds of the Glam Band era. Mullett fans agree; this '
'is the closest anyone can get to classic Van Halen, Def Leppard, '
'Bon Jovi, Journey and Poison without hitting 88 mph in a '
'tricked-out DeLorean. Catch Mullett at a venue near you and let '
'the 80’s live forever!</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/dH0Jf_FQcyw?si=jdw81cX-TvDeHqfh" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15819
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-alternate-routes_e730>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-alternate-routes_e730',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | December 5, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14959" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 8/4 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 8/5 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 8/6 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 8/7 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $57<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $45\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $54<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $42\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Alternate Routes</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://thealternateroutes.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://instagram.com/thealternateroutes" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/thealternateroutes" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/alternateroutes" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.youtube.com/user/alternateroutes" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>The Alternate Routes</strong> are '
'the band that helped us to remember “we are how we treat each '
'other, and nothing more.”</p>\n'
'<p>“Nothing More” propelled the band into new ears and new '
'heights, having been featured prominently in the 2014 Winter '
'Olympics, on NCIS, and with numerous other organizations. It was '
'followed up with “Somewhere in America,” a poignant and personal '
'conversation about gun violence that earned the band a 2016 '
'Independent Music Award and a visit to the White House.</p>\n'
'<p>The Alternate Routes first burst onto the scene in 2005 with '
'their breakthrough album Good and Reckless and True. They '
'released several albums on Vanguard Records and on their own, '
'toured extensively, and relentlessly refined their craft. They '
'have collaborated with such seemingly disparate artists as '
'singer-songwriter Patti Griffin, director Lisa Cholodenko (The '
'Kids Are All Right), and guitarist Carl Broemel of My Morning '
'Jacket. They’ve performed on “The Late Late Show with Craig '
'Ferguson,” “Late Night with Conan O’Brien,” and have been repeat '
'guests on NPR’s “Mountain Stage.”</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/435rn1BSmIk?si=R9gp3kXEH0PcRSpr" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/9QA9OmUwMvk?si=0xGAGW6EvkF1r3XX" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Pete Muller and the Kindred Souls</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.petemuller.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/c/PeteMullerMusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/petemullermusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/55BUDwcDLKgwBPOKTrr4sc?si=bSKkvU1NTv23yg9KX3G26A" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/petemullermusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Pete Muller and the Kindred Souls make '
'music built for a room full of people: warm, piano-driven songs, '
'rich harmonies, and the kind of band chemistry that turns a '
'concert into a shared experience.</p>\n'
'<p>Muller’s thoughtful songwriting moves easily between roots '
'rock, soul, and jazz, balancing emotional depth with an '
'easygoing sense of joy. With the Kindred Souls behind him, those '
'songs open up onstage. Expect expressive musicianship, voices '
'locking together, and a set that can shift from intimate '
'reflection to a full-room lift without forcing the moment.</p>\n'
'<p>For listeners who like sharp songwriting, soulful '
'arrangements, and a band that genuinely enjoys playing together, '
'this is the kind of night that sneaks up on you, then sends you '
'home feeling lighter.</p>\n'
'<p><strong>For fans of:</strong> Marc Cohn, Bruce Hornsby, '
'Jackson Browne.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/wyintPoDCjM?si=g1sjZeOxtKcFWNDl" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15478
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/the-alternate-routes_e729>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/the-alternate-routes_e729',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | December 4, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14961" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 8/4 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 8/5 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 8/6 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 8/7 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$57<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$45 + $12 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$54<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$42 + $12 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>6:30PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7:30PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Alternate Routes</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://thealternateroutes.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://instagram.com/thealternateroutes" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/thealternateroutes" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/alternateroutes" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.youtube.com/user/alternateroutes" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>The Alternate Routes</strong> are '
'the band that helped us to remember “we are how we treat each '
'other, and nothing more.”</p>\n'
'<p>“Nothing More” propelled the band into new ears and new '
'heights, having been featured prominently in the 2014 Winter '
'Olympics, on NCIS, and with numerous other organizations. It was '
'followed up with “Somewhere in America,” a poignant and personal '
'conversation about gun violence that earned the band a 2016 '
'Independent Music Award and a visit to the White House.</p>\n'
'<p>The Alternate Routes first burst onto the scene in 2005 with '
'their breakthrough album Good and Reckless and True. They '
'released several albums on Vanguard Records and on their own, '
'toured extensively, and relentlessly refined their craft. They '
'have collaborated with such seemingly disparate artists as '
'singer-songwriter Patti Griffin, director Lisa Cholodenko (The '
'Kids Are All Right), and guitarist Carl Broemel of My Morning '
'Jacket. They’ve performed on “The Late Late Show with Craig '
'Ferguson,” “Late Night with Conan O’Brien,” and have been repeat '
'guests on NPR’s “Mountain Stage.”</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/435rn1BSmIk?si=R9gp3kXEH0PcRSpr" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/9QA9OmUwMvk?si=0xGAGW6EvkF1r3XX" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Pete Muller and the Kindred Souls</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.petemuller.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/c/PeteMullerMusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/petemullermusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/55BUDwcDLKgwBPOKTrr4sc?si=bSKkvU1NTv23yg9KX3G26A" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/petemullermusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Pete Muller and the Kindred Souls make '
'music built for a room full of people: warm, piano-driven songs, '
'rich harmonies, and the kind of band chemistry that turns a '
'concert into a shared experience.</p>\n'
'<p>Muller’s thoughtful songwriting moves easily between roots '
'rock, soul, and jazz, balancing emotional depth with an '
'easygoing sense of joy. With the Kindred Souls behind him, those '
'songs open up onstage. Expect expressive musicianship, voices '
'locking together, and a set that can shift from intimate '
'reflection to a full-room lift without forcing the moment.</p>\n'
'<p>For listeners who like sharp songwriting, soulful '
'arrangements, and a band that genuinely enjoys playing together, '
'this is the kind of night that sneaks up on you, then sends you '
'home feeling lighter.</p>\n'
'<p><strong>For fans of:</strong> Marc Cohn, Bruce Hornsby, '
'Jackson Browne.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/wyintPoDCjM?si=g1sjZeOxtKcFWNDl" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/eva-ayllon_e706> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/john-splithoff_e717> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/willie-nile_e675> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/the-super-70s-rock-show_e703> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/jon-lampley_e710> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/terrapin-presents-decades-of-the-dead_e679> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/los-lobos_e655> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/an-evening-with-tony-visconti_e709> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/terrapin-presents-decades-of-the-dead_e680> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-rock-and-roll-playhouse_e699> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8295
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/eva-ayllon_e706>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/eva-ayllon_e706',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Wednesday | October 28, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14873" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/26 | 12PM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$132 - $182<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $120 - $170\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Eva Ayllón</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Eva Ayllón carries her homeland of Peru in '
'her heart and her spectacular songs. Known as the Queen of '
'Landó, she’s been a legend of Afro Peruvian music for over 50 '
'years. In 2019, she won the much-deserved Latin GRAMMY® Lifetime '
'Achievement Award, on top of 10 previous nominations for Best '
'Folk Album. Rising star (and Latin GRAMMY® nominee) Daniela '
'Darcourt will add to the fun with her special flavor of Peruvian '
'salsa. Dance, sing and feel the rhythm of Peru with these two '
'forces of nature!</p>\n'
'<p>\xa0</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/1kw-5riY3qQ?si=EEiglAJBGbf1-myP" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12934
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/john-splithoff_e717>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/john-splithoff_e717',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Wednesday | November 11, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14926" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/21 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Artist '
'Presale</b>\xa0 Wed 7/22 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/22 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/23 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/24 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>VIP '
'Package</b>\xa0$141 - $151<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $130 - $140\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46 - $56<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $45\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$43 - $53<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $42\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Only 20 VIP tickets are available - '
'reserve yours early!</p>\n'
'<p><strong>VIP Package includes:</strong></p>\n'
'<ul>\n'
'<li>Ticket to the show</li>\n'
'<li>admission to an intimate pre-show event, includes:</li>\n'
'<ul>\n'
"<li>Attend John's Soundcheck\xa0</li>\n"
'<li>Tour-exclusive signed poster</li>\n'
'<li>Exclusive VIP laminate</li>\n'
'<li>Meet & Greet + Photo Op w/ John</li>\n'
"<li>$5 of package goes to charity of John's choice</li>\n"
'</ul>\n'
'</ul></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">John Splithoff</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.johnsplithoff.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>John Splithoff is a songwriter, singer, '
'and multi-instrumentalist who splices together throwback soul, '
'modern production, and laid-back pop. A native of Chicago, '
'Splithoff began gaining momentum following the independent '
'release of his breakout single, "Sing to You.” Driven by a '
'hypnotic howl, breezy guitar, and an unbreakable bounce, the '
'track generated over 100 million streams, occupied coveted real '
'estate on noted Spotify playlists and reached the top 8 at AC '
'Radio, paving the way for Splithoff to continue to release music '
'to a growing fanbase.</p>\n'
'<p>Splithoff has toured globally as a headliner with appearances '
'at renowned festivals from Lollapalooza to Bonnaroo, building a '
'reputation for shows that are equal parts intimate and '
'electric.</p>\n'
'<p>Following the release of his sophomore album Far From Here, '
'Splithoff is at work on his next studio album while revisiting '
'his catalogue with fresh, stripped-back arrangements of '
'fan-favorite songs.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/LQ7-CVM_jw8?si=UsybyBC07ZY9h76w" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10169
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/willie-nile_e675>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/willie-nile_e675',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | November 12, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14811" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/26 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/27 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/28 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/29 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$35 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$43<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$32 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Willie Nile</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>The New York Times called Buffalo, NY-born '
'Willie Nile "one of the most gifted singer-songwriters to emerge '
'from the New York scene in years." Uncut Magazine called him “A '
'one-man Clash” and “the unofficial poet laureate of New York '
'City”. His album Streets Of New York was hailed as “a platter '
'for the ages” by Uncut. Rolling Stone listed The Innocent Ones '
'as one of the “Top Ten Best Under-The-Radar Albums of 2011” and '
'BBC Radio called it “THE rock ‘n’ roll album of the year.” His '
'single from that album, “One Guitar,” was the “Top Pick of the '
'Week” in USA Today.</p>\n'
'<p>Willie has toured across the U.S. with The Who and has sung '
'with Bruce Springsteen and Ringo Starr. As the induction program '
'from the Buffalo Music Hall of Fame says: “His live performances '
'are legendary.” His 2020 album New York At Night got rave '
'reviews, with The Associated Press calling it: “As sharp and '
'guitar-driven as ever…the fire within Nile, once a peer of The '
'Replacements and The Clash, continues to light a similar '
'torch…anthemic…custom made for these times.” Downbeat Magazine '
'calling it a “sonic love letter to Gotham.”</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/FM3rVVLC3_o" frameborder="0" '
'allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12678
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/the-super-70s-rock-show_e703>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/the-super-70s-rock-show_e703',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | November 6, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14883" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/30 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/2 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/3 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$39.50 - $59.50<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27.50 - '
'$47.50\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$36.50 - $56.50<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $24.50 - '
'$44.50\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Super 70\'s Rock Show</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="http://instagram.com/super70s_supertransam" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://facebook.com/supertransam" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UC9UIGa8qk4BCiyI3Vfcf1JA" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><em>Introducing SUPER 70’S ROCK SHOW '
'featuring Super Trans Am</em></p>\n'
'<p>Get ready for a full-throttle, high-octane trip through the '
'Seventies. It’s an electrifying, immersive concert experience '
'packed with arena anthems and chart-topping radio hits that '
'defined a generation. The 70’s are BACK.</p>\n'
'<p>Combining unparalleled musicianship with artistic and '
'inspired A/V production, you’ll enjoy revisiting classic '
'singalongs from one of the most definable decades in American '
'history. Performing masterworks from icons such as The Eagles, '
'Hall & Oates, Queen, The Doobie Brothers, Paul McCartney '
'& Wings, Peter Frampton, Foreigner, Kiss, Boston and Journey '
'as well as “Yacht Rock” favorites such as “Still the One” by '
'Orleans and Pilot’s “Magic”, your audience will fall in love '
'with this epic decade of memorable music all over again.\xa0'
'</p>\n'
'<p>In addition to every member of the band taking the lead vocal '
'mic throughout the evening, each show is accompanied by state of '
'the art video and stage production that pays homage to the era’s '
'unique pop culture. You can even get your picture taken in a '
'classic replica of the 1978 Smokey and the Bandit Trans Am, '
'which will be available at select shows.\xa0</p>\n'
'<p>Super 70’s Rock Show featuring Super Trans Am is the perfect '
'entertainment choice for municipal parks, food truck festivals, '
'county/state fairs, theaters, nightclubs, casinos, private '
'events, themed weddings and car shows.\xa0</p>\n'
'<p>It’s time to dust off your flared jeans, break out the air '
'guitar and take a trip back to the days when Welcome Back Kotter '
'and Happy Days kept us glued to our televisions, Gerald Ford and '
'Jimmy Carter led our nation, kids jumped Evil Kneivel toys over '
'their Matchbox cars and these timeless songs became the '
'soundtrack to our lives.</p>\n'
'<p>The timing couldn’t be better for this talented group to '
'emerge. In addition to those of us who grew up with our radios '
'locked on “77; WABC”, a new generation has been introduced to '
'the music of the 1970’s in recent hit movies such as GUARDIANS '
'OF THE GALAXY and DOCTOR STRANGE. Your entire family will have a '
'great night out together singing along with the band.</p>\n'
'<p>Ladies and gentlemen…Start your engines…<em>Roll down your '
'windows, crank up the radio, and take a ride with the Super 70’s '
'Rock Show Super Trans AM.</em></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/HGTankU_Z_s?si=7CeP9CJaXcCAgjyV" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 17:20:33 [fair_field_theatre] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/jon-lampley_e710>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/jon-lampley_e710',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Wednesday | October 28, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14916" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/7 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/8 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/9 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Thu 7/9 | 12PM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Jon Lampley</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://instagram.com//jonlampleymusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.x.com/JonLampleyMusic" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UC5fFGID8n6mD3IFB1e7q10A" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>What comes next after 11 years with The '
'Late Show with Stephen Colbert’s house band? For<strong> Jon '
'Lampley</strong>, the answer is <em><strong>Notes To '
'Self</strong></em> — his sophomore solo album, <strong>out June '
'26, 2026</strong>, and a deeply personal statement from an '
'artist stepping fully into the spotlight. With praise from <a '
'href="https://www.npr.org/2024/06/02/nx-s1-4971593/jon-lampley-a-veteran-of-stephen-colberts-talk-show-releases-his-debut-album" '
'rel="noopener '
'noreferrer"><span><em><strong>NPR</strong></em></span></a> and '
'<a '
'href="https://www.nytimes.com/2025/09/20/nyregion/jon-lampley-late-show.html%20%E2%80%8B" '
'rel="noopener noreferrer"><span><em><strong>The New York '
'Times</strong></em></span></a><strong> </strong>already behind '
'him, Lampley enters this next chapter with confidence and '
'clarity.</p>\n'
'<p>Lampley has made his name as a consummate trumpet and '
'sousaphone player, singer-songwriter, composer, and bandleader, '
'blending jazz, soul, gospel, and contemporary roots music. On '
'<em><strong>The Late Show</strong></em>, he performed nightly '
'under bandleaders <strong>Louis Cato</strong> and <strong>Jon '
'Batiste</strong>, honing his craft and stage presence before a '
'global audience.</p>\n'
'<p>Produced by Lampley, The Diner (Jordan Cohen, Clyde Lawrence, '
'Jonny Koh), and Michael Thurber, <em><strong>Notes To '
'Self</strong></em> pairs introspective songwriting with the '
'virtuosity, joy, and communal energy that define his career. The '
'album reflects on ambition, optimism, faith, and growth, with '
'standout tracks like <em>“Greener,” \xa0“JOY,” </em>and '
'<em>“Maybe.”</em></p>\n'
'<p>Beyond late-night television, Lampley has built a reputation '
'as one of the most versatile brass players of his generation. He '
'co-founded the high-energy jazz-funk ensemble '
'<strong>Huntertones</strong> and has performed in amphitheaters, '
'arenas, and festivals with jam-rock mainstays '
'<strong>O.A.R.</strong> and pop-soul powerhouse <strong>Lake '
'Street Dive</strong>. Long regarded as an elite collaborator and '
'sideman, Lampley has increasingly stepped forward as a frontman, '
'composer, and creative force in his own right.</p>\n'
'<p>That instinct to lead is rooted in his upbringing in Akron, '
'Ohio, where church music shaped both his sound and philosophy. '
'Learning trumpet by ear and absorbing the emotional power of '
'communal performance, Lampley developed a style centered on '
'connection, intention, and atmosphere. He continued refining his '
'craft at The Ohio State University before relocating to '
'Brooklyn, New York, where his artistic vision fully '
'crystallized. Influenced by the trumpet lineage of Roy Hargrove '
'and Louis Armstrong and the soulful vocal traditions of Sam '
'Cooke and D’Angelo, Lampley focuses less on flash and more on '
'creating a sound that is immediate, human, and unmistakably his '
'own.</p>\n'
'<p><em><strong>Notes To Self</strong></em> showcases Lampley’s '
'evolution as a frontman, offering introspective songwriting '
'alongside the virtuosity and communal energy that define his '
'career.</p>\n'
'<p><em><strong>Notes To Self</strong></em><strong> arrives '
'Friday, June 26, 2026.</strong></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/mQVndquBKvk?si=pjDQu5E9OnEZ2luX" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14365
2026-08-11 17:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/terrapin-presents-decades-of-the-dead_e679>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/terrapin-presents-decades-of-the-dead_e679',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | October 29, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14819" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Mon 6/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/3 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/4 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/5 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$48 - $51<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $37 - $40\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$35 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$43<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$32 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Special '
'Two-Night Pass — Save 15% Add both nights to your cart and '
'save!</b>\xa0$65 - $71<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $54 - $60\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Two nights. Four sets. Four '
'decades of Grateful Dead music.</strong></p>\n'
'<p>Terrapin brings <strong>Decades of the Dead</strong> to '
'StageOne for a full-spectrum journey through the Dead songbook, '
'with each set focused on a different era from the ’60s through '
'the ’90s. Come for one night, and you’ll get a killer set of '
'Dead favorites, deep cuts, and wide-open jams. Come for both and '
'you get the whole arc.</p>\n'
'<p><strong>Special Two-Night Pass — Save 15%</strong><strong>Add '
'both nights to your cart and save!</strong></p>\n'
'<p>Standard $30x2=$60 + $11 fees = $71</p>\n'
'<p>Member $27x2=$54 + $11 fees = $65</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Terrapin</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.facebook.com/terrapinbandct/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/terrapinbandct" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@terrapinbandct" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>After a decade that cemented their place '
'in the New England jam-band scene, Terrapin is returning to the '
'stage for a special performance you won’t want to miss. Expect '
'the same soulful improvisation, deep grooves, and joyful '
'community that made them one of the region’s most beloved '
'tributes to The Grateful Dead.</p>\n'
'<p>Formed in Connecticut in 2013, Terrapin set out with a clear '
'mission: to bring the spirit, improvisational energy, and vast '
'songbook of The Grateful Dead to live audiences across New '
'England and beyond. Known as “<strong>The Ultimate Grateful Dead '
'Experience</strong>,” Terrapin quickly distinguished themselves '
'through deep repertoire, authentic instrumentation, and a '
'dynamic live show.</p>\n'
'<p>What set\xa0Terrapin\xa0apart was not simply performing\xa0'
'Grateful Dead\xa0songs, but\xa0<strong>interpreting them with '
'passion, improvisation, and a full-hearted commitment to the '
'live-music spirit.</strong> Every performance was a conversation '
'— between the musicians, the audience, and the legacy of the '
'music itself.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/GUPMkvKNe84?si=s_WjcNtV71Npymy7" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/J5KaqsxPUBU?si=ygM4NI873YI-bzSJ" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10794
2026-08-11 17:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/los-lobos_e655>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/los-lobos_e655',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | October 24, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14769" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/12 | 1PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/13 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/14 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/15 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$59 - $109<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $45 - $95\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$54 - $104<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $42 - $92\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Los Lobos</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Los Lobos is one of those rare bands that '
'has never had to flatten itself to fit a category. Over the '
'years they have pulled rock and roll, blues, soul, folk, '
'country, Tex-Mex, and Mexican folk traditions into a sound that '
'feels completely their own: rooted, restless, and unmistakably '
'human.</p>\n'
'<p>That range is a big part of the live draw. A Los Lobos set '
'can feel roadhouse-tight one minute, loose and hypnotic the '
'next, then suddenly tender in a way that quiets the whole room. '
'The songs have weight. The grooves have muscle. And the '
'musicianship never turns showy for its own sake. It serves the '
'feeling.</p>\n'
'<p>For longtime fans, there is the pleasure of hearing a catalog '
'that has lasted for good reason. For newer listeners, this is '
'the kind of band that can win you over in one set because the '
'thing that matters most is right there onstage: chemistry, '
'taste, and conviction.</p>\n'
'<p>In a room like The Warehouse, that kind of band lands exactly '
'how you want it to. Close enough to catch the detail. Big enough '
'to feel the lift.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/OZeBc41yueA?si=KOqUnCoIgCGjRO0o" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/nLAWPrCUQQ0?si=Cp5NAuMd1xG_dJur" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 17914
2026-08-11 17:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/an-evening-with-tony-visconti_e709>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/an-evening-with-tony-visconti_e709',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | November 5, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <small class="font-override-std '
'margin-bottom-1">Not a Classic Member?</small>\n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/donate/contribute1?ct=15&ReturnUrl=/0/14905" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Membership & Tickets</a>\n'
' \n'
' <small class="font-override-std '
'margin-y-1">Enjoy exclusive presales, discounted tickets, and '
'member-only events. Membership will auto-renew every '
'year.</small>\n'
' \n'
' \n'
' <hr class="width-full">\n'
' \n'
' \n'
' \n'
' <small class="font-override-std '
'margin-bottom-1">Classic Members:</small>\n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/account/login?ReturnUrl=%2f0%2f14905" '
'class="usa-button text-uppercase usa-button--outline">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Tue 7/7 | 12PM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$72 - $87<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $60 - $75\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Meet & '
'Greet Add On Package</b>\xa0$122 - $137<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $110 - $125\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Conversation Starts\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Event Moderated by Dave Schneider</p>\n'
'<p>FTC invites our valued members to an exclusive Members Only '
'event to celebrate and thank them for their continued support '
'over the years.\xa0 An Evening with Tony Visconti is a talkback '
'covering Visconti’s 50+ year long career. Tony Visconti is a 3x '
'Grammy winning legendary producer whose credits include T. Rex, '
'Thin Lizzy, Manic Street Preachers, and most notably, David '
'Bowie. The evening will consist of a pre-show cocktail hour, a '
'conversation with Visconti moderation by Dave Schneider (The '
'Zamboni’s) discussing Visconti’s career, relationships with '
'industry legends such as Bowie and Marc Bolan, industry stories, '
'track analysis, and a pre-screened Q&A. The program will run '
'roughly 75-90 minutes.</p>\n'
'<p>This event offers an exclusive experience to those who '
'intentionally support FTC. Visconti has been a leader in record '
'production for generations, making himself a pillar in music '
'history. In regards to Visconti’s career with David Bowie; '
'Tony’s openness and commitment to keeping David’s memory alive '
'has provided a platform for his music and stories to live '
'on.\xa0 Providing this experience to our members showcases not '
'only the ‘thank you’ to our members but also aligns with FTCs '
'commitment to community and honoring those who came before '
'us.\xa0</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Tony Visconti</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>One of the most celebrated pop/rock music '
'producers in history started his musical legacy in Brooklyn, NY '
'as a bass player and arranger.\xa0 A chance meeting with UK '
'music producer Denny Cordell at a water cooler in Phil Ramone’s '
'A&R Studios in New York City changed Tony’s entire life.\xa0 '
'While explaining chord charts to Denny and how they could guide '
'the session players and expedite the process, Denny would end up '
'asking the twenty-something-year-old Visconti to move to London '
'and work for him.\xa0 The rest is a story from the ages.</p>\n'
'<p>While in London, he met David Bowie and Marc Bolan within '
'weeks as two up and coming, unheard-of musicians and went on to '
'guide their careers to absolute mega superstardom.\xa0 In the '
'UK, Marc Bolan was an enormous star, showman and songwriter. '
'David Bowie was a superfan who saw what Tony was doing with Marc '
'and wanted to work with Tony.\xa0 A 44-year friendship and 14 '
'Bowie albums later, including the last four of his life, was '
'evidence of a once-in-a-lifetime musical association that would '
'catapult David to superstardom and Visconti to the most '
'sought-after producer of the 70s and 80s.\xa0\xa0</p>\n'
'<p>Since Bowie released his eponymous album, David Bowie, '
'produced by Tony Visconti in 1969, the New York-based music '
'producer has always been a vital part of the most decisive '
'moments in Bowie’s career. Visconti also provided musical '
'direction for T. Rex’s recordings as well as albums by U2, Paul '
'McCartney and Wings, Gentle Giant, Sparks, the Moody Blues, Thin '
'Lizzy, Morrissey, Angelique Kidjo, Dandy Warhols, Boomtown Rats, '
'and many others.</p>\n'
'<p>Visconti, a 3x Grammy winning music producer, arranger, '
'songwriter, musician, and author (“Bowie, Bolan, and the '
'Brooklyn Boy”), lives in New York City. In 2025, he produced the '
'new album, Visible From Space, by Paul Muldoon and Rogue '
'Oliphant, the musical supergroup which includes Pulitzer-prize '
'and T. S. Elliot prize-winning Irish poet Paul Muldoon, bassist '
'Cait O’Riordan (Pogues, Elvis Costello) and '
'guitarist/songwriter/author Dan Zanes (The Del Fuegos).\xa0</p>\n'
'<p>Additional recent productions include music by Paul Simonon '
'(Clash)\xa0and\xa0Galen Ayers entitled Can We Do Tomorrow '
'Another Day?; The Good, the Bad & the Queen (feat. singer\xa0'
'<a href="https://en.wikipedia.org/wiki/Damon_Albarn" '
'rel="noopener noreferrer">Damon Albarn</a>\xa0of\xa0<a '
'href="https://en.wikipedia.org/wiki/Blur_(band)" rel="noopener '
'noreferrer">Blur</a>\xa0and\xa0<a '
'href="https://en.wikipedia.org/wiki/Gorillaz" rel="noopener '
'noreferrer">Gorillaz</a>, bassist\xa0<a '
'href="https://en.wikipedia.org/wiki/Paul_Simonon" rel="noopener '
'noreferrer">Paul Simonon</a>\xa0of the\xa0<a '
'href="https://en.wikipedia.org/wiki/The_Clash" rel="noopener '
'noreferrer">Clash</a>, guitarist\xa0<a '
'href="https://en.wikipedia.org/wiki/Simon_Tong" rel="noopener '
'noreferrer">Simon Tong</a>\xa0of the\xa0<a '
'href="https://en.wikipedia.org/wiki/The_Verve" rel="noopener '
'noreferrer">Verve</a>, and drummer\xa0<a '
'href="https://en.wikipedia.org/wiki/Tony_Allen_(musician)" '
'rel="noopener noreferrer">Tony Allen</a>) entitled Merrie Land; '
'Perry Farrell’s Kind Heaven; The Damned Evil Spirits; and '
'Esperanza Spalding’s Emily’s D+Evolution. Earlier, he arranged '
'and conducted strings for Foo Fighters on their song, “I Am a '
'River,” from the Sonic Highways album.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/expand-web2_Tony-Brooklyn-Hoodie.jpg.8000x4500_q85_box--1740%2C0%2C4952%2C1800_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Dave “Zamboni” “LeeVee” Schneider</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Dave Schneider is a Bridgeport, '
'Connecticut-based musician and broadcaster, primarily known as '
'the frontman for several themed indie-rock groups and as a voice '
'in community radio. His work often focuses on blending music '
'with humor and specific cultural themes.</p>\n'
'<p>THE BANDS</p>\n'
'<p>- The Zambonis: Formed in 1991, this indie-rock band writes '
'songs exclusively about hockey. They have performed at venues '
'ranging from small clubs to NHL All-Star and Stanley Cup games. '
'Notable highlights include commissioning theme songs for the '
'Boston Bruins and Colorado Avalanche, performing in Latvia, and '
'playing a wedding ceremony entirely on ice. Also writing over '
'300 songs about hockey, life, love and hockey again.</p>\n'
'<p>- The LeeVees: Co-founded in 2005 with Adam Gardner of '
'Guster, this band focuses on Hanukkah-themed pop-rock. Their '
'debut album, Hanukkah Rocks (Warner Bros/Reprise Records) '
'received critical acclaim, and the music was featured on Grey’s '
'Anatomy and The Cleveland Show. Recent highlights include an NPR '
'Tiny Desk Concert in 2023 and the 2024 Emmy Award-winning PBS '
'special, "A Celebration of Hanukkah" featuring five Leevees '
'songs and several interview segments with Adam and Dave.</p>\n'
"<p>- The Macaroons: A Jewish children's band featuring "
'collaborations with fellow LeeVees Daniel Saks and Shawn '
'Fogel.</p>\n'
"<p>In addition to Dave's bands, he is an active broadcaster, "
'podcaster and media personality. He host "Storied Sounds with '
'Dave Schneider" on WPKN 89.5 FM and streaming all over the '
'world, The show features musical guests and curated playlists '
'every other Friday morning. Dave also served as the on-ice MC '
'for the Bridgeport Sound Tigers (now the Bridgeport Islanders) '
'from 2001 to 2012.</p>\n'
'<p>Born in 1966 and raised in Trumbull, CT, Schneider is known '
'for his quick wit and innocently unfiltered approach. His love '
'of music and the joy of humor is reflected in everything he '
'does.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/15625961_10157938044100710_3864426852522660581_o.jpg.8000x4500_q85_box-30%2C0%2C2018%2C1118_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14363
2026-08-11 17:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/terrapin-presents-decades-of-the-dead_e680>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/terrapin-presents-decades-of-the-dead_e680',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | October 30, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14820" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Mon 6/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/3 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/4 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/5 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$48 - $51<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $37 - $40\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$35 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$43<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$32 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Special '
'Two-Night Pass — Save 15% Add both nights to your cart and '
'save!</b>\xa0$65 - $71<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $54 - $60\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Two nights. Four sets. Four '
'decades of Grateful Dead music.</strong></p>\n'
'<p>Terrapin brings <strong>Decades of the Dead</strong> to '
'StageOne for a full-spectrum journey through the Dead songbook, '
'with each set focused on a different era from the ’60s through '
'the ’90s. Come for one night, and you’ll get a killer set of '
'Dead favorites, deep cuts, and wide-open jams. Come for both and '
'you get the whole arc.</p>\n'
'<p><strong>Special Two-Night Pass — Save 15%</strong><strong>Add '
'both nights to your cart and save!</strong></p>\n'
'<p>Standard $30x2=$60 + $11 fees = $71</p>\n'
'<p>Member $27x2=$54 + $11 fees = $65</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Terrapin</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.facebook.com/terrapinbandct/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/terrapinbandct" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@terrapinbandct" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>After a decade that cemented their place '
'in the New England jam-band scene, Terrapin is returning to the '
'stage for a special performance you won’t want to miss. Expect '
'the same soulful improvisation, deep grooves, and joyful '
'community that made them one of the region’s most beloved '
'tributes to The Grateful Dead.</p>\n'
'<p>Formed in Connecticut in 2013, Terrapin set out with a clear '
'mission: to bring the spirit, improvisational energy, and vast '
'songbook of The Grateful Dead to live audiences across New '
'England and beyond. Known as “<strong>The Ultimate Grateful Dead '
'Experience</strong>,” Terrapin quickly distinguished themselves '
'through deep repertoire, authentic instrumentation, and a '
'dynamic live show.</p>\n'
'<p>What set\xa0Terrapin\xa0apart was not simply performing\xa0'
'Grateful Dead\xa0songs, but\xa0<strong>interpreting them with '
'passion, improvisation, and a full-hearted commitment to the '
'live-music spirit.</strong> Every performance was a conversation '
'— between the musicians, the audience, and the legacy of the '
'music itself.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/GUPMkvKNe84?si=s_WjcNtV71Npymy7" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/J5KaqsxPUBU?si=ygM4NI873YI-bzSJ" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11993
2026-08-11 17:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-rock-and-roll-playhouse_e699>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-rock-and-roll-playhouse_e699',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | October 31, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14867" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/23 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/24 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/25 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/26 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$28 - $31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $22 - $25\n'
' \n'
' + $6 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$26<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$20 + $6 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$23<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$17 + $6 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>11AM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>12PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Rock And Roll Playhouse</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="http://www.therockandrollplayhouse.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/rockandrollplayhouse/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/therockandrollplayhouse/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/RRPHKIDS" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>The Rock and Roll Playhouse, a family '
'concert series hosted at historic music venues across the '
'country, allows kids to “move, play and sing while listening to '
'works from the classic-rock canon” (NY Times). Performing songs '
'created by the most iconic musicians in rock history, The Rock '
'and Roll Playhouse band offers its core audience of families '
'with children age ten and under games, movement, stories and an '
'opportunity to rock out in an effort to educate children and '
'explore their creativity. The Rock and Roll Playhouse is an '
'early and often first introduction to a child’s lifelong journey '
'with live music and rock and roll. This children’s concert is '
'not associated with or endorsed by the artist. See you at the '
'show!</p>\n'
'<p>This concert for kids and families shares the music of the '
'artist named above with a new generation of music lovers, but is '
'not associated with or endorsed by the artist. All children must '
'be accompanied by a parent or adult caregiver.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/CyT6V1cJKSs?si=O4-079IejexnqH-v" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-jury-experience-death-by-ai-who-pays-the-price_e612> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-rocky-horror-picture-show_e726> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/don-was-and-the-pan-detroit-ensemble_e720> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/patty-larkin-lucy-kaplansky_e569> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/the-travelin-mccourys_e708> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/start-making-sense_e687> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/manhattan-short-film-festival-matinee_e727> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/adam-ezra-group_e718> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-fab-faux_e600> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/manhattan-short-film-festival-evening_e728> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/the-tull-project_e637> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-fab-faux_e599> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/dice_e664> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/north-mississippi-allstars_e691> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/the-moonrise-cartel_e721> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/jon-cleary-the-absolute-monster-gentlemen_e701> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6800
2026-08-11 17:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-jury-experience-death-by-ai-who-pays-the-price_e612>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-jury-experience-death-by-ai-who-pays-the-price_e612',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | October 11, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://feverup.com/m/570323" class="usa-button '
'text-uppercase usa-button--primary">Buy Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Tue 4/21 | 12PM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>5PM</b>\xa0\n'
' \n'
' Session 1\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7:30PM</b>\xa0\n'
' \n'
' Session 2\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Jury Experience – Death by AI: Who Pays the '
'Price?</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>When a driverless car causes a fatal '
'accident, who’s truly at fault? This immersive drama pulls you '
'into the center of a legal and ethical storm, raising questions '
'no courtroom has ever faced before. There is no legal roadmap '
'for this case. No clear precedent. And now, the world awaits '
'your verdict. As a juror, listen to testimonies, analyze '
'evidence, and ultimately decide how justice works in the age of '
'AI. The power is in your hands.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Untitled_design_12.png.8000x4500_q85_box-150%2C0%2C1928%2C1000_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 18379
2026-08-11 17:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-rocky-horror-picture-show_e726>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-rocky-horror-picture-show_e726',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | October 16, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14942" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 8/5 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 8/7 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$22<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$20 + $2 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$19<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$17 + $2 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7:30PM</b>\xa0\n'
' \n'
' Festivities Start\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Film Start\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Let’s do the Time Warp… '
'again</strong>🕺👄</p>\n'
'<p>COSTUMES STRONGLY ENCOURAGED but not necessary!</p>\n'
'<p><em>Prizes will be given out for best costumes.\xa0</em></p>\n'
'<p><em>I would like, if I may, to take you on a strange '
'journey…</em> The Rocky Horror Picture Show is turning 50, and '
'we’re throwing a party! Celebrate half a century of cult '
'cinema’s most outrageous phenomenon with a special anniversary '
'screening that’s all about the experience: yelling at the '
'screen, dancing in the aisles, and reveling in every '
'delightfully weird moment. This is not your typical movie night. '
'Audience participation is not just allowed — it’s encouraged.\xa0'
'</p>\n'
'<p>The Rocky Horror Picture Show is renowned for its audience '
'participation roles at different times and scenes during the '
'film. There will be props available for <strong>purchase at the '
'venue the night of the show for $10 a bag.</strong> To encourage '
'the safety and enjoyment of the film by all in attendance, any '
'bags brought to the theater could be subjected to a search for '
'inappropriate/non-allowable items.</p>\n'
'<p>What is allowed & what’s in the kit!</p>\n'
'<p><span><strong>The $10 kits include: (Seprate '
'Purchase)</strong></span></p>\n'
'<p><strong>Rice, Newspaper, Water Gun, Glow Stick, Time Warp '
'Flyer, Rubber Glove, Noisemaker, Confetti Popper, Toilet Paper, '
'Party Hat, Bell, Sponge, Cards, Instructions, Bag</strong></p>\n'
'<p>So now we know what the kit will include, we’re new to this '
'thing. How do we use them, which ones that aren’t in the kit are '
'also allowed OR are not allowed, and at what point in the movie '
'do we use them? This movie is all about participation but we '
'also want to make sure the theater isn’t damaged, wrecked, or '
'burned down (under NO circumstances should an open flame ever be '
'used within the Theatre). People are absolutely encouraged to '
'dress up and have fun, but there are just a few things we cannot '
'and will not allow and they are listed below along with the '
'items included in the $10 kit, as well as when to use them. '
'Another thing we ask is to please not throw things at the '
'screen. Here’s your play-by-play of when to use your props, as '
'well as the things that just can’t be allowed. Here we go:</p>\n'
'<p><strong>Rice</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong>...\xa0but no large '
'bags</li>\n'
'<li>When to use: At the beginning of the film when the wedding '
'guests exit the church.</li>\n'
'</ul>\n'
'<p><strong>Large “J”-“A”-“N”-“E”-“T” cards</strong></p>\n'
'<ul>\n'
'<li>In the kit?<strong> No</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong>, we just didn’t include '
'it since it takes some decent coordination between people to '
'pull off. You’re welcome to do it if you feel like your four '
'friends can spell.</li>\n'
'<li>When to use: During the song “Dammit Janet” when Brad says '
'Janet’s name, and when spells out Janet’s name, each card is '
'held up as he spells it. Some people also write “Oh” '
'“B”-“R”-“A”-“D” on the back of them and use them then.</li>\n'
'</ul>\n'
'<p><strong>Water Guns</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong>… Only tiny squirt guns '
'will be allowed. Anything oversized will not be allowed '
'in.</li>\n'
'<li>When to use: During the song There’s a Light (Over at the '
'Frankenstein Place), while they are walking through the '
'rain.</li>\n'
'</ul>\n'
'<p><strong>Newspaper</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: When Brad and Janet are caught in the storm, '
'Janet covers her head with a newspaper. At this point, you '
'should likewise cover your head.</li>\n'
'</ul>\n'
'<p><strong>Glow Stick / flashlight</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 qty)</li>\n'
'<li>Is it allowed? <strong>Yes </strong>(NO Lighters, matches, '
'flammables due to fire code restrictions). Get creative and '
'download a concert lighter app on your phone. Those are much '
'less flammable!</li>\n'
'<li>When to use: During the song There’s a Light (Over at the '
'Frankenstein Place), while the “There’s a Light” chorus is '
'playing. Do this during the chorus and when they say “in the '
'darkness” lower it.</li>\n'
'</ul>\n'
'<p><strong>How to Time Warp Flyer</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 qty)</li>\n'
'<li>Is it allowed? Of course! Yes but try to keep the aisles '
'open if possible for people trying to get through.</li>\n'
'<li>When to use: During the Time Warp – get up and dance!</li>\n'
'</ul>\n'
'<p><strong>Rubber Glove</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 qty)</li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: During Frank’s speech at the tank when he puts '
'on the gloves, stretches and snaps them. He does this three '
'times and try to snap them at the same time!</li>\n'
'</ul>\n'
'<p><strong>Noisemakers</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 qty)</li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: During the “Lab” scene, when the Transylvanian '
'Guests use their noisemakers at the end of the creation '
'speech.</li>\n'
'</ul>\n'
'<p><strong>Confetti</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 confetti streamer '
'popper)</li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: At the end of the “Lab” scene when the wedding '
'march is being played when they head to the bedroom.</li>\n'
'</ul>\n'
'<p><strong>Toilet Paper</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 qty)</li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: When Dr. Scott makes his entrance and Brad '
'exclaims “Great Scott!” Get it? Like Scotts toilet paper? Yeah, '
'that’s why people do it. Wait to toss it when Dr. Scott crashes '
'through the wall. By the time Dr. Scott hits the Transducer wall '
'and Frank has his leg on the chair it’s time to stop '
'tossing.</li>\n'
'</ul>\n'
'<p><strong>Party Hat</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 qty)</li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: During dinner, Frank will put on his party hat, '
'and you should too. It’s a party after all and you should be '
'dressed appropriately.</li>\n'
'</ul>\n'
'<p><strong>Toast</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>No</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: During dinner after Frank is done carving, he '
'will lift his glass and proclaim “a toast”.</li>\n'
'</ul>\n'
'<p><strong>Bell</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong>, if you didn’t bring a '
'bell you can use your keys also. However it doesn’t look as '
'cool.</li>\n'
'<li>When to use: When Frank is chasing Janet after dinner and '
'asks the musical question “did you hear a bell ring?” during the '
'song “Planet Schmanet”.</li>\n'
'</ul>\n'
'<p><strong>Sponge</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes </strong>(1 qty)</li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: When Columbia is doing her “bitch out” speech '
'and says to Frank, “you’re like a sponge!”</li>\n'
'</ul>\n'
'<p><strong>Cards</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>Yes</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: After floor show, when Frank is doing his solo '
'number and sits down and sings the line “cards for sorrow, cards '
'for pain”. Make it rain!</li>\n'
'</ul>\n'
'<p><strong>Rope</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>No</strong></li>\n'
'<li>Is it allowed? <strong>Yes</strong></li>\n'
'<li>When to use: When the rope falls from the rigging after Riff '
'finishes shooting.</li>\n'
'</ul>\n'
'<p><strong>Hot Dog and Prunes</strong></p>\n'
'<ul>\n'
'<li>In the kit? <strong>No</strong></li>\n'
'<li>Is it allowed? <strong><em>Please, please, please '
'DON’T.</em></strong></li>\n'
'<li>When to use: People sometimes throw these anytime they’re '
'mentioned. It’s messy, stains things, and nobody wants to get '
'hit with a prune or a hot dog for that matter.</li>\n'
'</ul>\n'
'<p>\xa0</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Rocky Horror Picture Show</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>In this cult classic, sweethearts Brad '
'(Barry Bostwick) and Janet (Susan Sarandon), stuck with a flat '
'tire during a storm, discover the eerie mansion of Dr. '
'Frank-N-Furter (Tim Curry), a transvestite scientist. As their '
'innocence is lost, Brad and Janet meet a houseful of wild '
'characters, including a rocking biker (Meat Loaf) and a creepy '
"butler (Richard O'Brien). Through elaborate dances and rock "
'songs, Frank-N-Furter unveils his latest creation: a muscular '
'man named "Rocky."</p>\n'
'<p><strong>Directed By:</strong> Jim Sharman</p>\n'
'<p><strong>Released:</strong> 1975</p>\n'
'<p><strong>Runtime:</strong> 1hr 40m</p>\n'
'<p><strong>Rating:</strong> R</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/4plqh6obZW4?si=rCjRCCdCWcBCndEs" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15243
2026-08-11 17:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/don-was-and-the-pan-detroit-ensemble_e720>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/don-was-and-the-pan-detroit-ensemble_e720',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | October 15, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14933" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/21 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/22 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/23 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/24 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $62<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $50\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $59<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $47\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Don Was and the Pan-Detroit Ensemble '
'channel the full sweep of their hometown’s musical DNA into a '
'fearless, groove-heavy sound—where jazz improvisation, deep '
'funk, soul, blues and rock all share the same Detroit '
'pulse.</p>\n'
'<p>Led by the six-time Grammy-winning producer and Blue Note '
'Records president, this powerhouse ensemble brings '
'<strong><em>Groove in the Face of Adversity</em></strong> to '
'life alongside <strong>a special performance of the Grateful '
'Dead’s <em>Blues for Allah</em></strong>, honoring its 50th '
'anniversary and Was’ enduring creative partnership with Bobby '
'Weir. Expect virtuoso playing, roof-raising vocals and a set '
'that treats Detroit tradition not as a museum piece, but as fuel '
'for something spontaneous, adventurous and unmistakably '
'alive.</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Don Was and The Pan-Detroit Ensemble</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://donwas.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>DON WAS</strong></p>\n'
'<p>Music has always loomed large in the life of Don Was. Born in '
'Detroit in 1952, he has enjoyed a multi-faceted career as a '
'musician, record producer, music director, film composer, '
'documentary filmmaker, and radio host. Since 2011, he has also '
'served as President of America’s venerated jazz label, Blue Note '
'Records.</p>\n'
'<p>As a record producer, he has won six Grammy Awards, including '
'Album of the Year in 1989 for Bonnie Raitt’s Nick of Time and '
'Producer of the Year in 1994. Albums he has produced have sold '
'close to 100 million copies for a wide array of artists such as '
'The Rolling Stones, Bob Dylan, Willie Nelson, John Mayer, Ringo '
'Starr, Wayne Shorter, The B-52s, and Charles Lloyd. In 1995, he '
'produced and directed the Brian Wilson documentary I Just Wasn’t '
'Made For These Times, which won the San Francisco Film '
'Festival’s Golden Gate Award. As a film composer, he received '
'the 1994 British Academy Award (BAFTA) for Best Original Score '
'for the film Backbeat. He also won the 2014 Emmy Award for '
'Outstanding Music Direction for CBS’s The Beatles: The Night '
'That Changed America.</p>\n'
'<p>In 2018, Don joined Grateful Dead guitarist Bob Weir to form '
'the Wolf Brothers, a band that continues to tour in the U.S. and '
'overseas. In April 2023, he served as Music Director for Willie '
'Nelson’s 90th birthday celebration at the Hollywood Bowl, and he '
'is featured in the Willie Nelson & Family documentary on '
'Paramount+. In September 2024, he was honored with a Lifetime '
'Achievement Award by the Americana Music Foundation at '
'Nashville’s Ryman Auditorium. He also hosts Dinner With Don Was, '
'a weekly radio show on John Mayer’s SiriusXM Channel 14.</p>\n'
'<p>At Blue Note Records, Don fiercely protects the label’s '
'85-year-old legacy, meticulously preserving its revered catalog '
'of Black American Music. His work includes overseeing acclaimed '
'vinyl reissue series such as Tone Poet and Classic Vinyl, as '
'well as signing and producing many of the label’s current '
'artists, including Robert Glasper, Charles Lloyd, Wayne Shorter, '
'Dr. Lonnie Smith, Gregory Porter, and Jason Moran.</p>\n'
'<p>Don’s deep Detroit roots keep him closely tied to the city. '
'For the past 15 years, he has music-directed and played bass in '
'the Don Was Detroit All-Star Revue, part of Detroit’s annual '
'diversity festival, the Concert of Colors. From 2009 to 2012, he '
'hosted The Motor City Hayride on SiriusXM’s Outlaw Country '
'channel, and since 2021 he has co-hosted The Don Was Motor City '
'Playlist, a live weekly show on Detroit’s NPR station WDET-FM. '
'Don is also the voice of Neville the Dog in the hit Amazon Prime '
'Video children’s series Pete the Cat.</p>\n'
'<p><strong>THE PAN-DETROIT ENSEMBLE</strong></p>\n'
'<p>Don Was’ latest group, The Pan-Detroit Ensemble, features '
'top-tier jazz musicians from his hometown. “There’s a unique '
'sound and feel to Detroit that permeates the music in a way that '
'resonates all over the globe,” says Was. “There’s a rawness, a '
'lack of pretension, and an unmistakable underlying groove that '
'reflects the people and culture of the entire city.”</p>\n'
'<p>The band includes longtime collaborators such as Blue Note '
'artist Dave McMurray on saxophone and Eminem’s Oscar-winning '
'collaborator, keyboardist Luis Resto. Additional members include '
'trombonist Vincent Chandler, trumpeter John Douglas, drummer '
'Jeff Canaday, percussionist Mahindi Masai, guitarist Wayne '
'Gerard, and vocalist Steffanie Christi’an.</p>\n'
'<p>“When the opportunity came to put together a new band, the '
'message was clear: go back to Detroit where I came from, be who '
'I am, play like who I am, and team up with like-minded '
'individuals,” says Was.</p>\n'
'<p>The Pan-Detroit Ensemble debuted in 2024 and 2025 and will '
'continue touring the U.S. and select international markets in '
'support of their forthcoming debut album, Groove in the Face of '
'Adversity, to be released October 10 on Mack Avenue '
'Music.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/y5xK_HTZTRU?si=FXBVK-HPzATJQdUu" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14585
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/patty-larkin-lucy-kaplansky_e569>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/patty-larkin-lucy-kaplansky_e569',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | October 16, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14532" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 2/3 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 2/4 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 2/6 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46 - $66<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $55\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$43 - $63<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $52\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>This special evening features <strong>two '
'full solo sets</strong> — one from Patty Larkin and one from '
'Lucy Kaplansky — followed by a <strong>collaborative closing '
'set</strong> where these longtime friends and acclaimed '
'songwriters share the stage together.</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Patty Larkin</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://pattylarkin.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://facebook.com/pattylarkinmusic" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Patty Larkin is a visionary '
'singer-songwriter whose work lives at the intersection of guitar '
'mastery, poetic storytelling, and emotional depth. Hailed as '
'“riveting” by the <em>Chicago Tribune</em> and “drop-dead '
'brilliant” by <em>Performing Songwriter</em>, she has spent over '
'three decades redefining what guitar-driven songwriting can be, '
'blending technical brilliance with soul-forward vocals and '
'deeply imaginative lyrics</p>\n'
'<p>With eleven studio albums and multiple live recordings, '
'Larkin’s catalog reflects a fearless curiosity and a devotion to '
'craft. Her acclaimed project <em>Bird in a Cage</em> sets poems '
'by celebrated writers, including U.S. Poet Laureates, to music, '
'creating a haunting, luminous conversation between words and '
'melody</p>\n'
'<p>Whether performing intimate solo sets or richly layered '
'compositions, Patty Larkin’s live shows are immersive, '
'inventive, and quietly breathtaking—inviting listeners into a '
'space where song, story, and sound unfold with rare '
'grace.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/ABilP6yzrZQ?si=JAmrxJfcIpOW0KZs" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Lucy Kaplansky</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://lucykaplansky.com/home" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.facebook.com/lucykaplansky" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://instagram.com/lucykaplansky" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/1TrFdcZHtuaF2r7vgFyfiz" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Lucy Kaplansky\xa0is a rare vocal talent, '
'"a truly gifted performer...full of enchanting songs" (New York '
'Times). Blending country, folk and pop styles, she has the '
'unique ability to make every song sound fresh. One of the most '
'in-demand harmony singers, Lucy has sung on countless records, '
'performing with Suzanne Vega, Bryan Ferry, Nanci Griffith and '
'Shawn Colvin.</p>\n'
'<p>"New York songwriter\xa0Lucy Kaplansky\xa0is becoming the '
'troubador laureate of modern city folk." - Boston '
'Globe</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/W6BgbWYLNeE?si=SEXGj1Dl3-yznPoX" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11946
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/the-travelin-mccourys_e708>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/the-travelin-mccourys_e708',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Wednesday | October 14, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14899" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/7 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/8 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/9 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/10 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$57 - $67<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $45 - $55\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$54 - $64<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $42 - $52\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Travelin’ McCourys</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.facebook.com/TheTravelinMcCourys" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/thetravelinmccourys/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/trvlnmccourys" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.tiktok.com/@travelin_mccourys" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/tiktok_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>The Travelin’ McCourys carry one of '
'bluegrass music’s most important family names, but they are not '
'here to simply guard the past. Led by brothers Ronnie McCoury on '
'mandolin and Rob McCoury on banjo, sons of bluegrass legend Del '
'McCoury, the band has spent years turning deep tradition into '
'something bold, nimble, and alive in the moment.</p>\n'
'<p><strong>This is bluegrass with a long memory and a wide-open '
'future. </strong>The Travelin’ McCourys have the kind of '
'musicianship that can only come from a lifetime onstage: '
'blistering solos, lockstep ensemble playing, high-lonesome '
'harmonies, and an instinct for taking a song somewhere new '
'without ever losing its soul. They can nod to Bill Monroe, '
'stretch toward the Grateful Dead, and bring jam-band freedom '
'into a string-band setting that still feels grounded, joyful, '
'and unmistakably McCoury.</p>\n'
'<p>Their self-titled album earned the <strong>Grammy Award for '
'Best Bluegrass Album</strong>, but the real argument for this '
'band happens live, where tradition meets lift-off. On StageOne, '
'up close and in full flight, The Travelin’ McCourys bring a '
'night of world-class pickin’, harmony, and progressive bluegrass '
'fire.</p>\n'
'<p><strong>Vibe:</strong> Front-porch soul with festival-stage '
'horsepower</p>\n'
'<p><strong>Sounds like:</strong> Bill Monroe’s bluegrass DNA '
'plugged into Grateful Dead curiosity, Del McCoury precision, and '
'modern jamgrass momentum.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/-eyBvm-d-80?si=Rza4FYgY0BKHyJym" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12921
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/start-making-sense_e687>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/start-making-sense_e687',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | October 17, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14838" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/9 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/10 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/11 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/12 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$43 - $71<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $60\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$41 - $71<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $30 - $60\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$38 - $68<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $57\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Mezzaine Seats are RESERVED for '
'this event\xa0</strong></p>\n'
'<p>If you need ADA accessable seats please call us at '
'(203)259-1036 or email us at '
'info@fairfieldtheatre.org</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Start Making Sense</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.startmakingsenseband.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://instagram.com/startmakingsenseband" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/talkingheadstribute/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@StartMakingSenseBand" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/StartMakinSense" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>The music of Talking Heads has excited, '
'inspired, and healed folks worldwide since their first show at '
'CBGB’s in 1975.If David Byrne is one of the geniuses of modern '
'times, then Start Making Sense is a tribute to genius. The '
'musicians in this seven-piece band celebrate the entire Talking '
'Heads’ catalog, meticulously executing the sounds and iconic '
'live visual elements in every performance, bringing so much of '
'the Heads unique live show that you know and love to the '
'stage.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/8fJIGQm6LhA" frameborder="0" '
'allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 17:20:35 [fair_field_theatre] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/manhattan-short-film-festival-matinee_e727>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/manhattan-short-film-festival-matinee_e727',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | October 4, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14939" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Tue 7/28 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/31 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$23<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$20 + $3 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$20<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$17 + $3 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>2:30PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>3PM</b>\xa0\n'
' \n'
' Film\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a href="https://brodywilk.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Brody_Wilkins_Final_Logo_trev-EDIT.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Brody Wilkinson, '
'PC"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Manhattan Short Film Festival</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.manhattanshort.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/manhattanshort" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/manhattanshort/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/groups/17069636101/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Manhattan Short</strong> began in '
'1998, when founder Nicholas Mason gathered an audience of 200 '
'people and showed 16 short films on a screen mounted to the side '
'of a truck on Mulberry Street, Little Italy, New York City. A '
'year later the Festival moved uptown to Union Square Park NYC, '
'where audiences grew to love the annual event. From these humble '
'beginnings, Manhattan Short has now transformed into a worldwide '
'phenomenon. Celebrating its 27th year in 2024, Manhattan Short '
'is the only film festival on the planet to unfold '
'simultaneously, in more than 500 cinemas on six continents, '
'bringing over 100,000 film-lovers in all corners of the globe '
'together for one week, via the next generation of '
'filmmakers.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/eex9nt8FgCQ?si=y0oqUHZj9TuXGkHb" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13177
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/adam-ezra-group_e718>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/adam-ezra-group_e718',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | October 9, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14924" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/21 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/22 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/23 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/24 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$42 - $45<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $35\n'
' \n'
' + $10 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$40<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$30 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$37<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$27 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Adam Ezra Group</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://instagram.com/adamezragroup" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/0YZYZQRglf6GA3b6ffiAd2?si=qu1AMrAqTfGu8REnVmk7cg" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/adamezragroup" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UCQfXbx_uAtzOpakpQZAKgCQ" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.tiktok.com/@adamezragroup" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/tiktok_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.adamezra.com/home" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><span>We don’t see many artists building '
'the kind of momentum Adam Ezra Group is generating right '
'now.</span></p>\n'
'<p><span>What has grown over more than two decades of relentless '
'grassroots touring has become something far bigger than a '
'typical touring band: a fiercely independent, fan-powered '
'community that continues to expand one show at a time. Rooms '
'across the country are selling out when Adam Ezra Group comes to '
'town, with longtime fans regularly traveling across state lines '
'to catch multiple shows, drawn by the band’s deep sense of '
'community and the promise that no two nights are ever the '
'same.</span></p>\n'
'<p><span>The band never performs from a fixed setlist, instead '
'shaping each night around the energy in the room. Songs, '
'stories, and moments unfold in real time—part concert, part '
'revival, and part reminder of what live music can still be at '
'its best.</span></p>\n'
'<p><span>Blending <strong>folk/Americana soul, rock ’n’ roll '
'energy, and deeply human songwriting</strong>, Adam Ezra Group '
'has built one of the most authentic underground followings in '
'live music today while quickly becoming recognized on a national '
'level. As </span><em>SPIN</em><span> recently put it, they are '
'<strong>“an independent underground folk band blowing up without '
'selling out,”</strong> a rise that has happened entirely outside '
'the traditional industry system, powered by word of mouth, '
'community activism, and a genuine connection between band and '
'audience that often turns first-time listeners into lifelong '
'fans.</span></p>\n'
'<p><span>Catch them now while they’re still playing the kinds of '
'rooms where you can give Adam a hug on your way '
'out.</span></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/n49YIHz48Dw?si=eaCgbuobzkSNlq5-" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12863
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-fab-faux_e600>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-fab-faux_e600',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | October 3, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14610" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 2/24 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 2/25 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 2/27 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$89 - $109<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $75 - $95\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$86 - $106<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $72 - $92\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a '
'href="https://www.russellinsurance.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Russell_Insurance.png.600x600_q85.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Russell Insurance"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Fab Faux</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://thefabfaux.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/TheFabFaux/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/thefabfaux/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/user/TheFabFaux" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>With a commitment to the accurate '
"reproduction of The Beatles' repertoire, The Fab Faux, featuring "
'Jimmy Vivino, Rich Pagano, Frank Agnello, Jack Petruzzelli and '
'new member, Jim Boggia treat the seminal music with unwavering '
'respect and are known for their painstaking recreations of the '
'songs (with emphasis on the later works never performed live by '
'the Beatles).\xa0 Far beyond a cover band, they play the music '
'of The Beatles so impeccably that one must experience it to '
'believe it. Imagine hearing complex material like Strawberry '
'Fields Forever or I Am the Walrus performed in complete '
'part-perfect renditions; or such harmony-driven songs as '
'Because, Nowhere Man and Paperback Writer. Add to that an '
"injection of each band member's musical personality and playing "
'style making your classic rock record collection come alive '
'before you. For over 25 years, loyal audiences have been '
'returning to see and hear just how The Fab Faux will solve a new '
'song addition to the set list (Beatles and Solo Years '
'selections) while either singing along to Hey Jude (with The '
'Hogshead Horns and The Creme Tangerine Strings), closing their '
'eyes and immersing themselves in the sonic landscape of Within '
'You Without You (Jimmy V on sitar) or dancing in the aisles when '
'the band channels the Cavern Club era.\xa0</p>\n'
'<p>"The greatest Beatles cover band...without the wigs" — '
'Rolling Stone Magazine</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/zi-09UqTxMw?si=VbBcAdaznr-bwMnl" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 17:20:35 [fair_field_theatre] ERROR: API error 500:
<!doctype html>
<html lang="en">
<head>
<title>Server Error (500)</title>
</head>
<body>
<h1>Server Error (500)</h1><p></p>
</body>
</html>
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/manhattan-short-film-festival-evening_e728>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/manhattan-short-film-festival-evening_e728',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | October 4, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14940" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Tue 7/28 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/31 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$23<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$20 + $3 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$20<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$17 + $3 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>6:30PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Film\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a href="https://brodywilk.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Brody_Wilkins_Final_Logo_trev-EDIT.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Brody Wilkinson, '
'PC"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Manhattan Short Film Festival</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.manhattanshort.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/manhattanshort" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/manhattanshort/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/groups/17069636101/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Manhattan Short</strong> began in '
'1998, when founder Nicholas Mason gathered an audience of 200 '
'people and showed 16 short films on a screen mounted to the side '
'of a truck on Mulberry Street, Little Italy, New York City. A '
'year later the Festival moved uptown to Union Square Park NYC, '
'where audiences grew to love the annual event. From these humble '
'beginnings, Manhattan Short has now transformed into a worldwide '
'phenomenon. Celebrating its 27th year in 2024, Manhattan Short '
'is the only film festival on the planet to unfold '
'simultaneously, in more than 500 cinemas on six continents, '
'bringing over 100,000 film-lovers in all corners of the globe '
'together for one week, via the next generation of '
'filmmakers.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/eex9nt8FgCQ?si=y0oqUHZj9TuXGkHb" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10838
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/the-tull-project_e637>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/the-tull-project_e637',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | October 10, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14711" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 3/31 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 4/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 4/2 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 4/3 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$48 - $51<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $37 - $40\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$35 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$43<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$32 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Tull Project</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.tullproject.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>The Tull Project is a powerful live '
'concert experience built around the essential repertoire of '
'Jethro Tull — eclectic, melodic, and rhythmically intricate. '
'From intimate, folk-tinged passages to driving electric '
'arrangements, the program reflects the full dynamic range of '
'Tull’s most influential years.</p>\n'
'<p>With virtuosic, flute-driven performance at its core, the '
'band emphasizes dynamic arrangements and tight ensemble '
'interplay. Drawing from early blues-rock foundations through '
'progressive and folk-inflected works, the result is a '
'performance that is hard-hitting, nuanced, and unmistakably '
'alive.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/iZ4ee2wS1fY?si=l-WwPN71Z17IULwz" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12861
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-fab-faux_e599>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-fab-faux_e599',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | October 2, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14609" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 2/24 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 2/25 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 2/27 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$89 - $109<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $75 - $95\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$86 - $106<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $72 - $92\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a '
'href="https://www.russellinsurance.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Russell_Insurance.png.600x600_q85.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Russell Insurance"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Fab Faux</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://thefabfaux.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/TheFabFaux/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/thefabfaux/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/user/TheFabFaux" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>With a commitment to the accurate '
"reproduction of The Beatles' repertoire, The Fab Faux, featuring "
'Jimmy Vivino, Rich Pagano, Frank Agnello, Jack Petruzzelli and '
'new member, Jim Boggia treat the seminal music with unwavering '
'respect and are known for their painstaking recreations of the '
'songs (with emphasis on the later works never performed live by '
'the Beatles).\xa0 Far beyond a cover band, they play the music '
'of The Beatles so impeccably that one must experience it to '
'believe it. Imagine hearing complex material like Strawberry '
'Fields Forever or I Am the Walrus performed in complete '
'part-perfect renditions; or such harmony-driven songs as '
'Because, Nowhere Man and Paperback Writer. Add to that an '
"injection of each band member's musical personality and playing "
'style making your classic rock record collection come alive '
'before you. For over 25 years, loyal audiences have been '
'returning to see and hear just how The Fab Faux will solve a new '
'song addition to the set list (Beatles and Solo Years '
'selections) while either singing along to Hey Jude (with The '
'Hogshead Horns and The Creme Tangerine Strings), closing their '
'eyes and immersing themselves in the sonic landscape of Within '
'You Without You (Jimmy V on sitar) or dancing in the aisles when '
'the band channels the Cavern Club era.\xa0</p>\n'
'<p>"The greatest Beatles cover band...without the wigs" — '
'Rolling Stone Magazine</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/zi-09UqTxMw?si=VbBcAdaznr-bwMnl" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14235
2026-08-11 17:20:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/dice_e664>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/dice_e664',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | October 17, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14786" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/12 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/13 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/14 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/15 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Dice</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.instagram.com/dice_theband/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@DICETheBand" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/DICEthebandoz/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/5E5dw9k43AX9GGGEA606KC" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>DICE are one of those bands that make '
'perfect sense the second you picture them onstage. The Perth '
'four-piece deal in punchy indie rock with bright guitars, urgent '
'rhythm, and the kind of choruses that pull a room together fast. '
'There’s a sunlit streak running through the sound, but it’s not '
'all breezy. The songs carry tension too: late nights, mixed '
'signals, overstimulated thoughts, the buzz before things either '
'click or fall apart.</p>\n'
'<p>That mix is what makes DICE compelling. They can write hooks, '
'no question, but the thing that sticks is the movement inside '
'the songs. Tracks like “Double Espresso,” “Quick To Judge,” and '
'“Stockholm” have real lift to them, and live they hit with even '
'more force. You get melody, momentum, and a band that clearly '
'understands how to turn indie rock into a night people talk '
'about on the way home.</p>\n'
'<p>They’ve built strong word of mouth in Australia, earned '
'support from triple j, played major festival stages, and kept '
'pushing their sound forward with releases like Midnight Zoo. The '
'result is a band that feels current without feeling polished '
'into blandness.</p>\n'
'<p>If your crowd likes guitar bands with energy, hooks, and a '
'little glorious mess around the edges, DICE belong on the '
'list.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/2SHrtcuWuUI?si=NHMQ6QTWjrlHSNaH&amp;start=18" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Fai Laci</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/6ilTnouFQzuDsvGY1jamfF?si=SFL10dXfTEir60qL0pWvwg" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a href="https://www.failaci.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/fai.laci/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/@Fai-Laci" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Boston-based Fai Laci formed in early '
'2024, evolving from frontman Luke Faillaci’s solo project into a '
'five-piece band. Rooted in indie rock with influences from punk '
'and blues, the group has quickly gained traction through social '
'media and standout live shows across the Northeast. By the end '
'of the year, Fai Laci signed with Easy Eye Sound, the label '
'founded by Dan Auerbach of The Black Keys.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/aAq_CMYwMy4?si=xCFw-hHcFyiVR0WN" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11550
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/north-mississippi-allstars_e691>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/north-mississippi-allstars_e691',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | October 4, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14847" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/16 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/17 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/18 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/19 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $67<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $55\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $64<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $52\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>6PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">North Mississippi Allstars</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.nmallstars.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/nmallstars" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/northmississippiallstars/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>NMA started by brother Luther and Cody '
'Dickinson in 1996 as a loose collective of musicians from their '
'North Mississippi home inspired by their father Jim Dickinson as '
'well as neighbors and musical elders of their community; RL '
'Burnside, Junior Kimbrough, Otha Turner and Fred McDowell.</p>\n'
'<p>Luther’s first national tour was the RL Burnside Ass Pocket '
'of Whiskey tour in 1997, selling out shows in the US and Canada. '
'“Kenny Brown hired me to tour with RL and Cedric and showed me '
'the ropes. That experience blew my mind. Cody and I have been on '
'the road ever since.”</p>\n'
'<p>NMA began touring in 1998 and over the years the touring '
'lineup has included, Cedric, Duwayne and Garry Burnside, Chris '
'Chew, Berry Oakley Jr, Oteil Burbruidgem\xa0 and currently Joey '
'Williams of the Blind Boys of Alabama and Ray Ray Hollowman, '
'guitar player for Eminem and Nee-O.\xa0</p>\n'
'<p>Since their debut album in 2000 and hitting the never ending '
'road, they have shared the stage with countless legends; Phil '
'Lesh, Mavis Staples, Robert Plant, John Hiatt, the Allman '
'Brothers, The Black Crowes, Buddy Guy, Snoop Dogg, and Jon '
'Spencer to name a few, while earning multiple grammy nominations '
'for their experimental albums of they like to call Modern '
'Mississippi Music.\xa0</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/XshO-y5yqEY?si=uXpps2xQtdjgyASE" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 17:20:36 [fair_field_theatre] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/the-moonrise-cartel_e721>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/the-moonrise-cartel_e721',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | October 10, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14935" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/28 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/29 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/30 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/31 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">The Moonrise Cartel</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.youtube.com/@themoonrisecartel2608" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/TheMoonriseCartel/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.themoonrisecartel.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/themoonrisecartel/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>The Moonrise Cartel is an original '
'American folk-rock band blending folk, indie rock, and Americana '
'with a touch of gospel. The band features soaring harmonies, '
'introspective lyrics, and a vintage sound profile balanced with '
'a modern touch — equal parts timeless and for the time. Their '
'rapidly growing fan base (known as Cartel Members) now coins '
'their music “Folk Rock from Black Rock.”</p>\n'
'<p>Fueled by songwriter Al Pascarelli’s deeply personal writings '
'of a lifelong battle with mental illness, alcoholism, and an '
'eventual emergence out of the darker shades of the human '
'experience, this is a band with several gears and one that takes '
'you on an incredible journey. His voice is accompanied by '
'Stephanie Harrison, who wows with striking vocal prowess, moving '
'effortlessly between stunning power and heartbreakingly delicate '
'delivery.</p>\n'
'<p>Multi-instrumentalist Jason Polise lays a sonic feast on lead '
'guitar, saxophone, and keys, along with several other '
'instruments. It is all held together by the rock-solid backdrop '
'of Benj LeFevre on bass and Steve Tobey on drums.\xa0</p>\n'
'<p><strong>The Moonrise Cartel is the 2025 New England Music '
'Awards winner for Rising Stars of '
'Connecticut.</strong></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/tNh-IMMgE80?si=FAmNWdkI0Fnd9mfR" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Dr. B and the Remedy</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://drbremedy.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/profile.php?id=61566564513811" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a href="https://www.instagram.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Dr. B and The Remedy is a 5-piece eclectic '
'Rock and Roll / Folk-rock group from the Connecticut area. The '
'band leader, Bob Ehalt, aka “Dr. B,” has been prescribing '
'musical healing throughout New England for years with acts such '
'as “In-A-Groove,” “The Brotherhood,” and “Sacred Fire – A '
'Tribute To Santana.” Dr. B’s main instrument is his voice, but '
'he also administers rhythm guitar, electric piano, and the B3 '
'Organ, providing the audience with a musical “surgery” that is '
'sure to revive and invigorate. With the addition of the soulful '
'vocalist Lori Farquhar, the band delivers harmonious treatments '
'that are sure to cure any ailment and restore your spirits.</p>\n'
'<p>\xa0The dynamic rhythm section of Fred Melillo on bass and '
'Kevin Letsch on drums provides a steady, healing groove, pumping '
'out beats that will have you feeling like you’ve received the '
'perfect prescription. Finally, the tasteful slide and lead '
'guitar riffs performed by Brendan Cavanaugh will leave you '
'feeling like you’ve just been given the finest dose of musical '
'medicine available. Be sure to bring your oxygen tank to every '
'show—this band is a powerful antidote for the soul!\xa0'
'</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/crlpRaoaKxg?si=uMwxVIY7ordW6IZt" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14838
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/jon-cleary-the-absolute-monster-gentlemen_e701>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/jon-cleary-the-absolute-monster-gentlemen_e701',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | October 1, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14889" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/30 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/2 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/3 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46 - $56<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $45\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$43 - $53<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $42\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Jon Cleary & The Absolute Monster Gentlemen</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://www.joncleary.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/jonclearymusicofficial/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/jonclearymusic" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://instagram.com/jonclearymusic" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>After thirty-five years of being at the '
'forefront of the ever-evolving musical landscape of New Orleans, '
'Grammy Award winner Jon Cleary decided to bring that sound back '
'home, both figuratively and literally. He assembled his Absolute '
'Monster Gentlemen (his acclaimed all-star big band) in his home '
'studio in the Bywater neighborhood of New Orleans, drew up a '
'setlist of some of his most beloved songs– and some new '
'favorites– and rolled tape.</p>\n'
'<p>“We set out to capture that sound in the old-fashioned way: '
'everybody in the room, playing together,” Cleary explains.</p>\n'
'<p>The result is <em>The Bywater Sessions</em>, a musical '
'tour-de-force that showcases the grit, funk and joy that’s '
'packed concert halls from New Orleans to Tokyo and beyond. '
'Co-produced by Cleary and John Porter (Roxy Music, The Smiths, '
'Taj Mahal), it’s a stunning collection of performances that '
'affirms Cleary’s place in the New Orleans musical vanguard.</p>\n'
'<p>“There’s a lot to be said for the ‘lean and mean’ sound of a '
'piano trio, stripped down to basics, simple and direct,” Cleary '
'says. “But recently, I’ve been experimenting with different '
'combinations; adding horns, guitar, percussion and even another '
'keyboard player. This expanded line-up has allowed the '
'arrangements to blossom in new directions.”</p>\n'
'<p>As for the musicians, it’s the best of the best. Long time '
'Monster Gentlemen Cornell Williams and A.J. Hall anchor the band '
'on bass and drums, respectively. They are joined by Nigel Hall '
'(Lettuce) on Hammond organ, Pedro Segundo (Ronnie Scott’s All '
'Stars) on percussion, Xavier Lynn (MonoNeon, Ledisi) on guitar, '
'and an all-star horn section of Aaron Narcisse (Delfeayo '
'Marsalis & the Uptown Jazz Orchestra), Charlie Halloran '
'(Squirrel Nut Zippers, Preservation Hall All Stars) and Jason '
'Mingledorff (Galactic).</p>\n'
'<p>“Sophisticated, nasty, good-time, low-down funk is the folk '
'music of New Orleans,” Cleary says. “Everyone playing on this '
'recording is a New Orleanian by birth or by choice, having '
'learned their craft at the feet of the masters who in turn were '
"taught by the old lions in their day - it's a tradition "
'stretching back over two hundred years. The roots go deep, but '
'each generation, growing up with street parades and '
'second-lines, absorbs the old and introduces the new, gently '
'coaxing the essential essence into and out of each succeeding '
'decade.”</p>\n'
'<p>It’s an apt description of Cleary’s career thus far. Born in '
'London and on a plane to New Orleans before he turned twenty '
'years old, he grew up absorbed by the sounds and rhythms of the '
'Crescent City. His mastery of the city’s music landed him gigs '
'playing as a session musician in the bands of local legends Earl '
'King, Johnny Adams, Walter ‘Wolfman’ Washington, Snooks Eaglin, '
'Ernie K-Doe, Jessie Hill– and as a guitarist for Dr. John. He '
'later toured extensively with icons like Bonnie Raitt and Taj '
'Mahal. His solo career began in earnest in 1989 and includes '
'beloved records like their self-titled band debut and his 2015 '
'Grammy winner, <em>Go-Go Juice</em>.\xa0</p>\n'
'<p>In fact, his first job in New Orleans was as a painter at '
'beloved local club the Maple Leaf Bar, and it wasn’t long until '
'he was playing piano in that very room. To this day, he and his '
'band continue to pack that room to crowds that gather from '
'around the world, playing their unique and ever-evolving take on '
'New Orleans funk and R&B.</p>\n'
'<p>“These grooves are not museum pieces, they are alive, '
'breathing and fresh - and that’s why joints like Tipitina’s, The '
'Maple Leaf Bar and Chickie Wah Wah are always packed when the '
'locals, young and old, come out to hear the Gentlemen <em>do '
'they thang</em>,” Cleary proudly adds.</p>\n'
'<p>On <em>The Bywater Sessions</em>, the band that Rolling '
'Stone’s David Fricke called “as broad, deep and rolling as the '
'Mississippi river” is finally captured as intended– live, in the '
'room and as funky as ever. And with that comes an invitation '
'from Cleary himself:</p>\n'
'<p>“Close your eyes, imagine you’re in the room with us, me and '
'the band, Mike Dorsey the engineer, John Porter the producer and '
'Reed the manager. Turn it up and enjoy the experience. I hope '
'you have as much fun listening as we did playing.”</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/ARi6v1YxDC0?si=fc-rbGbJL29P_0dw" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/tom-hamilton-band_e714> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/popa-chubby_e700> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/ftcs-country-dance-party_e715> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/brian-dolzani-as-the-loner_e659> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/sam-grisman-project_e688> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/im-your-man-a-tribute-to-leonard-cohen_e607> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/tuba-skinny_e681> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/parlor-greens_e693> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/mystic-dead_e685> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/paula-cole-this-fire-30_e577> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/ftc/fairfield-international-food-fest-presented-by-connectfairfield_e666> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/susto-stringband_e677> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/jonatha-brooke_e645> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/jackie-greene_e673> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/sugar-mountain_e661> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/amythyst-kiah_e667> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12042
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/tom-hamilton-band_e714>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/tom-hamilton-band_e714',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | September 20, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14922" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/14 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/15 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/16 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/17 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Tom Hamilton Band</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.instagram.com/trhjunior/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/TomHamiltonMusic/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://x.com/tommyhamilton" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Tom Hamilton has made a career of pushing '
'rock n’ roll boundaries. Since 2000, Hamilton has fronted a '
'cadre of bands, including Brothers Past, American Babies and '
'Ghost Light. He also sings and plays lead guitar in the '
'juggernaut contemporary Grateful Dead cover band, Joe Russo’s '
'Almost Dead.</p>\n'
'<p>It wasn’t until a series of personal and societal crises '
'compelled the Philadelphia based musician/songwriter/producer to '
'reconsider his approach and finally forge ahead under his own '
'name.</p>\n'
"<p>“When you're in a van on the road for 20 years, you live in "
"your bubble, you think that your world is one way — and it's "
'not. The pandemic break gave me the time to see that. Then my '
'band broke up and my dad got sick. The only refuge I had was the '
'studio.” I’m Your Vampire, Hamilton’s most personal effort yet '
'is a 10-song suite wreathed in tattered-flannel rock & roll '
'that encapsulates Hamilton’s salvation in isolation, as he sorts '
'through the darkness to find a pinpoint of light.</p>\n'
'<p>“It takes effort to not just be jaded as we age — to not look '
"at the world in a hardened way,” Hamilton says. “Yeah, it's a "
"dark, dark fucking time, let's make some lemonade.”</p>\n"
'<p>His album I’m Your Vampire co-produced by Hamilton and Alex '
'Farrar (MJ Lenderman/Wednesday) is out now via '
'AWAL/Relix</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/N-z5JzB-x8w?si=42vd_p5Cnn860SVO" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11544
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/popa-chubby_e700>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/popa-chubby_e700',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | September 12, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14869" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/23 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/24 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/25 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/26 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$48 - $51<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $37 - $40\n'
' \n'
' + $11 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$35 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$43<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$32 + $11 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Popa Chubby</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.popachubby.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.facebook.com/tedhorowitz" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://instagram.com/popachubbyband/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.youtube.com/@popachubby3126" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Popa Chubby, born Ted Horowitz, has been '
'hard rocking the blues in his fierce and soulful way for more '
'than 30 years. Over the course of a career that dates back to '
'1994, he has been a force of to be reckoned with on the guitar, '
'and his tempestuous, soulful playing has never been more '
'powerful. An imposing figure with a shaven head, tattooed arms, '
'a goatee and a performance style he describes as “the Stooges '
'meets Buddy Guy, Motörhead meets Muddy Waters, and Jimi Hendrix '
'meets Robert Johnson," Popa Chubby is an endearing character who '
'is one of the genre’s most popular figures.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/axnycInQKGo?si=6ige1OT5iSgCcOhR" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14019
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/ftcs-country-dance-party_e715>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/ftcs-country-dance-party_e715',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | September 18, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14918" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 8/5 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 8/7 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>VIP</b>\xa0$46 '
'- $51<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $40 - $45\n'
' \n'
' + $6 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$31 - $36<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $25 - $30\n'
' \n'
' + $6 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Student</b>\xa0$21<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$15 + $6 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>VIP Includes:</strong> 2 drink '
'tickets, swag bag, access to VIP lounge</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">FTC\'s Country Dance Party</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Dust off your boots and hit the dance '
"floor for FTC's Country Dance Party! Join us for an "
"unforgettable night of boot-scootin' boogies as MC Paul Herman "
'and the Press Play Team spin the biggest country hits, from '
"today's chart-toppers to the classic anthems you know and "
'love.</p>\n'
"<p>Whether you're a seasoned two-stepper or breaking in your "
'dancing feet for the very first time, you’ll be kicking up your '
'heels in no time. With energetic line dances, hoedown vibes, and '
'plenty of room to dance the night away, this is the ultimate '
'country party for anyone looking for a good ol’ time.</p>\n'
'<p>Grab your cowboy hat, throw on your favorite boots, and get '
"ready for a night of music, dancing, and down-home fun. We'll "
"see y'all on the dance floor!</p></div>\n"
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Expand_Country-Dance-Party_v1.jpg.8000x4500_q85_box-1055%2C386%2C3208%2C1600_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">MC Paul Herman The Prince of Motivation and the Press '
'Play Team</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.pressplaymotivation.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/pressplaymotivation/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UC45ijHnCYdNBJF5xqXllPmg" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Born and raised in the South Bronx, Paul '
'Herman, <em>The Prince of Motivation,</em> fell in love with the '
'belief that anything is possible if you put your mind to it. '
'With the birth of Hip Hop, Paul quickly took an interest in '
'dance and started his journey as an entertainer. While pursuing '
'dance, his parents instilled in him at a young age the value of '
'an education, which led him to Sacred Heart University in '
'Fairfield, CT. Paul graduated with a Business Management and '
'Marketing degree from the Jack Welch School of Business and '
'found himself working in sales and marketing for some of the '
'most distinguished companies in Fairfield County. Although Paul '
'found success in the corporate world, he knew his true desire '
'was to succeed as an entertainer, teacher, and motivator. He '
'knew he needed to take a risk and follow his heart; a path that '
'opened so many doors and has given him the life he always '
'dreamed of.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/laW4gGtv5vY?si=ZKd1VkageQtgImjz" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10371
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/brian-dolzani-as-the-loner_e659>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/brian-dolzani-as-the-loner_e659',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | September 11, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14773" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/5 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/6 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/7 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/8 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Brian Dolzani as The Loner</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>If you love Neil Young’s music, you must '
'hear it sung and played by Brian Dolzani as The Loner. This '
'Connecticut-based troubadour brings everything you want and need '
'from Neil’s music to an intimate club experience. Brian will be '
'performing this show completely solo on guitars, harmonica, and '
'piano. In a bonus opening set, Brian will also perform his own '
'original and critically-acclaimed music focusing on his latest '
'album release The Endless Sky. Don’t miss Brian’s return to '
'Stage One in September.\xa0</p>\n'
'<p>\xa0</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/4dhneuPSOpE?si=uYjTTk5exRnlNSPa" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12127
2026-08-11 17:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/sam-grisman-project_e688>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/sam-grisman-project_e688',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | October 1, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14842" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/16 | 11AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Artist '
'Presale</b>\xa0 Tue 6/16 | 11AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/17 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/18 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/19 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $77<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $65\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $74<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $62\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Sam Grisman Project</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.samgrismanproject.net/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://youtube.com/@samgrismanproject" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/samgrismanproject/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/6zkQCtFCqgSUUVgyotaKSg?si=zE1yMshtR5uhiGt3tfeuBA" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/samgrismanprojct" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Sam Grisman is a bassist and bandleader '
'leading a commanding improvisational ensemble performing live '
'acoustic music in the tradition shaped by Jerry Garcia and David '
'Grisman and many others heroes. Known for deeply attuned '
'interplay and dynamic performances, Sam Grisman Project brings '
'together a rotating cast of exceptional musicians to create '
'listening-room experiences rooted in musicianship, storytelling, '
'spontaneity, and collaboration. With frequent guest appearances '
'and ongoing collaborations with bluegrass pioneer Peter Rowan, '
'the band continues a living tradition of great American acoustic '
'music.</p>\n'
'<p>\xa0</p>\n'
'<p>“They don’t just play this music. They live it. And they make '
'you feel like you’re part of it too.” — No Depression</p>\n'
'<p>“This isn’t nostalgia. It’s a living breathing celebration '
'led by musicians who understand the soul of the music.” — '
'Bluegrass Today</p>\n'
'<p>“One of the most joyful and reverent tributes to the Grateful '
'Dawg legacy you’ll ever witness.” — Relix Magazine</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/LYxguEIhyYE?si=-ipwzeXH0bLGmHoY&amp;start=132" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12912
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/im-your-man-a-tribute-to-leonard-cohen_e607>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/im-your-man-a-tribute-to-leonard-cohen_e607',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | September 26, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14645" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 3/3 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 3/4 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Artist '
'Presale</b>\xa0 Thu 3/5 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 3/6 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$37 - $57<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $25 - $45\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$34 - $54<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $22 - $42\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>In celebration of what would have been The '
"Bard of Montreal's 91st birthday, Robert Burke Warren's “I'm "
"Your Man: A Birthday Tribute to Leonard Cohen” lights up FTC's "
'intimate StageOne space. The evening will span Cohen’s entire '
'career, from 60s classics like “Bird on the Wire” and “Suzanne,” '
'to latter-day epics like “Everybody Knows,” “First We Take '
"Manhattan,” and the little song that could, “Hallelujah.” RBW's "
'Hudson Valley-based seven-piece band has performed this tribute '
'to packed houses from Woodstock to NYC.\xa0</p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Robert Burke Warren</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://robertburkewarren.substack.com/?utm_campaign=profile_chips" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/robertburkewarren/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/therealrbw/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/2KmPhzjpV5WIYsU3vWuPCH?si=5H5-9Xs9RDWjQBrbU2SJmg" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://youtu.be/6eMEbXtRa9Q?si=UdepwRJPnFBijBIX" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Robert Burke Warren</strong>\xa0is '
'a musician, writer, actor, and teacher. His songs appear in '
'movies, television, and on albums by Rosanne Cash, RuPaul, and '
'rockabilly queen Wanda Jackson. As a globetrotting bassist in '
'the pre-digital age, he toured extensively in an Econoline van. '
'In the mid 90s, he played Buddy Holly in the West End musical\xa0'
'<em>Buddy: the Buddy Holly Story</em>. He produces and performs '
'in\xa0<em>I’m Your Man: A Tribute to Leonard Cohen</em>,\xa0'
'<em>The Bowie Birthday Bash</em>, and\xa0<em>More Than the Man '
'in Black: An Evening of Johnny Cash</em>. His books include rock '
'novel,<em>\xa0Perfectly Broken</em>, and\xa0<em>Cash on Cash: '
'Interviews & Encounters with Johnny Cash</em>. His Substack '
'is\xa0<em>Robert Burke Warren, Showfolk</em>. He lives in '
'Phoenicia, NY.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/6eMEbXtRa9Q?si=zqTOSPgRUvxc1PPB" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11818
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/tuba-skinny_e681>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/tuba-skinny_e681',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | September 4, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14828" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/2 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/3 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/4 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/5 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$42 - $62<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $30 - $50\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$39 - $59<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $47\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Tuba Skinny</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="http://tubaskinny.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/tubaskinny/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/therealtubaskinny/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/75vVPF9akWZ5RWAcpxBMU5" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>For over a decade Tuba Skinny has grown '
'steadily in popularity, releasing twelve albums and touring\xa0 '
'all over the world. They’ve attracted a wide variety of fans, '
'young and old, neophytes and niche-enthusiasts, with the '
'strength of their musicianship and the scope of their jazz and '
'American roots music catalog. The band is composed of Shaye Cohn '
'(cornet), Barnabus Jones (trombone), Todd Burdick (tuba), Craig '
'Flory (clarinet), Gregory Sherman (guitar and vocals), Max '
'Bien-Kahn (banjo), Robin Rapuzzi (washboard), and Erika Lewis '
'(vocals and bass drum).</p>\n'
'<p>While they’ve become known as world-class interpreters of '
'traditional jazz, over the years they’ve branched out into jug '
'band music, spirituals, country blues, string band music, '
'ragtime, and New Orleans R&B. Their approach is a true '
'reflection of Americana, encompassing the full genealogy of '
'popular American music from an early 20th century '
'perspective.</p>\n'
'<p>No matter how well known they’ve become or how high profile '
'their gigs have gotten, Tuba Skinny has always returned to the '
'streets. “We continue to play in the street because it’s a '
'public space,” says Shaye. “We get to play for everyone: old, '
'young, rich, poor, people from all walks of life. It keeps '
'things interesting because it’s organic and '
'unpredictable.”</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/MDQoxwJ-o8M?si=RO9SqXLJEa_2nJ6E" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13170
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/parlor-greens_e693>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/parlor-greens_e693',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | September 17, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14865" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/23 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/24 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/25 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/26 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Parlor Greens</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.parlorgreens.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/parlorgreens" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/profile.php?id=61552104447918" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>You could say that <strong>Parlor '
'Greens</strong> are greater than the sum of their parts…however, '
'the individual parts are simply stellar on their own. Tim Carman '
'(GA-20) on drums, Jimmy James (True Loves, formerly Delvon '
'Lamarr Organ Trio) on guitar, and Adam Scone (Scone Cash '
'Players, The Sugarman 3) on organ.</p>\n'
'<p>Scone is perhaps the most tasteful living organist on planet '
'Earth (and beyond) and to watch him play is to truly watch a '
'master at work. He bends the organ to his will like a true '
'mastercraftsman. He’s a veteran of the soul revival scene, '
'having played on many Daptone recording sessions since their '
'inception, but also has learned from some of the legends of soul '
'jazz: Melvin Sparks and The Turbanator himself Dr. Lonnie Smith. '
'Jimmy James needs no introduction to many as he’s been seen all '
'over the world performing with instrumental groups The True '
'Loves and the Delvon Lamarr Organ Trio. Perhaps the most '
'dangerous right hand in all of soul music, his signature funky '
'approach can be identified by even the most novice of music '
'fans, a feat most musicians could only dream of. Tim Carman. The '
'backbone. The pocket. Having cut his teeth touring the world '
'with blues group GA-20, Carman’s expertise in the world of blues '
'shuffles might make him an unlikely candidate to lay the '
'foundation for the funky Parlor Greens, but this debut LP shows '
'otherwise. Steady, heavy pockets and as funky as they come.</p>\n'
'<p>Parlor Greens started off as an idea before it even had a '
'name. Carman had been chatting with Colemine label boss Terry '
'Cole about their shared love for organ combo records of '
'yesterday on labels like Blue Note and Prestige. Cole said he’d '
'love to have an organ trio be the first project at the label’s '
'new studio, Portage Lounge, located in Loveland, Ohio. So when '
'Carman tapped James and Scone for the session, the stage was '
'set. Carman and Cole had started work a day early to dial in the '
'drum sound, so when the rest of this murderer’s row arrived they '
'hit the ground running. It was instant chemistry. Within the '
'first ten minutes of everyone plugging in, a song was written '
'and recorded, “West Memphis”. And over the next three days, '
'these three maestros conducted a beautiful and soulful symphony '
'straight to tape. As natural and fun as three old friends '
'getting together after a long absence, only this was the first '
'time they had written and performed together. True '
'magic.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/2PDPOgh3VXU?si=88j4mOy-zYYerlXE" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11398
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/mystic-dead_e685>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/mystic-dead_e685',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | September 18, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14834" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/9 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/10 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/11 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/12 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$30 - $33<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $22 - $25\n'
' \n'
' + $8 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$28<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$20 + $8 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$25<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$17 + $8 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Mystic Dead</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://mysticdead.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/mysticterrapin" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/Mystic__Dead" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UCHB_EkQ4tP9qb-hsxuJf7ZA" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>In 2018 a group of musicians got together '
'for a once-a-month Dead night at the Captain Daniel Packer inn '
'in Mystic, CT. It turned out to be a seriously good time that '
'translated to more shows, more fun and <strong>Mystic '
'Dead</strong> was born. Deep dives into all things Grateful Dead '
'coupled by the freedom to remain true to their own creative '
'individuality has been and will always be the mantra of all 6 '
'members of Mystic Dead.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/v6z9V0ZGSV4?si=eZlrl06Gj8ZbCqO2" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 19108
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/paula-cole-this-fire-30_e577>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/paula-cole-this-fire-30_e577',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | September 19, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14817" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 2/10 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Artist '
'Presale</b>\xa0 Wed 2/11 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 2/11 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 2/13 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>VIP '
'Package</b>\xa0$139 - $169<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $125 - $155\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$59 - $89<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $45 - $75\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$56 - $86<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $42 - $72\n'
' \n'
' + $14 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>PAULA COLE SOUNDCHECK VIP '
'EXPERIENCE</strong><strong>:</strong></p>\n'
'<p>One (1) Premium Reserved ticket</p>\n'
'<p>- Invitation to pre-show soundcheck experience with Paula '
'Cole*, including:</p>\n'
'<p>- Intimate performance from the piano (2-3 songs)</p>\n'
'<p>- Q&A session</p>\n'
'<p>- Official THIS FIRE: 30 Zine</p>\n'
'<p>- Commemorative VIP laminate & lanyard</p>\n'
'<p>- Early entry into the venue</p>\n'
'<p>- Merchandise shopping before doors open to the public</p>\n'
'<p>- Limited availability</p>\n'
'<p>*No formal meet & greet or photo with Paula included. '
'Guests are welcome to take photos from the audience.</p>\n'
'<p><a title="VIP Terms and Conditions" '
'href="https://please-dot-yamm-track.appspot.com/2-Xmqevyvoc-ZCri7GZALPYObEPaugwrvq69Yd1eynzKpmM8lnAHeOf6IcTxLocZtOCEgI2G-E0mhGlRy64MzPrdVAKrV99jwPWH-3N7OgcIurWqMaFLiszvv95nD156gDtI0i0EPDW0CKNTVLEhRoMqm6NdVqvrxuZavqjSQH15lXoV8MUSwT6dIrRZ6ytrdSNk" '
'rel="noopener noreferrer">VIP Terms and '
'Conditions</a></p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a '
'href="https://www.russellinsurance.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Russell_Insurance.png.600x600_q85.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Russell Insurance"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Paula Cole</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="https://paulacole.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UCRK6j7KKLL_7HVx3gApR7lg" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/paulacolemusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://instagram.com/paulacoleofficial" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/08DLZqQd6XDAVteF9nSEJ1" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Paula Cole returns to the stage with '
'<strong>THIS FIRE: 30</strong>—a special anniversary tour '
'celebrating three decades of This Fire.\xa0 \xa0A Grammy-winning '
'singer-songwriter known for her fearless writing and '
'genre-blending sound, Cole broke boundaries with songs that were '
'both deeply personal and universally resonant.</p>\n'
'<p>On <strong>THIS FIRE: 30</strong>, Paula will perform This '
'Fire in its entirety—revisiting the era-defining music that '
'sparked a generation and bringing new life, nuance, and power to '
'the songs fans have carried with them for decades. Expect an '
'intimate, emotionally charged performance that honors the '
'original spirit of the album while showcasing the artistry and '
'perspective she’s continued to evolve.</p>\n'
'<p>Spanning <strong>50+ markets across the US, the UK, and '
'Europe, THIS FIRE: 30</strong> marks a major touring moment for '
'Paula Cole—one of her most far-reaching runs in '
'years—celebrating a classic album and the enduring connection it '
'created with listeners around the world.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/SD4xVyquy2U?si=wEh6oZMEapPVXjWB" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Will Dailey</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.willdailey.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.facebook.com/willdailey" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/willdaileyofficial/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/willdailey" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Will Dailey has built a career by choosing '
'connection over convention. The acclaimed Boston '
'singer-songwriter filters rock, folk, soul, and psychedelia '
'through an unmistakably personal lens, pairing an elastic, '
'soulful voice with vivid lyrics and songs that can move from '
'hushed reflection to full-bodied rock and roll. His fiercely '
'independent path has earned admiration from artists including '
'Eddie Vedder and Peter Buck, along with comparisons to singular '
'songwriters like Jeff Tweedy, Kevin Morby, and Cass '
'McCombs.</p>\n'
'<p>Dailey’s seventh album, <em>BOYS TALKING</em>, may be his '
'most intimate and adventurous work yet. Initially available only '
'on vinyl, CD, and direct download, the record spent 18 months '
'traveling from listener to listener before reaching streaming '
'platforms—a deliberate stand against disposable, '
'algorithm-driven consumption. Recorded live with collaborators '
'including Juliana Hatfield, Alisa Amador, and Dave Brophy, its '
'songs explore the ways people communicate, retreat, grieve, '
'remember, and reach for one another. Warm, restless, vulnerable, '
'and alive, <em>BOYS TALKING</em> captures an artist committed to '
'keeping music human—and keeping the conversation '
'going.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/EKTPMZeaZSk?si=IyFPWPeiCTmXKTvj" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13065
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/ftc/fairfield-international-food-fest-presented-by-connectfairfield_e666>
{'event_url': 'https://fairfieldtheatre.org/events/ftc/fairfield-international-food-fest-presented-by-connectfairfield_e666',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | September 5, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">at <strong>FTC</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14795" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Mon 6/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/5 | 12PM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$35<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$30 + $5 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Youth (under '
'18)</b>\xa0$18<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$14 + $4 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$24<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$20 + $4 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>4PM</b>\xa0\n'
' \n'
' Start\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' End\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>“We created the Fairfield International '
'Food Fest to bring people together through food, music, and '
"shared experiences,” said Debbi O'Keefe, founder of "
'ConnectFairfield. “In just its second year, it’s become a true '
'reflection of the diversity and energy of our community — a '
'place where you can try something new, spend time with family '
'and friends, and experience cultures from around the world, all '
'in one day.”</p>\n'
'<p>Designed for families and adults alike, the event will '
'feature interactive activities, including a kids’ passport '
'experience, photo booth, face painting, henna art, a Heritage '
'Chalk Mural, and “Around the World” photo stations.</p>\n'
'<p><strong>Included with Admission</strong></p>\n'
'<ul>\n'
'<li>Live music & cultural performances</li>\n'
'<li>International documentary screenings</li>\n'
'<li>Family-friendly activities & art experiences</li>\n'
'<li>Access to the 21+ tasting lounge</li>\n'
'</ul>\n'
'<p>\xa0</p>\n'
'<p><strong>Food & Beverage</strong></p>\n'
'<p>Enjoy pay-as-you-go global bites from participating food '
'vendors, plus complimentary wine, beer, and spirit tastings in '
'the 21+ lounge.</p>\n'
'<p>\xa0</p>\n'
'<p>Interested in Sponsorship Opportunities? \xa0Debbi O’Keefe: '
'<a rel="noopener noreferrer">debbi@connectfairfield.com</a></p>\n'
'<p>\xa0</p>\n'
'<p><strong>Come Hungry & Leave Inspired!</strong></p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Fairfield International Food Fest</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.instagram.com/connectfairfield/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/groups/1739207692923486" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>The Fairfield International Food Fest '
'returns for its second year on Saturday, September 5, 2026 '
'(Labor Day Weekend), taking over Fairfield Theatre Company (FTC) '
'for a celebration of global food, culture, and community.</p>\n'
'<p>The Fest will feature 12 local food vendors serving cuisine '
'from around the world - from Caribbean and Puerto Rican '
'specialties to Indian, Greek, British, Italian, and more - '
'alongside live music, cultural performances, films, and '
'interactive activities throughout the FTC campus.</p>\n'
'<p>Fairfield University’s Center for Arts & Minds returns as '
'a title sponsor, helping transform the venue into a multistage '
'experience with documentary screenings in StageOne, outdoor '
'performances, and a band in The Warehouse.</p>\n'
'<p>* <em>Admission includes all entertainment and activities. A '
'dedicated 21+ tasting lounge will offer complimentary samples of '
'wine, beer, and spirits. Enjoy pay-as-you-go global bites from '
'participating vendor tents, with affordable pricing curated for '
'the event.</em></p>\n'
'<p>For more information, visit <a '
'href="http://fairfieldfoodfest.com/" rel="noopener '
'noreferrer">fairfieldfoodfest.com</a> and follow '
'@connectfairfield.</p>\n'
'<p><strong>Proceeds from the event will benefit FTC and support '
'its year-round arts programming.</strong></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/chad_anderson_photography-0127.jpeg.8000x4500_q85_box-0%2C34%2C640%2C393_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12409
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/susto-stringband_e677>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/susto-stringband_e677',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | September 10, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14815" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/26 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/27 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/28 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/29 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$42 - $45<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $35\n'
' \n'
' + $10 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$40<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$30 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$37<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$27 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Susto Stringband</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.sustoisreal.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/sustoisreal/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/sustoisreal" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a href="https://x.com/sustoisreal" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/7foyQbi7GKriLiv1GPVEwt" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><span lang="EN">Justin Osborne has been '
'performing as ‘Susto’ since 2013, when he formed a collective of '
'fellow musicians and artists in coastal Charleston, South '
'Carolina. Now a bona fide emissary of alt rock and treasure to '
'the indie crowd, a lifelong calling coupled with a cosmic push '
'of serendipitous happenstance led to his latest venture: ‘Susto '
'Stringband’ joined by Americana vocalist Clint Roberts, '
'clawhammer banjoist Helena Rose, and upright bassist Joey Brown '
'(now Holler Choir).</span></p>\n'
'<p><span lang="EN">Lightning struck as an immediate connection '
'and artistic chemistry captured a new sound and visualization '
'that unfolds on Susto Stringband’s debut release from New West '
'Records, simply titled "Susto Stringband: Volume 1." Nine of '
'Osborne’s ballads, refrains and heart wrenching confessions, now '
'drenched in the singular Appalachian sound of Holler Choir’s '
'verdant harmonies and stringed arrangements. Still, steeped in '
'the emotive punch of the traditional string band sound, Susto '
'Stringband presents an Arcadia like vision of pastoralism and '
'and harmony with nature, but with Osborne’s lyrics, there are '
'landmines to dodge and mountains to climb.</span></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/SHJHA4zIPi0?si=OY7C8w1wFkRZLTvG" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11506
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/jonatha-brooke_e645>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/jonatha-brooke_e645',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | August 29, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14741" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 4/14 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 4/15 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 4/16 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 4/17 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $57<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $45\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $54<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $42\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Jonatha Brooke</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a href="http://jonathabrooke.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://facebook.com/jonathabrooke" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/jonathabrooke/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Jonatha Brooke is what happens when '
'literate songwriting meets fearless innovation, a singular voice '
'in modern music whose work is as much chamber poetry as it is '
'folk-pop. Trained in the rigor of classical composition yet born '
'with a Broadway-bound belt and a novelist’s eye for character, '
'she weaves deeply personal narratives with a rare melodic '
'sophistication. From her early days with The Story to her solo '
'triumphs, Brooke has quietly carved a niche where the emotional '
'intelligence of Joni Mitchell meets the musical wit of Stephen '
'Sondheim, all wrapped in a voice that aches, sparkles, and '
'soars, often within the same phrase.</p>\n'
'<p>\xa0</p>\n'
'<p>A true interdisciplinary artist, Brooke has not only penned a '
'poignant, one-woman musical ("My Mother Has 4 Noses"), but she '
'has also collaborated with luminaries like Katy Perry, Joe '
'Sample, and the late Woody Guthrie, whose unpublished lyrics she '
'set to music with the reverence of a curator and the daring of a '
'jazz improviser. Whether commanding a stage with nothing but a '
'guitar and a spotlight or orchestrating a lush studio album, '
'Jonatha Brooke is never simply performing; she is sculpting '
'emotion in midair, conjuring stories that linger like the final '
'notes of a well-loved sonata.</p>\n'
'<p>\xa0</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/IZ5SXp2kiNs?si=k2KoAYV7EiQchGBu" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14301
2026-08-11 17:20:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/jackie-greene_e673>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/jackie-greene_e673',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | August 29, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14798" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/26 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/27 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/28 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/29 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$37 - $57<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $25 - $45\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$34 - $54<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $22 - $42\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a '
'href="https://www.nestleusa.com/brands/water" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/nestle_logo_2.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Nestle Premium '
'Waters"></a>\n'
' \n'
' \n'
' \n'
' <a '
'href="https://www.sanpellegrino.com/us/s.pellegrino-water" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/LOGO_-SPellegrino.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="San Pellegrino"></a>\n'
' \n'
' \n'
' \n'
' <a '
'href="https://www.acquapanna.com/intl/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/220124_LOGO_ACQUAPANNA_ORANGE_1.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Acqua Panna"></a>\n'
' \n'
' \n'
' \n'
' <a href="https://www.perrier.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/LOGO_PERRIER_VERDE_Out_of_Pack.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Perrier"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Jackie Greene</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.jackiegreene.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/thejackiegreene/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/jackie.greene.music" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="http://www.youtube.com/@jackiegreenemusic" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://open.spotify.com/artist/5idHaEmJbiGTZ2MBmhmGMV" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/spotify_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Americana and roots singer-songwriter '
'Jackie Greene is a jack-of-all-trades, and an artist who can '
'croon over soulful piano ballads as much as he can shred a '
'bluesy guitar solo (like he did as the lead guitarist for The '
"Black Crowes in 2013). A road warrior and musician's musician, "
"Greene's new EP 'The Modern Lives – Vol 2' (out October 2018 on "
'Blue Rose Music) finds him at a new chapter in his life: his '
'first months of fatherhood, time off his relentless touring '
'circuit, and a cross-country move from Brooklyn to his '
'birthplace of Northern California. \xa0 Since the release of his '
"critically-acclaimed debut album 'Gone Wanderin’', Greene has "
'built an enduring audience through a relentless touring schedule '
'with the likes of BB King, Mark Knopfler, Susan Tedeschi, and '
'Taj Mahal. He played lead guitar with The Black Crowes on their '
'Layin’ Down With #13 World Tour, recorded and toured with '
'Trigger Hippy - his supergroup with Joan Osborne - and in the '
'last four years performed over 300 shows of his own, all while '
'continuing to record and release his solo work. Greene is a '
'frequent member of Phil Lesh & Friends, and sits in with '
'countless other artists including Tedeschi Trucks Band, Govt '
'Mule, Mississippi All-Stars, Amy Helm, Steve Earle, and Bob '
'Weir.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/twBFqasMIHY?si=RHqbsPIjLSBhVITS" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11481
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/sugar-mountain_e661>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/sugar-mountain_e661',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | September 19, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14771" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/5 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/6 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/7 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/8 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$42 - $45<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $35\n'
' \n'
' + $10 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$40<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$30 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$37<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$27 + $10 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Sugar Mountain</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.sugarmountaintribute.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/sugarmountainband/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/channel/UCY64RlJ50BdfJXRsCGmGdAA" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><strong>Sugar Mountain</strong> brings '
'together an ensemble of veteran musicians who faithfully '
'replicate the songs of one of our era’s most prolific and '
'beloved singer/songwriters, Neil Young.</p>\n'
'<p>Neil Young’s career spans an amazing five plus decades, from '
'the seminal country rock sounds of Buffalo Springfield and super '
'group Crosby, Stills, Nash and Young to garage band Crazy Horse '
'and countless genre bending solo releases, spanning everything '
'from folk, country, electronic and hard rock to rockabilly.</p>\n'
'<p>Sugar Mountain brings to life the Neil Young concert '
'experience, covering all of the best known songs, hits and deep '
'cuts that are sure to thrill all, from the most ardent of fans '
'to the casual Neil listener.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/E6L4U-Kxd4o?si=Y0MFdEsfs3O2I1CZ" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12233
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/amythyst-kiah_e667>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/amythyst-kiah_e667',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | September 24, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14790" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/19 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/20 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Artist '
'Presale</b>\xa0 Thu 5/21 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/22 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Day of '
'Show</b>\xa0$36 - $39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $27 - $30\n'
' \n'
' + $9 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$34<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$25 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$31<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$22 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Amythyst Kiah</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.amythystkiah.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/amythystkiah/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/amythystkiah/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Amythyst Kiah is <strong>one of the most '
'compelling voices working in Americana right now</strong>, not '
'because she fits neatly into the genre, but because she keeps '
'stretching it. Her music draws from old-time roots, folk, rock, '
'and soul, carried by a deep, resonant voice and guitar work that '
'feels both precise and forceful. The result is a sound that '
'feels grounded in tradition but never boxed in by it.</p>\n'
'<p>What makes Kiah stand out live is the balance of control and '
'intensity. She can pull a room into complete silence, then turn '
'around and hit with something fierce and full-bodied. Her songs '
'are smart, emotionally direct, and built to last beyond the '
'first listen. There is grit in the sound, but also nuance. '
'Power, but not bombast.</p>\n'
'<p>She has earned attention from <em>The New York Times, Rolling '
'Stone, NPR, </em>and<em> People</em>, and those accolades track. '
'Still, the strongest case for Amythyst Kiah is simple: she is '
'the real thing. A serious writer, a compelling performer, and an '
'artist with a clear point of view.</p>\n'
'<p>For fans of roots music that feels alive, modern, and fully '
'inhabited, Amythyst Kiah is an easy yes.</p>\n'
'<p><strong>“One of Americana’s great up-and-coming '
'secrets.”</strong> — <em>Rolling Stone</em></p>\n'
'<p><strong>“Her razor-sharp guitar picking alone guarantees her '
'a place among masters, but it’s her deep-hued voice that can '
'change on a dime from brushed steel to melted toffee that '
'commands attention.”</strong> — <em>The New York '
'Times</em></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/G_42E2XNFN0?si=E_4iN8INmaC4oywi" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-lot/free-ftc-happy-hour-w-sascodead_e719> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/ally-venable_e652> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/down-by-the-riverside_e707> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/early-elton-trio_e594> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/the-warehouse/ftcs-yacht-rock-dance-party_e705> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/eric-gales_e690> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://fairfieldtheatre.org/events/stageone/the-james-hunter-six_e658> (referer: https://fairfieldtheatre.org/calendar/)
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11332
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-lot/free-ftc-happy-hour-w-sascodead_e719>
{'event_url': 'https://fairfieldtheatre.org/events/the-lot/free-ftc-happy-hour-w-sascodead_e719',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | August 27, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in <strong>The Lot</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Standard</b> '
'Free\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>5PM</b>\xa0\n'
' \n'
' Start\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' End\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Come hang with us in the FTC parking lot '
'for a fun-filled Happy Hour featuring <strong>live music from '
'SascoDead!</strong> Bring your friends, grab a drink, grab some '
'Haven Hot Chicken, and enjoy a summer evening with the FTC '
'community. This is a <strong>FREE </strong>outdoor concert in '
'the parking lot at FTC • Bring your own chair & good vibes • '
'Concessions and restrooms will be open inside The Warehouse</p>\n'
'<p>Our <strong>outdoor bar will be open and serving up your '
'favorite drinks</strong>, while <strong>SascoDead brings the '
'tunes</strong> to keep the good vibes going. <strong>Haven Hot '
'Chicken will have their food truck</strong> in the lot. The '
'<strong>Box Office will also be open</strong>, so you can stop '
'by to grab tickets, pick up will-call, or get help with any '
'ticketing needs.</p>\n'
"<p>Whether you're stopping by for something to eat and drink, "
'meeting friends after work, or just looking for a place to kick '
'back and enjoy some live music, come celebrate Happy Hour with '
'us!</p>\n'
'<p><strong>Good drinks. Good food. Live music. Great company.\xa0'
'</strong></p></div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a '
'href="https://www.havenhotchicken.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/HHC_Wordmark_OrangeBlack-PNG.webp.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Haven Hot Chicken"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Sasco Dead</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.facebook.com/profile.php?id=100086541911720" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/sascodead" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>SascoDead was formed in the Summer of 2022 '
'to bring together families and our community which have been '
'severely affected by the addiction and mental health crisis. '
'They are passionate about music and about confronting the stigma '
'which still attaches to young people who struggle. They '
'accomplish their mission by playing great music, gathering '
'people in open conversations, and supporting local '
'organizations. All proceeds from their shows go to causes they '
'want to see push ahead in this important work.</p>\n'
'<p>SascoDead is comprised of five players with deep and varied '
'backgrounds across time and space. Eric on lead guitar and '
'vocals, Jim on rhythm guitar and vocals, Ted on keyboards, Dave '
'on bass guitar and vocals, and Ryan on drums. Mike is the '
'ringleader, conductor, fellow prankster and passionate advocate '
'for SascoDead and their mission.</p>\n'
'<p>The band plays a variety of songs from across multiple bands '
'and genres, underpinned by a shared affinity for the Grateful '
'Dead—with its positivity and joyfulness. You will hear familiar '
'songs, new material at each show, originals and classics. '
'Welcome to our community.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/expand-web_IMG_1975.jpg.8000x4500_q85_box-443%2C141%2C2488%2C1290_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12480
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/ally-venable_e652>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/ally-venable_e652',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | August 16, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14756" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 4/21 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 4/22 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 4/23 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 4/24 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$39<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$30 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$36<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$27 + $9 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Ally Venable</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://allyvenableband.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/219397308112809" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/allyvenableband" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.x.com/allyvenableband" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.youtube.com/c/allyvenableband" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/youtube_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Texas blues-rock singer/songwriter and '
'guitarist extraordinaire, <strong>Ally Venable</strong>, '
'entertains wherever she goes. With her signature glitter dresses '
'and black knee-high boots, Venable comes off of the ropes '
'swinging dazzling crowds on tour or throughout the festival '
'circuit. "Venable pulls off a stunner of gritty and/or sultry '
'blues rock tunes embellished with lots of tasty guitar solos." - '
'Guitar Player Magazine. A Kilgore, Texas native, Ally began '
'singing at church at four and picked up the guitar at age 12. By '
'13, she started her own band and through her early influence of '
'Stevie Ray Vaughan captured the passion and yearning for more in '
'the blues genre. Early releases No Glass Shoes (2016) and Puppet '
'Show (2018) started her fanbase, charting radio play, and '
'several East Texas Music Awards. It was 2019’s #2 Billboard '
'Blues charting Texas Honey and rocking sets on Ruf’s European '
'Blues Caravan tour that propelled her internationally. “Ally is '
'the future of blues and the crossover music of American '
'roots-rock.” - Mike Zito.</p>\n'
'<p>In what silenced many musicians during the pandemic, Venable '
'now in her 20’s, released another Blues Billboard charting '
'album, Heart of Fire (2021), which challenged her to write not '
'only about love but the unguarded honesty of feeling pain.”On '
'this album,I really wanted to create a tone of overcoming your '
'struggles and persevering through them,” she explains. Mentor '
'and featured artist on this album, Kenny Wayne Shepherd, lends '
'his guitar skills on XM Bluesville’s charted song, “Bring on the '
'Pain.” In 2022, Guitar World Magazine named Ally #2 on the top '
'15 Young Guns Making the Gibson Les Paul Cool Again, and she '
'received the Road Warrior award from the Independent Blues Music '
'Awards. Along with Ally’s own tour domestically and in Europe, '
'her band has supported Buddy Guy and Kenny Wayne Shepherd '
'throughout the US, as well as Colin James in Canada. She has '
'performed as a featured artist on the Experience Hendrix Show at '
'the ACL Live at Moody Theater in Austin, Texas.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/-T5NI0UXvMk?si=E5jbOC9Qg8QSBms6&amp;controls=0" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11772
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/down-by-the-riverside_e707>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/down-by-the-riverside_e707',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Sunday | August 23, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14908" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Tue 7/7 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 7/7 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/10 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$18<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$15 + $3 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Member</b>\xa0$13<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$10 + $3 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>4:30PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>5PM</b>\xa0\n'
' \n'
' CIRRUS: A Wooden '
'Boat Story\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>5:30PM</b>\xa0\n'
' \n'
' Down By The '
'Riverside\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Down By The Riverside</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>In the 1960s, the iconic American folk '
'singer Pete Seeger devised an audacious plan—to build a sailboat '
'to save the polluted Hudson River. But the Clearwater was not '
'just a beautiful wooden vessel; it was also a movement, '
'intersecting environmentalism, civil rights, and antiwar '
'activism.</p>\n'
'<p>An intimate portrait of Pete and the grassroots community he '
'anchored in the Hudson Valley for over forty years with his wife '
'Toshi, Down by the Riverside shows how an unconventional '
'campaign to save a beloved American waterway prompted a green '
'revolution.</p>\n'
'<p>As the globe confronts a seemingly insurmountable climate '
'crisis, this film is a parable for our time that offers hope for '
'the next generation, revealing the potential of imagination, '
'music, and participation to transform the planet.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/expand-web_riverside.jpg.8000x4500_q85_box-563%2C0%2C2491%2C1080_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">CIRRUS: A Wooden Boat Story</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.cirrussailing.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>CIRRUS: A Treasure Comes Home</p>\n'
'<p>A celebrated, 90-year-old wooden boat sails again. Told '
'through the voices of those who admired, sailed, and later '
'rescued her — and featuring archival 16mm film from her heyday '
'in 1930s coastal Maine — <em>CIRRUS: A Wooden Boat Story</em> '
'reaches across generations to share an intimate tale of maritime '
'craftsmanship and preservation.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Cirrus_Horizontal_ScaledDown.png.8000x4500_q85_box-0%2C0%2C640%2C359_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 12984
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/early-elton-trio_e594>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/early-elton-trio_e594',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | August 15, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14595" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 2/24 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 2/25 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 2/27 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $57<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $45\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $54<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $42\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a href="https://www.ynhhs.org/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/yalenewhaven_horiz.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Yale New Haven '
'Health"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Early Elton Trio</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="http://www.earlyeltontrio.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/earlyeltontrio/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/i/flow/login?redirect_after_login=%2Fearlyeltontrio" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Early Elton Trio is a Tribute to the Elton '
'John, Dee Murray and Nigel Olsson trio tours of 1970 - 1972 '
'featuring Jeff Kazee of Southside Johnny And The Asbury Jukes '
'(piano, vocals), Rich Pagano of The Fab Faux (drums and vocals) '
'and John Conte of Southside Johnny And The Asbury Jukes (bass '
'and vocals). Since its inception, the Early Elton Trio show is '
'playing to capacity audiences in the New York, New Jersey and '
"Connecticut tri-state area. As the story goes, Elton's label "
"didn't have the funds to send him out to tour the US with a full "
'band yet Elton needed to promote his imminent releases. Having '
'decided on Dee and Nigel, Elton then rearranged the songs and '
'vocals to fit within the limitations of his new lineup. '
'Suddenly, a new sound emerged that was both raw and poignant. '
'While Jeff, John and Rich have painstakingly scoured the net for '
"rare video, bootleg recordings and even Elton's own home demos "
"in shaping their collective vision of Elton's Trio Period, they "
'blur the line slightly between replication and innovation -- '
'while still capturing and utilizing the spirit, mood and energy '
'from those early tours. The Gospel/Funk of "Take Me To The '
'Pilot", the soulful storytelling of "Levon" and "Amoreena", the '
'epic-sounding "Indian Sunset" and "Burn Down The Mission", the '
'countrified "Country Comfort" and the grand scale of "Madman '
'Across The Water" are just a few of the fantastic chapters that '
'make up the Early Elton songbook. The band has also been known '
'to perform Tumbleweed Connection, Madman Across The Water and '
'the live concert, 11 - 17 - 70 in their entireties. Early Elton '
'Trio is dedicated to continuing the spirit of this '
'period-arguably, his finest in terms of material, production and '
'performance.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/vN_7cwtPvmU?si=EJb5FhJFenXvemsd" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16412
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/the-warehouse/ftcs-yacht-rock-dance-party_e705>
{'event_url': 'https://fairfieldtheatre.org/events/the-warehouse/ftcs-yacht-rock-dance-party_e705',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Friday | August 28, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">in\xa0<strong>The '
'Warehouse</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14877" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/30 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 7/1 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 7/2 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 7/3 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>VIP</b>\xa0$51 '
'- $56<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $45 - $50\n'
' \n'
' + $6 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Early Bird VIP '
'(applies at checkout)</b>\xa0$41 - $46<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $40\n'
' \n'
' + $6 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$36 - $41<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $30 - $35\n'
' \n'
' + $6 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Student '
'(show ID at the door)</b>\xa0$26<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;">$20 + $6 Fees '
'</span>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' <hr class="width-full margin-y-4">\n'
' <div class="grid-row hp-events-header '
'flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">More On This Event</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class=" margin-bottom-2 '
'tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>No boat required, just good vibes and a '
'willingness to rock the yacht.</p>\n'
'<p>\xa0</p>\n'
'<p>EARLY BIRD PRICING: Customers save 20%. Limited to the first '
'50 tickets sold under both GA & VIP. 100 tickets total. '
'Offer expires on July 31st or when all early bird tickets are '
'sold. Whichever comes first.\xa0</p>\n'
'<p><strong>VIP Includes:\xa0</strong>- 2 drink tickets - Swag '
"bag - Access to The Admiral's Lounge\xa0</p></div>\n"
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-6 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-xl text-light text-left">Underwritten By</div>\n'
' </div>\n'
' <div class="grid-row margin-top-2 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' \n'
' \n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-2">\n'
' \n'
' <a href="https://www.titosvodka.com/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/titos_logo_horiz.png.600x600_q85.png" '
'class="margin-right-2 width-card" alt="Tito\'s Vodka"></a>\n'
' \n'
' </div>\n'
' <div class="grid-col-12 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <a href="/sponsorship" '
'type="button" class="usa-button usa-button--outline '
'text-uppercase font-body-3xs margin-top-2 '
'tablet:margin-top-0">Underwrite a Show</a>\n'
' </div>\n'
' \n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">FTC\'s Yacht Rock Dance Party</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Slip on your captain\'s hat, grab your '
'dancing shoes, and get ready to sail into a night of smooth '
'grooves, sunshine vibes, and nonstop fun at our Yacht Rock Dance '
'Party featuring Anchor Management!</p>\n'
'<p>Anchor Management brings all your favorite soft rock hits '
"from the late '70s and early '80s to life with an energetic live "
'performance packed with the iconic sounds of artists like Steely '
'Dan, Hall & Oates, Kenny Loggins, Christopher Cross, The '
"Doobie Brothers, and more. Whether you're a devoted yacht rock "
'enthusiast or just looking for a carefree night on the dance '
'floor, this is your ticket to a perfect summer escape.</p>\n'
'<p>Expect sing-along favorites, laid-back luxury, and a sea of '
'captains, first mates, and nautical-inspired fashion as we '
'transform the venue into the ultimate dockside party. Gather '
'your crew, order your favorite cocktail, and dance the night '
'away to the smoothest soundtrack ever to sail the '
'airwaves.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/GTNus430mTQ?si=nnvp9spgNLnn35A0" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Anchor Management</a>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>All aboard! Anchor Management is a '
'seven-piece yacht rock band from Connecticut dedicated to '
'keeping the smooth sounds of the late ’70s and early ’80s alive '
'and well. From Hall & Oates, Michael McDonald, Steely Dan, '
'and Ambrosia to all the other soft-rock legends of the era, the '
'band delivers the songs you forgot you loved—and every one you '
'know by heart. While the grooves are smooth and the harmonies '
'are silky, don’t be surprised when the dance floor fills up. '
'Anchor Management is just as comfortable bringing the energy as '
'they are delivering the mellow vibes.</p>\n'
'<p>Formed in 2019, Anchor Management features some of New '
'England’s top musicians, including seasoned studio players and '
'members of premier wedding and event bands. Since setting sail, '
'they’ve been packing venues throughout the region, performing at '
'theaters, festivals, breweries, corporate events, weddings, and '
'private parties. Whether you’re looking to relive the golden age '
'of yacht rock or simply spend an evening singing along with '
'friends, Anchor Management delivers a first-class voyage—with '
'plenty of smooth sailing and just enough turbulence to keep the '
'party going.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/anchor-management-screens.png.8000x4500_q85_box-0%2C0%2C1672%2C939_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14229
2026-08-11 17:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/eric-gales_e690>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/eric-gales_e690',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Saturday | August 22, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14840" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 6/16 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 6/17 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 6/18 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 6/19 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $67<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $55\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $64<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $52\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Eric Gales</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="http://www.ericgalesband.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/EricGales/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://twitter.com/ericgalesband" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/x_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/ericgalesband" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p><span>Eric Gales’ time is now. A '
'rule-breaking, genre-fusing force of nature, hailed by giants '
'like Joe Bonamassa, Dave Navarro and Mark Tremonti as one of the '
'best guitarists on the planet, you’ll find the Memphis '
'blues-rocker’s thumbprint on everything from his '
'Grammy-nominated solo catalogue to the soundtrack of director '
'Ryan Coogler’s smash-hit horror movie, Sinners.</span></p>\n'
'<p><span>Yet there comes a time when every musician must look '
'their past squarely in the eye. And while Gales’ latest release, '
'Tribute To LJK, is a thrillingly modern record for the '
'here-and-now, it’s also a nod to his bloodline and the roots of '
'his family tree. “This record has been a long time coming,” he '
'says of the speaker-rattling release co-produced by Bonamassa '
'and Josh Smith. “I wanted it to be the ultimate tribute to my '
'late brother, Little Jimmy King, to keep his memory alive and '
'make sure people remember who he was and still is. All of these '
'songs except one are his originals. I wanted to deliver his '
'tunes to the world, through my eyes. And I wanted it to be '
'badass – and that’s exactly how it turned out.”</span></p>\n'
'<p><span>The blues is an ecosystem, and it’s a measure of the '
'respect commanded by both Eric – and his fabled older brother, '
'real name Manuel, who sadly passed away in 2002 – that these ten '
'explosive covers are delivered by an all-star cast with deep '
'ties to the project. “Buddy Guy and Little Jimmy played '
'together, so he guests on the track ‘Somebody’,” explains Gales. '
'“Christone ‘Kingfish’ Ingram has gone on record to say my '
'brother was a big influence, so he’s on ‘Rockin’ Horse Ride’. '
'They also both make pretty significant cameos in Sinners. So it '
'all interweaves.”</span></p>\n'
'<p><span>To understand why Tribute To LJK might be the proudest '
'moment of Gales’ meteoric career, you have to follow the thread '
'back to the late-’70s and a hectic family home in Memphis, '
'Tennessee. “I’m the youngest of five siblings, so I grew up with '
'all my brothers and everybody played guitar,” he recalls. '
'“Manuel was ten years older and it was a great to have him to '
'look up to. I was so proud when he started his own band, got '
'into his career and he was off to the races. And then, after all '
'his years of grinding away at his craft, to hear that he was '
'touring with Albert King’s band in the late-’80s was '
'awesome.”</span></p>\n'
'<p><span>Eric turned out a fierce guitarist himself, taking '
'chief inspiration from Stevie Ray Vaughan and Eric Johnson, '
'while developing a unique style sparked by flipping his '
'right-hand Hagström electric so the thickest string was nearest '
'the ground. “I just picked it up that way,” he '
'shrugs.</span></p>\n'
'<p><span>And while Manuel made his mark in the world – '
'graduating from King’s lineup to front his own ’90s outfit, '
'Little Jimmy King & the Memphis Soul Survivors – Eric and '
'his sibling Eugene signed to Elektra Records for 1991’s debut '
'album, The Eric Gales Band. “I had a deal at 15 and the record '
'came out when I was 16,” he recalls. “Even at that age, I '
'already felt this was what I was gonna do in life.”</span></p>\n'
'<p><span>A supernova amongst the shoegazers of the grunge era, '
'there was simply nobody like Gales on the scene, and he was '
'saluted in Guitar World’s readers poll as that year’s Best New '
'Talent. “We weren’t the typical I-IV-V blues group,” he '
'reflects. “We were trying to set ourselves apart, to make people '
'start talking. A 16-year-old black kid coming out playing '
'blues-rock and wailing: that just wasn’t happening at the time. '
'And I didn’t see it happen again until Kingfish came around. I '
'think The Eric Gales Band definitely left our mark on the '
'world.”</span></p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/e6UR-_4HDF4?si=qXEVjuMeOVTARXbg" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 17:20:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 14744
2026-08-11 17:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://fairfieldtheatre.org/events/stageone/the-james-hunter-six_e658>
{'event_url': 'https://fairfieldtheatre.org/events/stageone/the-james-hunter-six_e658',
'platform': 'Fair Field Theatre',
'platform_hash': 'c0ddd2fbc18dada0acccb68b2560c602',
'raw_body': '<div class="bg-white margin-y-4">\n'
' <div class="grid-container">\n'
' <div class="grid-row">\n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2">\n'
' <div class="font-body-lg '
'line-height-body-4 font-override-std ftc-blue ftc-red '
'display-flex flex-align-start text-ls-1 flex-column '
'font-override-std">\n'
' Thursday | August 13, 2026\n'
' <br>\n'
' <span class="margin-0 font-body-xl '
'ftc-red font-override-std">on <strong>StageOne</strong></span>\n'
' </div>\n'
' </div>\n'
' <div class="grid-col-12 tablet:grid-col-4 '
'tablet:grid-offset-2 display-flex flex-column">\n'
' \n'
' \n'
' \n'
' <a '
'href="https://boxoffice.fairfieldtheatre.org/0/14780" '
'class="usa-button text-uppercase usa-button--primary">Get '
'Tickets</a>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12">\n'
' <div class="font-override-std '
'ftc-blue font-body-3xl text-light text-left">Details</div>\n'
' <div class="display-flex ftc-red '
'text-bold font-body-2xs flex-align-center text-uppercase '
'margin-top-1 font-override-std"><img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">What You Need to Know</div>\n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' <div class="grid-row text-left '
'margin-top-4">\n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-first tablet:order-1">\n'
' <div class="font-body-lg '
'text-bold font-override-std ftc-blue margin-bottom-1">Onsale '
'Schedule</div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Primo Presale</b>\xa0 '
'Tue 5/12 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Classic '
'Presale</b>\xa0 Wed 5/13 | 12PM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Promoter '
'Presale</b>\xa0 Thu 5/14 | 10AM <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>Public Onsale</b>\xa0 '
'Fri 5/15 | 10AM <br>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-1 tablet:order-first">\n'
' <div class="font-body-lg text-bold '
'text-ls-1 font-override-std ftc-blue '
'flex-justify-start">Pricing</div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' '
'<b>Standard</b>\xa0$47 - $62<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $35 - $50\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <!--<hr '
'class="margin-right-8">-->\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue '
'margin-top-1">\n'
' \n'
' <b>Member</b>\xa0'
'$44 - $59<br>\n'
' <span '
'class="padding-left-1" style="font-size: .7em;"> $32 - $47\n'
' \n'
' + $12 '
'Fees</span>\n'
' \n'
' \n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Fees apply to phone, internet, and in-person '
'purchases</div>\n'
' </div>\n'
' \n'
' \n'
' <div class="grid-col-12 '
'tablet:grid-col-4 margin-bottom-2 order-2">\n'
' <div class="font-body-lg text-bold '
'font-override-std ftc-blue margin-bottom-1">Event '
'Schedule</div>\n'
' \n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>7PM</b>\xa0\n'
' \n'
' Doors\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' <div '
'class="line-height-body-4 font-override-std ftc-blue ">\n'
' <b>8PM</b>\xa0\n'
' \n'
' Show\n'
' \n'
' <br>\n'
' </div>\n'
' \n'
' \n'
' <div class="font-body-3xs '
'font-override-std margin-bottom-1 text-gray-50 text-italic '
'margin-top-1">Times subject to change</div>\n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' \n'
' \n'
' \n'
' </div>\n'
' </div><div class="bg-gray-5 padding-y-3">\n'
' <div class="grid-container">\n'
' <div class="grid-row margin-top-2 '
'hp-events-header flex-column">\n'
' <div class="font-override-std ftc-blue '
'font-body-3xl text-light text-left">Description</div>\n'
' <div class="display-flex ftc-red text-bold '
'font-body-2xs flex-align-center text-uppercase margin-top-1 '
'font-override-std">\n'
' <img '
'src="https://ftc-web-prod-static.fairfieldtheatre.org/ftc_templates/assets/ftc_favicon_2023site.ico" '
'class="width-2 margin-right-05">Study Up\n'
' </div>\n'
' </div>\n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">James Hunter Six</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.jameshuntermusic.com/news.html" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/TheJamesHunterSix" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/jameshuntersix/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>GRAMMY-nominated British soul singer James '
'Hunter has spent more than three decades perfecting a sound that '
'feels both timeless and alive. Fronting The James Hunter Six, '
'Hunter’s gritty, golden-throated vocals glide over swinging '
'R&B grooves, twin saxophones, and Hammond B3 organ with the '
'effortless cool of a late-night soul revue. If you love the '
'sounds of Sam Cooke, Wilson Pickett, Jackie Wilson, or Van '
'Morrison, this is music that hits straight from the heart.</p>\n'
'<p>Hunter’s latest album, <em>Off The Fence</em>, marks his '
'debut on Dan Auerbach’s Easy Eye Sound label and features a '
'special duet with longtime friend and collaborator Van Morrison '
'on the jump-blues burner “Ain’t That A Trip.” Praised by '
'<em>MOJO</em> as “The United Kingdom’s Greatest Soul Singer,” '
'Hunter has shared stages with legends including Aretha Franklin, '
'BB King, Etta James, Mavis Staples, Bonnie Raitt, and Van '
'Morrison while building a devoted international following of his '
'own.</p>\n'
'<p>Whether delivering uptempo rhythm & blues or candlelit '
'soul ballads, The James Hunter Six channels the spirit of '
'classic R&B with wit, warmth, and undeniable groove. In the '
'words of Van Morrison himself, Hunter remains “one of the best '
'voices and best kept secrets in British R&B.”</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' <iframe '
'src="https://www.youtube.com/embed/vcYlWUBei3Q?si=B5-cA2n4WvwplOwM" '
'frameborder="0" allow="accelerometer; autoplay; clipboard-write; '
'encrypted-media; gyroscope; picture-in-picture; web-share" '
'referrerpolicy="strict-origin-when-cross-origin" allowfullscreen '
'class="add-aspect-16x9 width-full margin-bottom-2"></iframe>\n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' \n'
' \n'
' <div class="grid-row margin-top-4">\n'
' <div class="grid-col-12 margin-bottom-205">\n'
' <a href="" class="font-body-xl text-left '
'text-uppercase text-no-underline font-override-cond ftc-blue '
'fw-800">Mathias Lattin</a>\n'
' \n'
' <div class="display-flex '
'margin-top-105">\n'
' \n'
' <a '
'href="https://www.mathiaslattin.com/" target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/globe_dark_copy.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.instagram.com/mathiaslattin/" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/instagram_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' <a '
'href="https://www.facebook.com/mathiaslattin/?ref=bookmarks" '
'target="_blank"><img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/facebook_dark.png" '
'class="height-2 margin-right-3"></a>\n'
' \n'
' </div>\n'
' \n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-6 '
'margin-bottom-2 tablet:margin-bottom-0">\n'
' <div class="line-height-body-3 '
'text-black font-heading-md font-family-sans '
'font-override-std"><p>Mathias Lattin won the 2023 International '
'Blues Challenge and Best Guitarist at the tender of 20-years '
'old; conceivably making him the youngest to win both.</p>\n'
'<p>The grandson of NBA Hall of Famer, David “Big Daddy” Lattin, '
'he displays his talent on the stage not the basketball court. He '
'is a 2020 graduate of Houston’s acclaimed Kinder High School of '
'Performing and Visual Arts. He began his foray into the Houston '
'Blues scene when he was 12 years old. Jonn Del Toro Richardson '
'invited him to attend the weekly Blues jam he hosted at The Big '
'Easy. He garnered national attention when he joined the Keeshea '
'Pratt Band (IBC 2018) in 2020. After touring with the Keeshea '
'Pratt Band and joining Brazilian Bluesman Cris Crochemore for '
'the 2022 IBC, Mathias decided to take a shot at the IBC as front '
'man.</p>\n'
'<p>UP NEXT is the debut release of the emerging Texas musician. '
'He wrote and produced the project which displays some of '
'Lattin’s musical influences. The wealth and breadth of great '
'music/musicians in the Houston music scene had a major impact on '
'the 21-year-old Lattin. UP NEXT is proof that the music is alive '
'and in capable hands.</p></div>\n'
' </div>\n'
' \n'
' <div class="grid-col-12 tablet:grid-col-5 '
'tablet:grid-offset-1 ">\n'
' \n'
' \n'
' <img '
'src="https://ftc-web-prod-media.fairfieldtheatre.org/Mathias_Lattin_-_Approved_Image_3.JPG.8000x4500_q85_box-0%2C0%2C4176%2C2351_crop_detail.jpg">\n'
' \n'
' \n'
' </div>\n'
' </div>\n'
' \n'
' </div>\n'
' </div>'}
2026-08-11 17:20:39 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 17:20:39 [scrapy.extensions.feedexport] INFO: Stored csv feed (65 items) in: output/2026/08/11/fair_field_theatre.csv
2026-08-11 17:20:39 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 20919,
'downloader/request_count': 66,
'downloader/request_method_count/GET': 66,
'downloader/response_bytes': 980684,
'downloader/response_count': 66,
'downloader/response_status_count/200': 66,
'elapsed_time_seconds': 10.506415,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 15, 20, 39, 54007, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 3588152,
'httpcompression/response_count': 66,
'item_scraped_count': 65,
'items_per_minute': 390.0,
'log_count/DEBUG': 261,
'log_count/ERROR': 6,
'log_count/INFO': 3,
'memusage/max': 99631104,
'memusage/startup': 99631104,
'request_depth_max': 1,
'response_received_count': 66,
'responses_per_minute': 396.0,
'scheduler/dequeued': 66,
'scheduler/dequeued/memory': 66,
'scheduler/enqueued': 66,
'scheduler/enqueued/memory': 66,
'start_time': datetime.datetime(2026, 8, 11, 15, 20, 28, 547592, tzinfo=datetime.timezone.utc)}
2026-08-11 17:20:39 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (fair_field_theatre)