PROJECT (event_scrapers)
SPIDER (levitt_pavilion)
2026-08-11 20:00:32 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 20:00:32 [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 20:00:32 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 20:00:32 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 20:00:32 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 20:00:32 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 20:00:32 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 20:00:32 [scrapy.extensions.telnet] INFO: Telnet Password: 84f4ac2930510339
2026-08-11 20:00:32 [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 20:00:32 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x785f98f0f4c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/levitt_pavilion/89f6ec8495ae11f1a41a0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 20:00:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 20:00:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 20:00:32 [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 20:00:32 [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 20:00:32 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 20:00:32 [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 20:00:32 [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 20:00:32 [scrapy.core.engine] INFO: Spider opened
2026-08-11 20:00:32 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.levitt_pavilionv.LevittPaviionSpider 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 20:00:32 [levitt_pavilion] INFO: Sending scraped events to prod API
2026-08-11 20:00:32 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 20:00:32 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [scrapy_zyte_api._params] WARNING: Request <GET https://levittpavilion.com/calendar/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-11 20:00:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-11 20:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/calendar/> (referer: None) ['zyte-api']
2026-08-11 20:00:42 [scrapy.downloadermiddlewares.offsite] DEBUG: Filtered offsite request to 'fullcalendar.io': <GET https://fullcalendar.io/docs>
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/14/westport-community-band-5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/25/surfer-girl/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/30/red-yarn/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/19/the-hall-family-childrens-series-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/08/desert-highway/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/25/pete-muller-the-kindred-souls-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/25/early-clover-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/25/peter-frampton/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/25/black-opry-revue/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/21/lamp/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/08/comedy-night-1-pride-edition-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/25/blaque-dynamite/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/30/nyc-ska-orchestra-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/01/brady-rymer/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/10/chris-pierce/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/01/birds-of-a-feather/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:43 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://levittpavilion.com/2019/03/20/our-native-daughters/>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/le-vent-du-nord/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/dan-claudia-zanes-melissa-doug-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/treehouse-comedy-club-i/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/03/20/our-native-daughters/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/03/20/opening-night/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/05/29/melissa-doug-childrens-series-2019-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/westport-community-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/the-hall-family-special/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/brian-jarvis/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/early-clover/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/drew-angus/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/vince-giordano-the-nighthawks/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/the-fairfield-counts/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/jojo-the-pinecones-melissa-dougs-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/treehouse-comedy-club-ii/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/the-pedro-giraudo-septet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/phil-rosenthal-family-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/connecticut-ballet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/billy-the-showmen/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/the-not-its-melissa-doug-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/jazzy-ash-the-leaping-lizards-melissa-doug-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/josh-lovelace-melissa-dougs-children-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/lard-dog-the-band-of-shy-melissa-doug-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/secret-agent-23-skidoo-melissa-doug-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/huntertones/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/suzi-shelton-band-melissa-doug-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/morley/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/the-rad-trads/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/charles-turner-uptown-swing/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/pete-muller-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/mihali-free-with-ticket/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/14/pete-francis-friends/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/frank-mastrone-friends/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/back-to-the-garden-1969/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/low-cut-connie/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/old-school-revues-road-trip/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/laney-jones-the-spirits/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/sean-ardoin/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/scott-sharrard-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/13/charlie-karp-tribute-concert/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/no-performance-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/isabella-mendes-friends-sounds-of-brazil/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/goza-latin-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/black-belt-eagle-scout/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/no-performance/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/no-performance-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/eggy/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/mimi-the-podd-brothers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/01/no-performance-7/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/dennis-deyoung-and-the-music-of-styx/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/01/pat-benatar-neil-giraldo-40th-anniversary-tour/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/no-performance-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/01/no-performance-5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/01/no-performance-6/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/terry-eldh-friends-an-evening-of-leonard-bernstein/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/06/28/a-concert-for-mimi/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/19/mill-river-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/01/no-performance-9/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/01/cha-wa/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/18/eggy-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/20/crispin-cracked-ice/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/15/anthem/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/07/18/eggy-opening-act-jon-saxon/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/08/04/gunsmoke-country-western-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/08/01/dnr-special-concert-tribute-to-first-responders-westport-ems/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/09/06/dnr-special-concert-tribute-to-first-responders-westport-ems-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/08/22/blues-and-views-festival/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/08/26/blues-and-views-festival-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/08/18/sarah-lemieux-trio/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/08/04/no-performance-10/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/08/08/writeherewestport/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2019/12/03/annual-fund-2019-give-freely/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/05/binky-griptite-orchestra/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/05/15/scott-sharrard-20210619/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/05/14/goza-210618/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/04/22/bruce-hornsby-the-noisemakers-2021-06-14/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/05/p-j-pacifico/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/04/29/midnight-north/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/05/10/the-lone-bellow/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/05/treehouse-comedy-1/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/06/the-suzanne-sheridan-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/17/nicole-henry-feeling-good/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/05/charles-turner-uptown-swing-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/06/joanie-leeds-childrens-series-launch/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/05/aztec-two-step-2-0-rex-fowler-dodie-pettit-friends/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/svetlana/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/19/treehouse-comedy-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/dj-rekha/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/an-evening-with-frank-mastrone-friends/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/doug-wahlberg-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/westport-community-band-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/19/dan-claudia-zanes/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/buffalo-rose/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/19/borboletta-a-tribute-to-santana/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/19/drew-angus-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/dan-levinsons-palomar-jazz-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/nicki-parrott-trio/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/rita-harveys-heart-like-a-wheel-a-tribute-to-the-music-of-linda-ronstadt/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/connecticut-ballet-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/billy-the-showmen-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/american-patchwork-quartet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/elena-moon-park-friends/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/mimi-the-podd-brothers-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/lucy-kalantari-the-jazz-cats/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/the-simple-radicals/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/isaiah-sharkey-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/the-hall-family/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/divinity-roxx/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/darlene-love/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/29/jacob-jolliff-grant-gordy/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/29/gunsmoke/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/the-pop-ups/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/29/river-city-slim-the-zydeco-hogs/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/29/lizzie-no/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/hopalong-andrew-2021/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/20/sonia-de-los-santos/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/29/rocky-eta-music/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/03/treehouse-comedy-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/15/drew-angus-band-july-23-2021/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/04/leonardo-suarez-paz-cuartetango/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/13/lizzie-no-aug-20/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/03/feufollet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/04/paul-beaubrun/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/06/29/eggy-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/15/treehouse-comedy-2-5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/15/the-sweet-remains/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/31/treehouse-comedy-2-75-ft-joey-kola/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/15/buffalo-rose-aug-19/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/31/tony-trischka/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/29/borboletta-a-tribute-to-santana-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/30/dnrband-tribute-ems-2021/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/02/buskin-batteau-terry/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/07/26/mihali-aug27/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/06/nellie-mckay/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/15/dr-k-motown-revue-2021/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/15/the-fairfield-counts-2021/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/15/the-scott-sharrard-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/06/sheryl-crow/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/21/nellie-mckay-2021-0826/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/13/tall-heights/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/13/goodnight-moonshine/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/04/27/hiss-golden-messenger-aoife-odonovan/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/03/08/mikedelguidice-bigshot-2022-0520/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/04/20/tower-of-power/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/13/kitchen-dwellers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/13/tusk-the-worlds-1-fleetwood-mac-tribute/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/13/james-langtons-new-york-all-star-big-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2021/08/27/pete-muller-and-the-kindred-souls/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/02/15/michael-franti-2022-06-19/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/01/twiddle-w-eggy-dwight-nicole/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/13/paula-boggs-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/27/michael-coppola-harvie-s-jazz-duo-open-house/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/13/american-patchwork-quartet-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/05/27/the-esperanto-duo-dave-giardina-chris-payne-open-house/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/01/twiddle-w-mihali-the-nth-power/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/falu/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/josh-lovelace-young-folk-childrens-series-launch/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/02/staples-music-presents-westport-pops/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/03/allison-russell/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/09/comedy-night-1/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/09/isle-of-klezbos/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/09/treya-lam-trio/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/the-hall-family-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/elena-moon-park-friends-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/lucy-kalantari-the-jazz-cats-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/smith-yarn/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/divinity-roxx-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/tim-kubart-the-space-cadets/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/joanie-leeds/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/pete-muller-the-kindred-souls/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/12/brady-rymer-the-little-band-that-could/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/westport-community-band-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/session-americana/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/comedy-night-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/isaiah-sharkey/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/borboletta-a-tribute-to-santana-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/argonaut-wasp/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/connecticut-ballet-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/an-evening-with-frank-mastrone-friends-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/eileen-ivers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/lisa-morales/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/the-sweet-remains-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/incendio/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/ariel-posen/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/early-clover-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/bassel-the-supernaturals/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/danny-jonokuchi-the-revisionists/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/28/leigh-henry-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/25/robert-cray/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/billy-the-showmen-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/05/mill-river-band-and-clueless/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/isabella-mendes-bossa-nova-project/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/28/otis-the-hurricanes/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/28/gunsmoke-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/06/14/eliot-lewis/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/17/bill-and-the-belles/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/05/charly/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/05/the-larry-fuller-jazz-quartet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/17/the-fairfield-counts-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/17/dj-rekha-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/05/professor-louie-the-crowmatix/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/05/hayley-jane-the-primates-w-one-time-weekend/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/17/comedy-night-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/19/morley-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/19/erin-hill-the-music-of-kate-bush-night-scented-harp/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/19/will-evans-barefoot-truth/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/19/tatiana-eva-marie-the-avalon-jazz-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/17/corey-harris-and-cedric-watson-true-blues/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/07/21/cyndi-lauper/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/18/gabriel-evan-orchestra/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/18/karina-rykman/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/18/orebolo/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/31/elephantproof-ft-ben-atkind-of-goose-with-funky-dawgz/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/17/chinobay/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/18/sean-ardoin-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/18/old-school-revue-the-saugatuck-horns-ft-tommy-bowes/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/09/24/das-trio-rob-derhak-vinnie-amico-and-al-schnier-of-moe/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2022/08/17/dnr-the-almost-all-physician-rock-band-annual-concert-tribute-to-first-responders-westport-ems/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/18/midnight-north-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/03/14/samara-joy/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/03/10/bruce-hornsby-the-noisemakers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/03/cedric-watson-bijou-creole/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/01/31/michael-franti-spearhead/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/03/alisa-amador/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/03/14/dakhabrakha/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/18/pete-francis/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/18/pine-leaf-boys/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/26/the-suffers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/26/tae-the-neighborly/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/25/dawes/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/21/amy-irving-born-in-a-trunk/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/04/24/darylhall-with-toddrundgren/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/05/02/twiddle-saturday-july22/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/01/charles-turner-uptown-swing-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/05/02/twiddle-friday-july21/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/05/03/calexico/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/05/18/hans-williams/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/01/leyla-mccalla/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/05/03/billy-the-showmen-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/05/18/clare-maloney-the-great-adventure/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/01/early-clover-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/13/hopalong-andrew-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/13/comedy-night-1-pride-edition/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/13/suzi-shelton-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/13/the-hall-family-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/02/staples-music-presents-westport-pops-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/14/divinity-roxx-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/10/the-tom-petty-project/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/13/lucy-kalantari-the-jazz-cats-childrens-series-launch/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/17/westport-community-band-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/14/elena-moon-park-friends-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/18/michael-coppola-quartet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/14/pierce-freelon-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/14/danny-weinkauf-his-red-pants-band-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/14/michael-the-rockness-monsters-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/18/sona-jobarteh/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/17/connecticut-ballet-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/30/eight-to-the-bar/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/30/val-ramos-flamenco-ensemble/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/18/laurel-canyon-a-tribute-to-crosby-stills-nash-young/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/28/bailen/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/18/the-fairfield-counts-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/18/eileen-ivers-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/06/karina-rykman-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/13/billy-prine-the-prine-time-band-songs-of-john-prine/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/30/aztec-two-step-2-0-rex-fowler-dodie-pettit-friends-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/07/julie-williams/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/23/frank-mastrone-friends-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/18/connecticut-ballet-rescheduled-to-sunday-july-30/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/01/theo-kandel-w-michael-cantor/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/23/comedy-night-2-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/30/the-jacob-joliff-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/06/30/chris-berardo-w-marc-douglas-berardo/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/23/comedy-night-3-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/23/the-mighty-soul-drivers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/23/dnr-the-almost-all-physician-rock-band-annual-concert-tribute-to-first-responders-westport-ems-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/28/theo-kandel/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/27/arthur-lipner-the-caribbean-cruisers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/30/quadrature/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/31/sway-wild-and-upstate/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/31/arthur-lipner-the-caribbean-cruisers-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/31/walrus-beatles-jam-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/08/01/alejandro-brittes-quartet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/30/the-binky-griptite-super-soul-revue/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/07/31/dj-rekha-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/08/01/max-weinbergs-jukebox/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/02/07/couch/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/09/22/say-she-she/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/08/17/orquesta-afinke/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/08/10/borboletta-a-tribute-to-santana-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/01/29/andrew-bird-with-amadou-mariam/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/02/08/keb-mo/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/08/18/caleb-caudle/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/08/22/north-county-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/02/14/pppp-frasco-dogs/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2023/08/08/say-she-she-w-telula/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/02/14/the-wood-brothers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/02/13/moe/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/22/pine-leaf-boys-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/22/isle-of-klezbos-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/20/arun-ramamurthy-trio/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/03/27/the-lone-bellow-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/19/carbon-leaf/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/08/marc-broussard-carencro-20th-anniversary-tour/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/22/molly-grace/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/03/14/aoife-odonovan-hawktail/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/03/19/umphreys-mcgee/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/03/26/sons-of-the-east/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/03/12/princebowieband/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/23/alysha-brilla/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/23/buffalo-nichols/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/05/20/lespecial/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/23/nyc-ska-orchestra/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/24/chelsea-cutler/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/05/03/mihali/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/27/pink-talking-fish/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/04/22/lulada-club/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/01/pierce-freelon/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/07/staples-music-presents-westport-pops-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/08/dan-claudia-zanes-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/05/ollabelle/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/05/24/super-sonic-shorties/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/01/elena-moon-park-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/08/the-dirty-sock-funtime-band-childrens-series/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/06/08/lucy-kalantari/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/03/bermuda-search-party/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/01/miss-tutti-the-fruity-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/03/the-hot-sardines/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/01/justin-roberts/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/03/american-patchwork-quartet-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/03/drew-angus-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/03/the-west-point-concert-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/02/cuartetango/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/13/comedy-night-july23/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/03/artemis/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/12/borboletta-a-tribute-to-santana-5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/03/nick-fradiani/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/07/connecticut-ballet-5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/12/dnr-the-almost-all-physician-rock-band-annual-tribute-to-first-responders-westport-ems/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/14/frank-mastrone-friends-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/20/tower-of-power-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/23/griffin-house/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/08/lespecial-aug16/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/22/billy-the-showmen-5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/05/comedy-night-3-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/01/amy-irving/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/19/brad-tursi-oct-12/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/06/comedy-night-3-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/07/19/arrival-abba/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/01/22/pigeons-stringdusters-melt/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/08/lee-fields/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/09/06/billy-the-showmen-sept8/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/21/bia-ferreira/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/16/regimental-brass-quintet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2024/08/13/karina-rykman-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/04/09/the-wood-brothers-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/03/25/michael-franti-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/04/22/josh-ritter-the-royal-city-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/04/03/the-disco-biscuits/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/03/25/dogs-in-a-pile/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/03/11/umphreys-mcgee-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/04/22/dark-star-orchestra/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/03/05/im-with-her-w-ken-pomeroy/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/05/02/bandits-on-the-run/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/05/24/jake-swamp-the-pine-w-s-g-kali-stoddard-imari/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/garth/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/humbird/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/artemis-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/frank-mastrone-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/03/karina-rykman-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/05/24/tom-petty-project/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/comedy-night-1-pride-edition-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/theo-kandel-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/suzanne-sheridan-friends/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/03/reprise/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/dj-rekha-2025-pride/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/01/leon-timbo-sug-daniels-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/joanie-leeds-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/fyutch-aura-v-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/flor-bromley-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/the-hall-family-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/elena-moon-park-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/hopalong-andrew-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/brady-rymer-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/05/adrian-quesada-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/09/divi-roxx-kids-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/16/sierra-hull/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/19/tom-hamilton/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/danny-weinkauf-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/12/john-oates-and-the-good-road-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/miss-tutti-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/10/dirty-sock-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/16/wcb-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/20/the-moonrise-cartel/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/19/early-clover-5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/20/richiman-and-groove-nice/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/20/the-sweet-remains-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/20/nellie-mckay-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/20/incendio-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/20/lsp/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/25/pete-muller-the-kindred-souls-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/26/billy-the-showmen-6/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/26/connecticut-ballet-6/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/25/argonaut-wasp-wild-co/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/23/suzanne-sheridan-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/26/lulada-club-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/28/borboletta-6/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/09/sway-wild/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/28/desert-highway-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/27/eight-to-the-bar-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/28/comedy-night-ii/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/19/danny-lipsitz-the-brass-tacks/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/16/mihali-full-band-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/18/amy-irving-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/25/skorts/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/06/28/low-cut-connie-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/08/09/the-fairfield-counts-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/28/gunsmoke-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/08/09/dnr-vems-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/27/stella-blues-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/08/02/strawberry-fields/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/27/comedy-night-iii/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/07/31/argonaut-wasp-w-s-g-wild-co/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/02/09/matteo-bocelli/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/02/11/son-little/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/08/21/tedeschi-trucks-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/09/06/mihali-full-band-show-sept-28-2025/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/09/20/cosmic-jibaros/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2025/08/20/josh-ritter-show-w-bhi-bhiman/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/02/24/dogs-in-a-pile-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/03/10/circles-around-the-sun/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/03/10/greensky-bluegrass/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/03/04/andyfrasco-kitchendwellers/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/03/16/rolling-together-revue/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/04/07/lucius/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/03/24/dark-star-orchestra-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/03/24/tdb-fri-jun12/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/03/24/tdb-sat-jun13/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/02/17/eggy-2026-tour/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7386
2026-08-11 20:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/03/04/andyfrasco-kitchendwellers/>
{'event_url': 'https://levittpavilion.com/2026/03/04/andyfrasco-kitchendwellers/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tANDY FRASCO & THE U.N. and KITCHEN '
'DWELLERS w/s/g MAGOO<br><span class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>SUNDAY, AUGUST 23 \n'
'<br>\n'
'<br>\n'
'<b><a '
'href="https://ci.ovationtix.com/34174/production/1268271">Member '
'Pre-Sale: Thursday, March 5 at 10am ET</a> </b><br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Get '
'your 2026 Membership now: Enjoy exclusive pre-sale access and '
'member discounts to this and upcoming shows!*</a>\n'
'<br>\n'
'<br>\n'
'<a '
'href="https://ci.ovationtix.com/34174/production/1268271">Public '
'On Sale: Friday, March 6 at 10am ET</a>\n'
'\n'
'<br><br>\n'
'PREMIUM SECTION VIP TICKET PACKAGE: LIMITED QUANTITY!\xa0 '
'ADVANCE ONLY<br>\n'
'The Premium VIP Ticket Package includes:<br>\n'
'- One (1) Premium Section GA Ticket PLUS: <br>\n'
'- Early entry into the venue w/ merch access before doors open '
'to the public<br>\n'
'- Personal Meet & Greet + Photo with Andy Frasco & The '
'U.N. and Kitchen Dwellers <br>\n'
'- Exclusive Signed VIP Poster <br>\n'
'- Commemorative Embroidered Patch Laminate/Luggage Tag <br>\n'
'EARLY BIRD : $195 / EARLY BIRD MEMBER \xa0$185<br>\n'
'ADVANCE : $200 / MEMBER $189.50\n'
'\n'
'<br><br>\n'
'PREMIUM LAWN Section (closest to stage): <br>\n'
'Premium viewing area *and * dedicated cash/cc bar exclusively '
'for all premium ticket holders. <br>\n'
'EARLY BIRD : $100 / EARLY BIRD MEMBER \xa0$90<br>\n'
'ADVANCE : $105 / MEMBER $94.50 <br>\n'
'DAY OF SHOW : $110\xa0<br>\n'
'\n'
'<br><br>\n'
'\n'
'LAWN Section GA: <br>\n'
'Ticket holders in this section will be able to enjoy the bar '
'located on the terrace. <br>\n'
'EARLY BIRD: $45 / EARLY BIRD MEMBER $40.50 <br> \n'
'ADVANCE : $50 / MEMBER: $45\n'
'DAY OF SHOW: $55\n'
'\n'
'\n'
'<br><br>\n'
'\n'
'Andy Frasco & The U.N. have long been the high-flying DIY '
'renegades of the touring scene known and loved for their '
'one-of-a-kind onstage audacity and kaleidoscopic musical fusion '
'- a wildly eclectic approach navigating funk, jazz, surf rock, '
'blues, swing, gospel, reggae, exotica, and more with '
'horn-blasted positivity and soulful power. With curly tufts '
'peeking out from his omnipresent knit cap, Andy Frasco is a '
'band-fronting, songwriting party animal who turns into a '
'swirling rock ‘n’ roll Tasmanian Devil onstage leading his U.N., '
'not unlike Bruce Springsteen and the E-Street Band. From '
'switching instruments mid-song to Frasco stage-diving into the '
'crowd or kibitzing with them, an Andy Frasco & The U.N. show '
'is a celebration of inclusivity and tolerance where “You do You” '
'and “let us do us.”\n'
'<br><br>\n'
'The band has grown from playing bars to touring more than 250 '
'days a year all over the country, with Frasco describing that '
'15-year journey on Growing Pains, the group’s landmark 10th '
'studio album and first full-length effort since 2023’s '
'L’Optimist, showcasing Andy’s growth as a tunesmith in his own '
'right. The Growing Pains (Deluxe) album by Andy Frasco & '
'The U.N. (released Jan 2026) adds six tracks to the original '
'2025 release\n'
'<br><br>\n'
'Kitchen Dwellers continue to carve out their own lane in the '
'world of progressive roots music, blending bluegrass, folk, and '
'rock through psychedelic hues into a sound as expansive as their '
'Montana home. The Bozeman-born quartet of Shawn Swain '
'(mandolin), Torrin Daniels (banjo), Joe Funk (upright bass), and '
'Max Davies (acoustic guitar) has grown from regional upstarts '
'into one of the most dynamic and forward-thinking bands in '
'modern string music. \n'
'<br><br>\n'
'Kitchen Dwellers have captivated audiences at hallowed venues '
'such as Red Rocks Amphitheatre and performed alongside acts such '
'as Billy Strings and Goose in addition to playing festivals such '
'as Telluride Bluegrass, Under The Big Sky, WinterWonderGrass, '
'and more. They’ve released three critically acclaimed '
'albums—Ghost In The Bottle [2017], Muir Maid [2019], and Wise '
'River [2022]. After amassing 15 million-plus streams, selling '
'out shows, and receiving acclaim from Huffington Post, Relix, '
'American Songwriter, and more, the group released their latest '
"record 'Seven Devils' in March 2024. Their catalog pairs "
'instrumental virtuosity with emotional storytelling, an '
'exploratory spirit, and a deep connection to the American West.\n'
'<br><br>\n'
'Magoo is one of the most exciting new acts in the progressive '
'bluegrass scene. The innovative quartet from Denver, Colorado is '
'redefining the boundaries of modern bluegrass with fearless '
'creativity and world-class musicianship. Known for their dynamic '
'live performances, the band delivers a powerful blend of '
'intricate arrangements, tight three-part harmonies, and extended '
'improvisations that bring new life to the genre. Each member '
'brings a distinctive voice and musical strength to the project. '
'Dobroist Dylan Flynn, winner of the 2024 RockyGrass Dobro '
'Competition; guitarist Erik Hill, runner-up in the RockyGrass '
'Flatpicking Contest; mandolinist Courtlyn Bills; and bassist '
'Denton Turner. Magoo stands poised for a breakout year following '
'first place at UllrGrass Band Competition and Clash of the '
'Strings, second at the Telluride Bluegrass Festival Band '
'Competition, and with their February 2026 debut album release '
'What a Life capturing the group’s adventurous spirit, heartfelt '
'songwriting, and soaring instrumental work. \n'
'\n'
'\n'
'<br><br>\n'
'General admission, standing room, within each section. No chair '
'zones in effect in both sections. Rain or Shine. All Sales '
'Final. <i>No outside food or drink is permitted at this event. '
'No coolers. An onsite refreshment bar will be open. Bring photo '
'ID to verify 21+ for any alcohol purchase.\xa0 Food trucks will '
'be on site. *Member discount available in advance only, and '
'based on limited supplies. More FAQ AND SET TIMES POSTED BELOW - '
'SCROLL DOWN. </i>\n'
'<br><br>\n'
"$1 from every ticket sold will be donated to the Artists' "
'partner charity: Backline Care : Mental health and wellness '
'resources for music industry professionals and their families, '
'building a safer and more supportive music industry.\n'
' <br>\n'
'<br>\n'
'\n'
'A $4 Facility Fee is added to all non-member tickets.\n'
' <br>\n'
'<br>\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'General admission, standing room, within each section. No chair '
'zones in effect in both sections. Rain or Shine. All Sales '
'Final. <i>No outside food or drink is permitted at this event. '
'No coolers. An onsite refreshment bar will be open. Bring photo '
'ID to verify 21+ for any alcohol purchase.\xa0 Food trucks will '
'be on site. More information, terms and rules below. </i>\n'
'<br><br>\n'
'\n'
'\n'
'\n'
'Proceeds from our Stars-on-Tour events help underwrite our free '
'programming. The Levitt Pavilion is a 501(c)(3) not-for-profit '
'organization. Our 2026 Season will include over 50 shows '
'presented free-of-charge. <a '
'href="https://bit.ly/LevittPavilionEnews">Sign up for our '
'enewsletter to receive updates about our Season and added shows. '
'</a>\n'
'<br><br>\n'
'*All member discounts and privileges based on limited supplies '
'and event-specific terms. \n'
'<br><br>\n'
'* ALL SCHEDULES ARE SUBJECT TO CHANGE.</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 23, 2026 | 5:00pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/04/09/get-up-with-it/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/14/rubix-kube/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/14/chaparelle/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/19/chris-pierce-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/14/jumaane-smith/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/14/amani-burnham/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/04/28/jlco-wynton-marsalis-2026/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/12/the-revivalists/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/21/west-point-concert-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/14/devon-gilfillian/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3196
2026-08-11 20:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/05/12/the-revivalists/>
{'event_url': 'https://levittpavilion.com/2026/05/12/the-revivalists/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tTHE REVIVALISTS w/ Olivia Barnes<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>TUESDAY, AUGUST 11 | 6.30PM SHOW, 6PM DOORS '
'<br><br>\n'
'\n'
'<b><a href="https://coastalbridgeadvisors.com/">SHOW SPONSOR: '
'COASTAL BRIDGE ADVISORS</a>\n'
'<br><br>\n'
'Support for this program is provided by the David & Geri '
'Epstein Private Foundation and Karen & Rob Hess. </b>\n'
'<br><br>\n'
'\n'
'<a '
'href="https://ci.ovationtix.com/34174/production/1277048">Member '
'Pre-Sale: Tuesday, MAY 12 at 12PM ET</a>\n'
'<br>\n'
'<a '
'href="https://ci.ovationtix.com/34174/production/1277048">Public '
'on sale: Friday, MAY 15 at 10AM ET</a>\n'
' <br>\n'
'<br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Get '
'your 2026 Membership now: Enjoy pre-sale access and EXCLUSIVE '
'member discounts to this and upcoming shows!*</a>\n'
'<br><br>\n'
'\n'
'The Revivalists bring their dynamic, genre-blending sound back '
'to the Levitt Pavilion this August! The New Orleans-based, '
'multi-platinum band has earned a national following with their '
'fusion of indie rock, soul, and folk, delivered through a '
'powerful and high-energy live performance.\n'
'\n'
'<br><br>\n'
'\n'
'Their highly anticipated new album, Get It Honest (out July 24), '
'marks their first full-length release in over three years. Led '
'by the anthemic single “Heart Stop,” the album explores '
'perseverance and facing the future with clarity and conviction, '
'showcasing the band’s signature intensity and evolution.\n'
'\n'
'\n'
'<br><br>\n'
'\n'
'For this ticketed event, chairs are provided for all '
'concert-goers. No outside food or drink is permitted at this '
'event; no coolers. \n'
'Onsite refreshments will be available at 6PM: A full bar plus '
'soft drinks; plus food trucks. You must present photo ID for 21+ '
'age verification to purchase any alcohol beverages.\n'
'\n'
'<br><br>\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'TERMS: RAIN OR SHINE. ALL SALES FINAL. NO REFUNDS. NO '
'EXCHANGES. Purchasing a ticket or being a guest at the venue is '
'an agreement to comply with ALL of the venue’s discretionary '
'rules and safety protocols, which are subject to change. \xa0\n'
'<br><br>\n'
'\n'
'Warning: Do not buy a ticket unless you are able to comply with '
'requirements and all rules posted here and on ticketing page and '
'confirmation. Please read all rules and guidelines posted on the '
'AudienceView/Ovationtix ticket-buying page (via the reserve '
'button) before purchasing tickets or packages. Failure to comply '
'with rules and requirements for entry will result in no access '
'to the event, but will not result in a refund. \n'
'<br><br>\n'
'*All member discounts and privileges based on limited '
'supplies. \n'
'\n'
'<br><br>\n'
'To enter the event ALL ticket-holders must present your barcoded '
'e-ticket upon arrival, either printed or on your mobile '
'device. \n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 11, 2026 | 6:30pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/miss-tutti-and-fruity-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/elena-moon-park/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/surfing-for-daisy/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/comedy-night-2-2026/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/comedy-night-3-2026/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/fyutch-aura-v/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/the-hall-family-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/jessie-altman/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/24/getupwithit-aug24/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2262
2026-08-11 20:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/01/comedy-night-3-2026/>
{'event_url': 'https://levittpavilion.com/2026/06/01/comedy-night-3-2026/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tComedy Night #3<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | TUESDAY, AUGUST 18 | '
'7:00PM SHOW / 6:00PM DOORS <br>\n'
'IN ASSOCIATION WITH JOHN TOBIN PRESENTS! <br>\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button below '
'to guarantee entry - or - check in at Box Office night of show. '
'Available free entry on a first-come basis, space permitting! '
'Box Office opens on site 2-hours before show time on show '
'days. \n'
'<br>\n'
'<br>\n'
'John Tobin Presents! delivers a slate of their funniest stand-up '
'comedians for another free night of side-splitting laughs under '
'the stars!\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 18, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3081
2026-08-11 20:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/01/fyutch-aura-v/>
{'event_url': 'https://levittpavilion.com/2026/06/01/fyutch-aura-v/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tFyütch & Aura V : Children’s '
'Series<br><span class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE-TICKET SHOW | WEDNESDAY, AUGUST 19 | '
'7PM Show | 6PM Lawn Opens <br>\n'
'<br>\n'
'<b>Show Sponsors: NATE & EVE PRESENTS!</b><br>\n'
'"NATE & EVE" PRESENTS: A SPECIAL NEEDS COMMUNITY '
'CELEBRATION!<br><br>\n'
"<b>THE CHILDREN'S SERIES IS MADE POSSIBLE BY LEAD UNDERWRITING "
'AND SUPPORT FROM <a '
'href="https://berkowitzlawfirm.com/">BERKOWITZ, HANNA, AMDUR '
'& WILDSTEIN LLC</a> AND THE <a '
'href="https://www.atgcf.org/">ACROSS THE GLOBE CHILDREN\'S '
'FOUNDATION</a></b>\n'
'<br><br>\n'
"THE CHILDREN'S SERIES IS SUPPORTED BY <a "
'href="https://www.ynhhs.org//">YALE NEW HAVEN HEALTH</a> \n'
'\n'
'<br><br>\n'
'* Ice Cream Truck: <a '
'href="https://www.collegecreamery.com/">College Creamery</a>! '
'<br>\n'
'\n'
'<br>\n'
'FREE TICKETS ONLINE VIA RESERVE BUTTON BELOW. \n'
'<br><br>\n'
'This dynamic Father-Daughter team just won Best Children’s Album '
'at this year’s GRAMMY Awards. Fyutch is a previous GRAMMY Award '
'Winner, and Aura V is now the youngest child ever to win a '
'GRAMMY Award! We were very proud to present this special duo '
'ahead of the game as part of our 2025 Season and are so excited '
'to welcome them back! \n'
'<br><br>\n'
'Using everything from high energy pop, reggae, and rap beats to '
'gospel and R&B-inspired ballads, Fyutch and Aura V help '
'children explore feelings of gratitude, excitement, and '
'uncertainty, encouraging them to leave with a renewed sense of '
'confidence and self-love. \n'
'<br><br>\n'
'A new tradition established in 2021, this edition of the '
'Children’s Series is presented by Westport\'s very own "Nate '
'& Eve Presents", and is a celebration for and in honor of '
'our special needs community. As always, everyone of all ages and '
'abilities is invited to the Levitt Pavilion for singing, '
'dancing, and fun!<br><br>\n'
'\n'
'<br><br>\n'
'The Levitt Pavilion Season features over 50 shows presented '
"free-of-charge (free-ticket shows), including the Children's "
'Series on Wednesdays and select Thursdays, plus our Stars on '
'Tour series and Gala to fill your spring, summer and fall with '
'music, performing arts and more. <a '
'href="https://bit.ly/LevittPavilionEnews">SIGN UP FOR OUR ENEWS '
'TO STAY TUNED! </a>\n'
'\n'
'\n'
'<br><br>\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 19, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6814
2026-08-11 20:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/05/24/getupwithit-aug24/>
{'event_url': 'https://levittpavilion.com/2026/05/24/getupwithit-aug24/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tCHARLIE HALL’S GET UP WITH IT – A MILES '
'DAVIS CENTENNIAL CELEBRATION<br><span class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>MONDAY, AUG 24: 6PM Doors | 7pm Show<br>\n'
'A Miles Davis Centennial Celebration * America250 Series\n'
'<br><br>\n'
'<b><a '
'href="https://ci.ovationtix.com/34174/production/1272485">PUCHASE '
'TICKETS </a> </b>\n'
'<br><br>\n'
'In honor of Miles Davis’ 100th birthday, we welcome GET UP WITH '
'IT, the longstanding project of The War On Drugs drummer and '
'Wilton native Charlie Hall. With its roots going back to San '
'Francisco in the late ‘90s, GET UP WITH IT came together as a '
'means to explore the groundbreaking and iconic 1969-1975 era of '
'Miles Davis’ electric music. \n'
'<br><br>\n'
'Now in its third decade, the adventurous ensemble will focus on '
'three of Miles’ most revered and influential albums for this '
'show - 1969’s visionary and transcendental In a Silent Way, the '
'1970 magnum opus Bitches Brew, and 1971’s Jack Johnson. \n'
'<br><br>\n'
'Dense, thorny and uncompromising, the Miles\' "electric period" '
'of 1969-75 was initially controversial with his longtime fans, '
'who felt the trumpeter was shrugging off the well-worn trappings '
'of Birth of the Cool and his classic quintets in favor of a '
'musical stew that was equal parts James Brown and Sly Stone, '
'Stockhausen and Jimi Hendrix. Listening to these albums more '
"than 50 years later though, it's hard not to be struck by how "
'astonishingly ahead of their time they all were - it’s no wonder '
'that Pitchfork, in a typically effusive retrospective of Jack '
'Johnson, called it “a beacon of uncanny originality and '
'visionary foresight.”\n'
'\n'
'<br><br>\n'
'GET UP WITH IT IS: DMHotep — guitar; Yesseh Furaha-Ali — '
'woodwinds; Ezra Gale — bass; Charlie Hall — drums, percussion; '
'Kevin Hanson — guitar; Mitch Marcus — saxophone, Fender '
'Rhodes; Luke O’Reilly — organ; Bobby Spellman — trumpet; Daniel '
'Villarreal — percussion; Kyon Williams — drums\n'
'\n'
'<br><br>\n'
'Charlie Hall is a drummer, multi-instrumentalist, songwriter, '
'and producer based in Philadelphia, PA. In addition to playing '
'drums in Grammy Award winning rock band The War On Drugs, '
'Charlie releases music of his own, including 2023’s Invisible '
'Ink, and produces records for others, including 2022, 2023, and '
'2024’s A Philly Special Christmas LPs with members of the '
'Philadelphia Eagles, Patti LaBelle, Stevie Nicks and many '
'others. Music has always been the connective tissue running '
'through his life, defining his relationships with others and how '
'he lives in his own head. “Drumming is our first language”, says '
'Hall. “And music itself is a language that we use to communicate '
'with one another. When we make music, we take rhythm and harmony '
'and create something new. In that way, it is an analog to life '
'itself - a process of organizing our experiences and learnings '
'into something that feels authentic and true.” And it’s about '
'collaboration. \n'
'\n'
'<br><br> \n'
'“More than any other instrument, drums expose the personality of '
'the player”, says Dave Hartley, bass player of The War On Drugs. '
'“Ultra-busy drummers are usually motormouths, light hitters are '
'usually quiet or passive and bashers are usually alpha dogs. As '
'both a human and a drummer, Charlie is a master '
'conversationalist. Lots of drummers will tell you that listening '
'is as important as playing, and that what you don’t play is more '
'important than what you do - but few can implement it as well as '
'Charlie Hall has in his career with The War On Drugs, Tommy '
'Guerrero, Jet Black Crayon, Jens Lekman, Feist, Windsor for the '
'Derby, Marshall Allen’s Ghost Horizons, Get Up With It, and '
'countless others.” \n'
'<br><br>\n'
'\n'
'The Levitt Pavilion proudly presents Charlie Hall’s GET UP WITH '
'IT : A Miles Davis Centennial Celebration as part of our '
'programming celebrating the United States Semiquincentennial. '
'In celebrating Miles Davis as a transformative American artist, '
'examined, channeled and reinvented through contemporary artists, '
'a timeless dialogue is created with the past, present and future '
'- one that transcends music and lends itself to the occasion of '
'our nation’s 250th anniversary and creates an opportunity to '
'reflect, engage, imagine - and to come together and groove.\n'
'\n'
'<br><br>\n'
'\n'
'CONCERT TICKETS: GENERAL ADMISSION (except where noted)\n'
'<br><br>\n'
'\n'
'Premium Section Reserved (Chair Provided and will be marked with '
"Patron's name(s); front area of lawn)<br>\n"
'Advance Reserved Seat/Chair Provided: $97.50 / $87.50 '
'Member<br>\n'
'<br><br>\n'
'\n'
'Premium Section General Admission (Chair Provided, general '
'admission; front area of lawn)<br>\n'
'Advance GA/Chair Provided: $65 Advance / $58.50 Member<br>\n'
'Day of Show: $70<br>\n'
'<br><br>\n'
'\n'
'LAWN Section: BYO-LAWN CHAIR<br>\n'
'Advance General Admission: $25 / $22.50 Member<br>\n'
'Day of Show: $30<br>\n'
'<br><br>\n'
'\n'
'A $4 Facility Fee is added to all non-member tickets.<br>\n'
'*Member discounts based on limited supplies. FF waived on member '
'tickets only.<br>\n'
'For help with membership and ticket purchases, please email us '
'at boxofficelevittpavilion@gmail.com.<br>\n'
'<br>\n'
'This concert was originally scheduled for May 24th; all tickets '
'to original date will be honored. \n'
'\n'
'<br><br>\n'
'RAIN OR SHINE. <br>\n'
'No outside food or drink. A bar and food trucks will be on '
'site. <br>\n'
'ALL AGES: Tickets are required for ALL AGES IN PREMIUM SECTION; '
'Tickets are reqired for children ages 7 and up in the LAWN (Byo '
'Lawn Chair) Section. Children must have ticket in same section '
'as adult (18y/o+) guardian. Children must be accompanied by '
'adult guardian at all times, including when visiting the '
'restrooms. No roaming. No play area provided.\n'
'<br><br>\n'
'ADDITIONAL RULES AND FAQ CONTINUE BELOW.\n'
'<br><br>\n'
'\n'
'Proceeds from our Stars-on-Tour events help underwrite our free '
'programming. The Levitt Pavilion is a 501(c)(3) not-for-profit '
'organization. Our 2026 Season will include over 50 shows '
'presented free-of-charge. <a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">Sign '
'up for our enewsletter to receive updates about our Season and '
'added shows. </a>\n'
'<br><br>\n'
'*All member discounts and privileges based on limited supplies '
'and event-specific terms. \n'
'<br><br>\n'
'* ALL SCHEDULES ARE SUBJECT TO CHANGE. KEEP SCROLLING FOR MORE '
'RULES AND EVENT INFO-->>></p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 24, 2026 | 7:00pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/25/staples-music-presents-westport-pops-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/richiman-groovenice/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/05/25/luke-tyler-shelton/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/joanie-leeds-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/mega-ran/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/flor-bromley/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/amelia-day/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/seth-sikes/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/lamp-2026/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/early-clover-2026/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/divi-roxx-kids/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/connecticut-ballet-7/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/mt-jones/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/wcb-26/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/dirty-sock-funtime-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3142
2026-08-11 20:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/01/joanie-leeds-2/>
{'event_url': 'https://levittpavilion.com/2026/06/01/joanie-leeds-2/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tJoanie Leeds : Children’s Series<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE-TICKET SHOW | WEDNESDAY, AUGUST 12 | '
'7PM Show | 6PM Lawn Opens <br>\n'
'<br>\n'
"<b>THE CHILDREN'S SERIES IS MADE POSSIBLE BY LEAD UNDERWRITING "
'AND SUPPORT FROM <a '
'href="https://berkowitzlawfirm.com/">BERKOWITZ, HANNA, AMDUR '
'& WILDSTEIN LLC</a> AND THE <a '
'href="https://www.atgcf.org/">ACROSS THE GLOBE CHILDREN\'S '
'FOUNDATION</a></b>\n'
'<br><br>\n'
"THE CHILDREN'S SERIES IS SUPPORTED BY <a "
'href="https://www.ynhhs.org//">YALE NEW HAVEN HEALTH</a> \n'
'\n'
'<br><br>\n'
'* Ice Cream Truck: <a '
'href="https://www.collegecreamery.com/">College Creamery</a>! '
'<br>\n'
'\n'
'<br>\n'
'FREE TICKETS ONLINE VIA RESERVE BUTTON BELOW. \n'
'<br><br>\n'
'GRAMMY Award Winner Joanie has won 1st place in the USA '
'Songwriting Competition, an Independent Music Award, a GOLD '
'Parents’ Choice Award, NAPPA GOLD Award, Family Choice Award and '
'is a John Lennon Songwriting Competition Finalist and '
'International Songwriting Competition Finalist. She has '
'performed at venues nationwide including Lollapalooza, '
'Clearwater Festival, The Kennedy Center, Lincoln Center, '
'Wolftrap and Levitt Pavilion. Her music has been featured in the '
'New York Times, People Magazine, Parents Magazine, Billboard and '
'The Washington Post and played on radio stations and risen to #1 '
'on Sirius XM’s Kids Place Live.\n'
'<br>\n'
'<br>\n'
'Joanie released her 9th Children’s album, GRAMMY®️ AWARD WINNING '
'(All the Ladies) in April 2020 and in 2023, Joanie’s newest '
'album, FREADOM: Songs Inspired by Banned Children’s Picture '
'Books was released. Her favorite job is mama to her 8 year old '
'daughter Joya. \n'
'<br><br>\n'
"Joanie and Joya's collaboration was nominated for The GRAMMYs "
'2026 Best Children\'s Music Album: "Ageless: 100 Years Young" is '
"a heartfelt love letter to Joanie's grandmother Sylvia "
'(“Bubby”), who turned 100 in 2025!\n'
'\n'
'<br>\n'
'\n'
'\n'
'<br><br>\n'
'The Levitt Pavilion Season features over 50 shows presented '
"free-of-charge (free-ticket shows), including the Children's "
'Series on Wednesdays and select Thursdays, plus our Stars on '
'Tour series and Gala to fill your spring, summer and fall with '
'music, performing arts and more. <a '
'href="https://bit.ly/LevittPavilionEnews">SIGN UP FOR OUR ENEWS '
'TO STAY TUNED! </a>\n'
'\n'
'\n'
'<br><br>\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 12, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/clay-street-unit/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/10/the-machine-2026/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/06/residual-groove/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/06/billy-the-showmen-7/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/09/bonnie-raitt/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/isle-of-klezbos-3/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/10/amani-burnham-july16/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/01/comedy-night-pride/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4554
2026-08-11 20:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/10/the-machine-2026/>
{'event_url': 'https://levittpavilion.com/2026/06/10/the-machine-2026/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tTHE MACHINE PERFORMS PINK FLOYD<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FRIDAY, AUGUST 21 * 7PM SHOW / 6PM DOORS\n'
'<br>\n'
'<br>\n'
'Take advantage of Early Bird while supplies last: <br>\n'
'<b><a '
'href="https://ci.ovationtix.com/34174/production/1280074">Member '
'Pre-Sale ACTIVE NOW</a> </b><br><br>\n'
'Enjoy pre-sale access and member discounts to this and upcoming '
'shows!* <a '
'href="https://ci.ovationtix.com/34174/store/packages">Get your '
'2026 Membership now</a>\n'
'<br> Already a member: <a '
'href="https://web.ovationtix.com/trs/account/34174">Log-in '
'here.</a>\n'
'<br><br>\n'
'<a '
'href="https://ci.ovationtix.com/34174/production/1280074">Public '
'On Sale: Friday, June 12 at 10am ET</a>\n'
'PREMIUM LAWN Section GA (closest to stage):<br>\n'
'Premium viewing area *and * dedicated cc bar exclusively for all '
'premium ticket holders.<br>\n'
'Early Bird: $50 / Member $45<br>\n'
'Advance: $55 / Member $49.50<br>\n'
'DAY OF SHOW: $60<br>\n'
'\n'
'<br><br>\n'
'LAWN Section GA:<br>\n'
'Ticket holders in this section will be able to enjoy the bar '
'located on the terrace.<br>\n'
'Early Bird $25 / Member $22.50<br>\n'
'Advance GA: $30 / Member $22.50<br>\n'
'DAY OF SHOW: $35\n'
'<br><br>\n'
'A $4 Facility Fee is added to all non-member tickets.\n'
'<br><br>\n'
'\n'
'The Machine has forged a nearly 40 year reputation of extending '
'the musical legacy of Pink Floyd. The New York-based quartet '
"performs a diverse mix of The Floyd's extensive 15- album "
'repertoire, complete with faithful renditions of popular hits as '
'well as obscure gems.\n'
'With stellar musicianship and passionate delivery, The Machine '
'explores collective improvisation rivaling that of an early '
"1970's Pink Floyd, while their use of expanded theatrical "
'elements and elaborate stage displays and lighting continues The '
"Floyd spirit of the 1980's. The band is also known for "
'recreating entire albums as a part of their show, accepting '
'requests from fans, and for taking an A - Z approach in which '
'one song is played for every letter of the alphabet.\n'
'<br><br>\n'
'The Machine has sold out theaters, premier showcase rooms and '
'casinos across North America, Europe and Asia, performed at '
'renowned music festivals such as Bonnaroo, Riverbend, and '
'Gathering of the Vibes, and shared the stage with full symphony '
'orchestras, including the Atlanta, Detroit, Pittsburgh, '
'Jacksonville, Charlotte and San Diego Symphonies, as well as the '
'Buffalo Philharmonic.\n'
'<br><br>\n'
'The band features founding member Tahrah Cohen (drums), longtime '
'bandmates Scott Chasolen (keys, vocals) and Ryan Ball (guitar, '
'vocals), and newest member Chris DeAngelis (bass, lead vocals). '
'The band continues on to celebrate the music of Pink Floyd and '
'to honor the life of Joe Pascarell, who co-founded the band with '
'Tahrah in 1988.\n'
'<br><br>\n'
'"They duplicate the sound and hits of Pink Floyd with chilling '
'accuracy, and they play for a hell of a long time.” - Matt '
'Diehl, Rolling Stone\n'
'<br><br>\n'
'"These guys are great!" - Bob Ezrin, Co-Producer, Pink Floyd\'s '
'The Wall\n'
'<br><br>\n'
'"The Machine look nothing like Pink Floyd, but that doesn\'t '
"matter - they sound exactly like Pink Floyd, and that's what "
'counts.” - Matthew Webber, Spin Magazine\n'
'<br><br>\n'
'\n'
'\n'
'General admission, standing room, within each section. No chair '
'zones in effect in both sections. Rain or Shine. All Sales '
'Final. <i>No outside food or drink is permitted at this event. '
'No coolers. An onsite refreshment bar will be open. Bring photo '
'ID to verify 21+ for any alcohol purchase.\xa0 Food trucks will '
'be on site. More information, terms and rules below. </i>\n'
'<br><br>\n'
'\n'
'Proceeds from our Stars-on-Tour events help underwrite our free '
'programming. The Levitt Pavilion is a 501(c)(3) not-for-profit '
'organization. Our 2026 Season will include over 50 shows '
'presented free-of-charge. <a '
'href="https://bit.ly/LevittPavilionEnews">Sign up for our '
'enewsletter to receive updates about our Season and added shows. '
'</a>\n'
'<br><br>\n'
'*All member discounts and privileges based on limited supplies '
'and event-specific terms. \n'
'<br><br>\n'
'* ALL SCHEDULES ARE SUBJECT TO CHANGE. More show FAQ below:</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 21, 2026 | 7:00pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3003
2026-08-11 20:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/06/billy-the-showmen-7/>
{'event_url': 'https://levittpavilion.com/2026/06/06/billy-the-showmen-7/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tBilly & the Showmen<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | Saturday, August 29 | '
'7:30PM SHOW / 6:30PM DOORS <br>\n'
'Sponsor: <a '
'href="https://www.interstatelumber.com/">INTERSTATE</a>\n'
'\n'
'<br>\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below. <br><br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies, first-come basis). If all available '
'public-facing free tickets are distributed in advance, season '
'members receive priority access to a limited supply of free '
'tickets (this "member reserve" of free tickets is based on '
'limited supplies, while supplies last). </i>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your Season Membership today! '
'Members enjoy access to a member reserve of free tickets (based '
'on limited supplies) to select free shows throughout the Season '
'*plus* enjoy exclusive member discounts on paid-ticket shows '
'throughout the Season!*</a>\n'
'\n'
'<br>\n'
'<br>\n'
'Established more than fifty years ago by band leader Billy '
'Frenz, Billy and the Showmen has earned their reputation as one '
"of Connecticut's most enduring club bands specializing in "
"hard-driving Rhythm & Blues, Soul, and Funk from the '60's "
"and '70's.\n"
"The band's repertoire includes the best of James Brown, Rick "
'James, Percy Sledge, the Ohio Players, Blood, Sweat & Tears, '
'Marvin Gaye, Wilson Pickett, Junior Welles, King Floyd, Average '
'White Band, Tower of Power, Buddy Miles, Kool & the Gang, '
'Otis Redding and classic Motown artists such as the Temptations '
'and Sam & Dave.\n'
'<br><br>\n'
'Photo: Courtesy of Artist.\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS</a>\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 29, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4215
2026-08-11 20:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/09/bonnie-raitt/>
{'event_url': 'https://levittpavilion.com/2026/06/09/bonnie-raitt/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tBONNIE RAITT<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>Sunday, August 9, 2026 | 7:00pm \n'
'<br>\n'
'CHAIRS PROVIDED FOR ALL TICKET-HOLDERS. <br><br>\n'
'THE LEVITT PAVILION GALA IS MADE POSSIBLE BY THE LEAD '
'SPONSORSHIP OF THE ARTHUR AND CLAUDIA COHEN FAMILY FOUNDATION \n'
'<br>\n'
'<br>\n'
'The GALA Cocktail Party is sponsored by Roz & Bud '
'Siegel. \n'
'<br><br>\n'
'<b>MEMBER PRE-SALE BEGINS TUESDAY, JUNE 16 AT 10AM ET<br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Get '
'your 2026 Season Membership now and enjoy exclusive member '
'discounts and pre-sale access to this and upcoming shows! '
'</a><br><br>\n'
'PUBLIC ON SALE BEGINS FRIDAY, JUNE 19 AT 10AM ET</b>\n'
'\n'
'<br><br>\n'
'<b><a '
'href="https://ci.ovationtix.com/34174/production/1279597">GALA+CONCERT '
'SINGLE TICKETS AND GALA+CONCERT PACKAGES ARE LOCATED IN THE '
'PREMIUM SECTION. CLICK HERE TO PURCHASE</a> </b>\n'
'<br><br>\n'
'<b><a '
'href="https://ci.ovationtix.com/34174/production/1279597">CONCERT-ONLY '
'TICKETS ARE LOCATED IN THE FOLLOWING THREE GA SECTIONS: "THE '
'SELECT" SECTION, THE PREFERRED SECTION, AND THE PATRON SECTION. '
'CLICK HERE TO PURCHASE</a></b>\n'
'<b></b>\n'
'\n'
'<br><br>\n'
'Bonnie Raitt is a singer, songwriter, and guitarist whose unique '
'style blends blues, R&B, rock, and pop. After 20 years as a '
'cult favorite, she broke through to the top in the early 90s '
'with her Grammy Award-winning albums, Nick of Time and Luck of '
'the Draw, which featured hits, “Something to Talk About” and “I '
'Can’t Make You Love Me” among others. The thirteen-time GRAMMY '
'winner was inducted into the Rock & Roll Hall of Fame in '
'2000 and Rolling Stone named the slide guitar ace one of the '
'“100 Greatest Guitarists of All Time” and one of the “100 '
'Greatest Singers of All Time.”\n'
'<br><br>\n'
'On tour for the better part of the last four years, Raitt has '
'connected with audiences in North America, the UK, Ireland, '
'Europe and Australia since the release of her critically '
'acclaimed, three-time GRAMMY Award-winning studio album, Just '
'Like That… in 2022. Recognized for her 55+ year career and '
'multi-faceted artistic contributions, most recently Raitt was a '
'Kennedy Center Honoree (Class of 2024), received the Billboard '
'Women In Music Icon Award (2022) and a GRAMMY® Lifetime '
'Achievement Award (2021).\n'
'\n'
'<br><br>Photo courtesy Austin PBS/Austin City Limits. Photo by '
'Scott Newton. \n'
'<br><br>\n'
' \n'
'\n'
'The Gala Cocktail Party takes place at Massi Co and Walrus '
'Alley. Gala ticket holders will check in directly at the '
'Cocktail Party (90 Post Road East) at 5PM.\n'
'<br><br>\n'
'FOR CONCERT-ONLY TICKET HOLDERS: LEVITT PAVILION PERIMETER CHECK '
'IN, BARS, AND FOOD TRUCKS OPEN AT 5PM; DOORS TO VENUE OPEN AT '
'6. \n'
'<br><br>\n'
'TERMS: Purchasing a ticket or being a guest at the venue denotes '
'your understanding of and agreement to all terms and conditions, '
'and is an agreement to comply with all of the venue’s rules, '
'including discretionary and dynamic safety protocols. \n'
'<br><br>\n'
'If you are not able to provide appropriate documentation of your '
'ticket, you will not be allowed to enter. <br>\n'
'Warning: Do not buy a ticket unless you are able to comply with '
'these requirements and any rules and guidelines in effect at the '
'time of the event. Failure to comply with rules and requirements '
'for entry will result in no access to the event, but will not '
'result in a refund. \n'
'<br><br> \n'
'All sales are final. No refunds. No exchanges. THIS IS A '
'FUNDRAISING EVENT. Please read all rules and guidelines posted '
'below and/or on the AudienceView/Ovationtix ticket-buying page '
'(via the reserve button) before purchasing tickets or packages. '
'NO PHOTOS OR RECORDING. FOR GALA SPONSOR AND BENEFACTOR '
'ASSISTANCE, PLEASE EMAIL THELEVITTPAVILION@GMAIL.COM. \n'
'\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 09, 2026 | 7:00pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/02/desert-highway-july25/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/02/val-ramos-flamenco/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/18/hopalong-andrew-childrens-series-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/25/the-string-queens/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/12/hollywood-nights/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/06/24/back-to-the-garden/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/02/lulada-club-2/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/02/danny-lipsitz/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6297
2026-08-11 20:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/06/25/the-string-queens/>
{'event_url': 'https://levittpavilion.com/2026/06/25/the-string-queens/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tThe String Queens<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>Free show: Sunday, August 16 | 7pm show, '
'6pm doors<br>\n'
'SPONSOR: <a href="https://leiferproperties.com/">LEIFER '
'PROPERTIES </a>\n'
'<br><br>\n'
'Free tickets are currently available to members. Free tickets '
'will become available to the public on Tuesday, June 30th at '
'10AM ET. Reserve free tickets in advance via Reserve button '
'below. <br>\n'
'Box office opens on-site 2-hours before show time; free tickets '
'available on a first come basis, based on space and '
'availability.\n'
'<br>\n'
'<br>\n'
'The String Queens is an award-winning, genre-defying string trio '
'celebrated for its dynamic performances that seamlessly blend '
'classical music with jazz, hip-hop, R&B, and popular styles. '
'With a mission to educate, inspire, and empower audiences '
'through music that reflects diverse cultural experiences, the '
'ensemble is committed to breaking down barriers in the '
'performing arts while championing equity, access, and '
'representation both on stage and in the classroom.\n'
'Renowned for their artistry, versatility, and engaging stage '
'presence, The String Queens have performed on some of the '
'world’s most prestigious stages and platforms. Their notable '
'appearances include the 2021 Presidential Inauguration Concert, '
'NPR’s Tiny Desk Concert series, ESPN’s Wimbledon Championship '
'campaign, and collaborations with the National Symphony '
'Orchestra and Capital City Symphony. The trio has also been '
'featured at premier venues and festivals including the Hollywood '
'Bowl, Lincoln Center for the Performing Arts, the John F. '
'Kennedy Center for the Performing Arts, Birdland Jazz Club, Blue '
'Note Jazz Club Napa, the DC Jazz Festival, the Saratoga Jazz '
'Festival, and as featured performers at the Capital Jazz '
'Festival and Capital Jazz SuperCruise, as well as at the Geffen '
'Playhouse in California, where they created unique arrangements '
'of timeless works in tribute to Debbie Allen and Greg Berlanti.\n'
'<br>\n'
'<br>\n'
'Their collaborative spirit has led to performances alongside '
'iconic artists such as NEA Jazz Master and MacArthur Fellow '
'violinist Regina Carter and multiple Grammy Award–nominated '
'singer-songwriter Coco Jones, as well as appearances at '
'nationally recognized events including the BET Honors, NAMM’s '
'Conference Rally for Music Education, and major televised '
'broadcasts. Through these collaborations, The String Queens '
'continue to expand the role of string music within contemporary '
'culture while honoring its classical roots.\n'
'<br>\n'
'<br>\n'
'The trio’s discography, including The String Queens (2019), Our '
'Favorite Things (2020), and RISE (2022), showcases their '
'signature sound and commitment to innovative programming. '
'Building on this momentum, The String Queens will release its '
'highly anticipated fourth studio album on Summer 2026, '
'co-produced by the aforementioned Regina Carter. The project '
'will feature special guest artists and will further expand the '
'ensemble’s genre-blending artistry and collaborative reach. '
'Their work has earned critical acclaim and multiple honors, '
'including WAMMIE Awards for Best Classical Group and Best '
'Classical Song, the Aspire Award from the Atlanta Symphony, and '
'the Jazz Education Award from the DC Jazz Festival Organization, '
'as well as national media recognition through features on CBS '
'Mornings (Emmy Award-winning segment) and Voice of America.\n'
'<br>\n'
'<br>\n'
'Beyond performance, The String Queens trio is deeply committed '
'to arts education and community engagement. As U.S. Department '
'of State Cultural Ambassadors, through the American Music Abroad '
'program, and Voting Members of the Recording Academy, the trio '
'uses its platform to promote cultural diplomacy, global artistic '
'exchange, and the advancement of the music industry at the '
'highest level. As experienced educators and clinicians, they '
'have presented workshops, masterclasses, professional '
'development sessions and keynote addresses for organizations '
'such as the Save The Music Foundation, Carnegie Hall, El Sistema '
'USA, and school districts and universities across the country. '
'Their work emphasizes culturally responsive teaching, student '
'voice, and innovative approaches to string instruction that '
'connect classical technique with contemporary relevance.\n'
'<br>\n'
'<br>\n'
'At the heart of The String Queens’ work is a belief that music '
'is a powerful vehicle for storytelling, connection, and social '
'impact. Through both performance and education, they strive to '
'inspire the next generation of musicians while reshaping the '
'landscape of string music to be more inclusive, relevant, and '
'reflective of the communities it serves.\n'
'\n'
'\n'
'\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'\n'
'\u200b\n'
'\n'
'\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 16, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/17/hollywood-nights-sept5/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/20/improvement-movement/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/08/mihali-full-band/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/14/christine-ohlman/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/07/westport-community-band-6/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/06/joy-clark/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/20/borboletta/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/21/comedy-night/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3546
2026-08-11 20:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/17/hollywood-nights-sept5/>
{'event_url': 'https://levittpavilion.com/2026/07/17/hollywood-nights-sept5/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tHOLLYWOOD NIGHTS – THE BOB SEGER '
'EXPERIENCE<br><span class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>SATURDAY, SEPTEMBER * 7PM SHOW / 6PM DOORS\n'
'<br>\n'
'<br>Take advantage of Early Bird tickets while supplies last\n'
'<b><a '
'href="https://ci.ovationtix.com/34174/production/1280075">PURCHASE '
'TICKETS</a> </b><br><br>\n'
'Enjoy exclusive member discounts to this and upcoming shows!* <a '
'href="https://ci.ovationtix.com/34174/store/packages">Get your '
'2026 Membership now</a>\n'
'<br> Already a member: <a '
'href="https://web.ovationtix.com/trs/account/34174">Log-in '
'here.</a>\n'
'<br><br>\n'
'\n'
'PREMIUM LAWN Section GA (closest to stage):<br>\n'
'Premium viewing area *and * dedicated cc bar exclusively for all '
'premium ticket holders.<br>\n'
'Early Bird: $50 / Member $45<br>\n'
'Advance: $55 / Member $49.50<br>\n'
'DAY OF SHOW: $60<br>\n'
'\n'
'<br><br>\n'
'LAWN Section GA:<br>\n'
'Ticket holders in this section will be able to enjoy the bar '
'located on the terrace.<br>\n'
'Early Bird $25 / Member $22.50<br>\n'
'Advance GA: $30 / Member $22.50<br>\n'
'DAY OF SHOW: $35\n'
'<br><br>\n'
'A $4 Facility Fee is added to all non-member tickets.\n'
'<br><br>\n'
'\n'
'Hollywood Nights – The Bob Seger Experience is the ultimate '
'tribute to Bob Seger and the Silver Bullet Band. They are a '
'9-piece band based in New Jersey who continues to strive to '
'recreate everything about Bob Seger and his music down to the '
'core. They pride themselves on carrying on the legacy of Bob '
'Seger’s unforgettable high-energy shows, roaring raspy vocals, '
'and the groundwork Bob has laid over the past 30 years. '
'Hollywood Nights shares the belief that only Bob and his fans '
'have come to know, learn, and love: Represent the voice of every '
'fan, his or her values, working-class background, and the love '
'of rock ‘n‘ roll. If you are a true fan of Bob Seger and the '
'Silver Bullet Band, you won’t want to miss Hollywood Nights\n'
'<br><br>\n'
'\n'
'\n'
'General admission, standing room, within each section. No chair '
'zones in effect in both sections. Rain or Shine. All Sales '
'Final. <i>No outside food or drink is permitted at this event. '
'No coolers. An onsite refreshment bar will be open. Bring photo '
'ID to verify 21+ for any alcohol purchase.\xa0 Food trucks will '
'be on site. More information, terms and rules below. </i>\n'
'<br><br>\n'
'\n'
'This event was originally scheduled for Saturday, July 18, and '
'due to the severe weather forecast, this event was rescheduled '
'to Saturday, September 5th. All original tickets will be '
'honored. We look forward to seeing you on Saturday, September '
'5th!\n'
'<br><br>\n'
'Proceeds from our Stars-on-Tour events help underwrite our free '
'programming. The Levitt Pavilion is a 501(c)(3) not-for-profit '
'organization. Our 2026 Season will include over 50 shows '
'presented free-of-charge. <a '
'href="https://bit.ly/LevittPavilionEnews">Sign up for our '
'enewsletter to receive updates about our Season and added shows. '
'</a>\n'
'<br><br>\n'
'*All member discounts and privileges based on limited supplies '
'and event-specific terms. \n'
'<br><br>\n'
'* ALL SCHEDULES ARE SUBJECT TO CHANGE. More show FAQ below:</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 05, 2026 | 7:00pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8999
2026-08-11 20:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/20/improvement-movement/>
{'event_url': 'https://levittpavilion.com/2026/07/20/improvement-movement/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tImprovement Movement w/ Memo<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | Thursday, AUG 13 | '
'6:30PM DOORS / 7PM Support <br>\n'
'\n'
'<br>\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below. <br><br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies, first-come basis). If all available '
'public-facing free tickets are distributed in advance, season '
'members receive priority access to a limited supply of free '
'tickets (this "member reserve" of free tickets is based on '
'limited supplies, while supplies last). </i>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your Season Membership today! '
'Members enjoy access to a member reserve of free tickets (based '
'on limited supplies) to select free shows throughout the Season '
'*plus* enjoy exclusive member discounts on paid-ticket shows '
'throughout the Season!*</a>\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'Improvement Movement, the social betterment campaign/prog-rock '
'quartet/non-denominational cult from Atlanta, GA, have made a '
'new record just for you and your modern day malaise. It’s called '
'Your Perfect Real Life, because, well, there’s a lot going right '
'these days, right? Arriving August 21, 2026 via ATO Records, '
'Your Perfect Real Life is prismatic, angular, jumpy, and '
'eccentric. It’s sure to inundate your ears, corporeal form, and '
'spiritual body with equal parts unadulterated bliss and realist '
'catharsis, or, in other words, as much good as you can '
'reasonably feel these days. \n'
'<br>\n'
'<br>\n'
'\n'
'Set in a world of chaos where the news seems to be perpetually '
'recounting stories of planes falling out of the sky, urban '
'wildfires, the uncanny nature of a southern snowfall, and '
'schlepping ads that feel plucked from a sci-fi movie, Your '
'Perfect Real Life makes an earnest case for embracing life’s '
'relentless unpredictability. Animated by the band’s baroque take '
'on the angular harmonies of grunge, the record’s eleven tracks '
'sprawl and simmer, enlivened by the Improvement Movement’s novel '
'employment of dynamics, sticky melodies, four-part harmony, and '
'a treasure trove of experimental instruments. If you’ve ever '
'found yourself enraptured by the lush harmonies of Fleet Foxes, '
'the theatrics of early Genesis tracks, or the candid intimacy of '
'Art Garfunkel, Improvement Movement may be for you. \n'
'<br>\n'
'<br>\n'
'\n'
'Improvement Movement is a democracy, and so they say, “things '
'move slow.” That may be true for the internal machinations of '
'the band, but their output has been quite regular. Each member '
'of the band, who have largely been eschewing definition, are '
'songwriters and instrumentalists who have spent the better part '
'of a decade in the fertile DIY scene in Atlanta, GA. In that '
'time they’ve been swirling, relatively undisrupted, in their own '
'primordial ooze and rubbing elbows with folks from the no wave, '
'punk, improv, and free jazz scenes. “Atlanta is about as DIY as '
'it gets,” they say. “We’ve got some of the most killing '
'musicians in the world all spread out on these kinds of islands '
'of urbanization. There’s always something new.”\n'
'<br>\n'
'<br>\n'
'\n'
'That said, the band hasn’t been in Atlanta much lately; they '
'were on the road relentlessly over the last two years, '
'supporting Unknown Mortal Orchestra, Iron & Wine, '
'Houndmouth, and Khurangbin. When it came to making a new record, '
'the slog of touring had to be reckoned with. “It was a gauntlet, '
'trying to live day by day. There was no room for anything with '
'too much premeditation.” \n'
'<br>\n'
'<br>\n'
'\n'
'Playing live that intensely meant inhabiting the music in a new '
'way, with each venue and room animating and amplifying different '
'energies and dynamics. When it came to making a new record, the '
'band—composed of Tony Aparo, Clark Hamilton, Marshall Ruffin, '
'and Zach Pyles—began considering how to expand their sound and '
'process to reflect those experiences, culminating in a record '
'that’s higher-octane than their previous offerings, but slightly '
'darker and more frenetic. \n'
'<br>\n'
'<br>\n'
'\n'
'“We all have a disposition where we’d like to be positive,” they '
'say, noting how their 2024 sophomore pursuit Slump focused in on '
'the minutiae of personal friendships, relationships, and the '
'noble pursuit of right relation. Your Perfect Real Life takes a '
'wider view, reflecting on timely yet universal themes of '
'mundanity, futility, fear, and acceptance. The band took a '
'uniquely holistic approach to composing its songs, describing '
'how they sought to write from their instruments in a way that '
'could reflect the synergy they found playing live night after '
'night. \n'
'<br>\n'
'<br>\n'
'\n'
'“All of us are songwriters before instrumentalists, so we wanted '
'to make this record as instrumentalists,” they say. The result? '
'A record that sounds more like a band organically animating '
'their ideas all together on the fly, held together with their '
'uncanny cohesion born from lengthy touring stints. It’s a sound '
'that’s caught a lot of ears in recent years–with posts of the '
'band’s live sessions garnering millions of views across the '
'internet and a wellspring of critical praise. \n'
'<br>\n'
'<br>\n'
'\n'
'The record opens in the lush sheen of the moody, '
'breakup-inspired “Still Cold.” “We ended up talking about a lot '
'of different experiences that qualify as bittersweet or '
'melancholy, including the idea that anything good happening in '
'our lives right now takes place against the ominous backdrop of '
'a world that seems ever angrier and more chaotic.” It’s a '
'sentiment that persists through the driving, anxious “Carry On,” '
'a high-energy watermark of the record fit with raucous, jolty '
'percussion, and chamber vocal harmonies. \n'
'<br>\n'
'<br>\n'
'\n'
'“Common Place” unwinds in an uneasy Escherian cycle of chords, '
'lamenting at “the loss of third spaces and the communities that '
'once filled them,” resolving at each chorus before descending '
'back into its spiralic verses. The sunny, soft-rock ballad “I '
'Do” presents the record’s core circumstance—”all we’ve got is a '
'rock and a hill”—while “21st Century” emerges with angular '
'guitars and orchestral stabs depicting a technocratic future. \n'
'<br>\n'
'<br>\n'
'\n'
'Improvement Movement has found a way to work through the weight '
'of it all by singing together—in fact, they’re group-singing '
'evangelists. In an ideal world, “every home would have a piano '
'in it and everyone should be singing,” not as an escape, but as '
'a way to alchemize our personal and collective trials. What they '
'achieve with this approach is a certain singularity: “we all '
'have different voices and timbre, and so the music ends up being '
'an amalgamation of our disparate interests and sounds.” \n'
'<br>\n'
'<br>\n'
'\n'
'The collective effervescence of sharing and making art in '
'community is one of the most life-affirming experiences we have. '
'It makes sense that a band set on bridging our brutal realities '
'and the catharsis of art-making is so plugged into that source. '
'With Improvement Movement in our ears, we may as well keep '
'pushing that rock up the hill, singing in unison. Don’t delay, '
'join today!\n'
'<br>\n'
'<br>\n'
'<br>\n'
'\n'
'The Band Memo is an NYC-based rock band with a knack for classic '
'songwriting and exploratory instrumental jams. Sharing a love '
'for folk, americana, jam, and rock music, Memo came together in '
'early 2025 and quickly honed their unique sound and electrifying '
'live performance style. Band members Quinn Tuff, James '
'Crafford, Martin Schmid, Andrew Trautmann, and Miles Clyatt have '
'all built successful careers in the New York City music scene '
'independently and together create something greater than the sum '
'of the parts. \n'
'\n'
'\n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS</a>\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 13, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4175
2026-08-11 20:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/08/mihali-full-band/>
{'event_url': 'https://levittpavilion.com/2026/07/08/mihali-full-band/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tMIHALI * Full Band Show * w/ Mr Mota + '
'Additional Support TBA!<br><span class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FRIDAY, Sept 4 | Doors: 4PM | Show: 4.30PM\n'
'<br>\n'
'w/ TBA and w/ Mr.Mota!\n'
'<br><br>\n'
'Member pre-sale active now. Take advantage of Early Bird pricing '
'while supplies last!<br>\n'
'Public on sale Friday, July 10 at 10AM ET. \n'
'<br><br>\n'
'For Mihali, music behaves much like a living being. It grows, it '
'matures, and it changes with a sentient consciousness and with '
'whims of its own. And just like music, the Vermont-based singer, '
'songwriter, guitarist, and co-founder of rock outfit Twiddle '
'continues to evolve, using his gift as one of the strongest '
'modern-day songwriters, guitarists and performers to bring '
'healing vibes and unforgettable songs to the world. \n'
' <br>\n'
'<br>\n'
'His 2022 record, Effection [released via Ineffable Records], was '
'a ten-track body of work that intertwines reggae spirit, fluid '
'soundscape architecture, and invigorating mantras meant to be '
'chanted aloud in a packed venue. With support from reggae and '
'roots rock mainstays like Iration, Chadwick Stokes (of '
'Dispatch), The Movement, The Elovaters, Jacob Hemphill (of '
'SOJA), and Iya Terra, Effection effectively brought Mihali into '
'the reggae spotlight, landing him on tour with SOJA and G. Love '
'& Special Sauce in 2024.\n'
' <br>\n'
'<br>\n'
'Continually growing and transforming with his music, Mihali '
'recently released his 3rd studio record, Before The Dream [2025 '
'via Ineffable Records], a 14-track journey that delves into his '
'personal psyche and delivers messages about life and vibes meant '
'for a day on the beach or a smoke sesh with friends. Before The '
'Dream once again features numerous huge names in the worlds of '
'reggae, rock and pop music including Little Stranger, '
'Tropidelic, Lily Fangz, G. Love, Brett Dennen, Andy Frasco, '
'Seven Suns, Satsang, and Moon Taxi, who’s guitarist/producer '
'Spencer Thomson also produced the record (alongside '
'contributions from DENM and Aurorawave’s Nathan Feinstein). \n'
' <br>\n'
'<br>\n'
'With a constant touring schedule and new music rolling out on a '
'monthly basis - with more sure to come even after his new record '
'- Mihali continues to expand his reach, touching the hearts and '
'souls of anyone who takes the time to listen.\n'
' <br>\n'
'<br>\n'
'\n'
'\n'
' <br>\n'
'<br>\n'
'A $4 Facility Fee is added to all non-member tickets.<br>\n'
'*Member discount available in advance only, and based on limited '
'supplies. Member discounts cannot be applied at the door. FF '
'waived on member tickets only, advance only. For help with '
'membership and ticket purchases, please email us at '
'boxofficelevittpavilion@gmail.com.\n'
'<br>\n'
'<br><br>\n'
'General admission, within each section. SRO zones at front of '
'each section. No chairs/blankets allowed in designated standing '
'areas. Rain or Shine. All Sales Final. <i>No outside food or '
'drink is permitted at this event. No coolers. An onsite '
'refreshment bar will be open. Bring photo ID to verify 21+ for '
'any alcohol purchase.\xa0 Food trucks will be on site. *Member '
'discount available in advance only, and based on limited '
'supplies. </i>\n'
'<br><br>\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'Proceeds from our Stars-on-Tour events help underwrite our free '
'programming. The Levitt Pavilion is a 501(c)(3) not-for-profit '
'organization. Our Season will include over 50 shows presented '
'free-of-charge. <a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">Sign '
'up for our enewsletter to receive updates about our Season and '
'added shows. </a>\n'
'<br><br>\n'
'*All member discounts and privileges based on limited supplies '
'and event-specific terms. \n'
'<br><br>\n'
'* ALL SCHEDULES ARE SUBJECT TO CHANGE.</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 04, 2026 | 4:30pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4488
2026-08-11 20:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/14/christine-ohlman/>
{'event_url': 'https://levittpavilion.com/2026/07/14/christine-ohlman/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tChristine Ohlman & Rebel Montez ft. The '
'Sin Sisters & Guests :: “Take Me To The River” : A Deep '
'Celebration of American Song<br><span class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW <br>\n'
'FRIDAY, AUGUST 14 | 7PM SHOW | 6PM Doors <br>\n'
'\n'
'<br>\n'
'<br>\n'
'In the summer of our country’s 250th birthday, on the beautiful '
'banks of the mighty Saugatuck— join in a celebration of the '
'soulful depth of America’s library of song. From Curtis '
'Mayfield to Stephen Foster, The Staple Singers, Hank Williams, '
'Willie Dixon, Sister Rosetta Tharpe and more, Ohlman and a '
'brilliant cast of singers and musicians will transport and '
'uplift you. It’ll be a not-to-be-missed, historic evening at the '
'Levitt Pavilion. \n'
'<br><br>\n'
'\n'
'Christine Ohlman’s heart has belonged to rock ‘n’ roll from just '
'about the moment she could walk and talk. By the time she '
'traveled from Boston to New York on an overnight train to make '
'her first record at the age of 16, she was already a veteran of '
'the local coffeehouse circuit around New Haven, Conn. Known as '
'“The Beehive Queen” for her towering blonde hairdo, this queen '
'of blue-eyed rock ‘n’ soul has been the longtime vocalist with '
'the Saturday Night Live Band for over 34 years. Christine was a '
'founding member of The Scratch Band, legendary throughout the '
'Northeast for their incendiary and eclectic live shows. Ohlman '
'topped the Alternate Root.com’s Readers’ Poll as top Americana '
'vocalist, and she was inducted into the National Blues Hall of '
'Fame of American Heritage International in 2017. Her voice '
'graced Quentin Tarantino’s Once Upon A Time in Hollywood with '
'The Rolling Stones. 2024 found Ohlman at No. 1 on the Billboard '
'magazine blues chart with iconic Rock & Roll Hall of Famer '
'Dion, as part of his acclaimed new CD “Girl Friends”; she also '
'guested on 2024’s “I Believe I’ll Run On,” and “True Blues '
'Brother,” all-star tributes to Wilson Pickett and Matt ‘Guitar’ '
'Murphy, respectively. Deeply embedded in the scenes of New '
'Orleans, Muscle Shoals and Nashville, Ohlman tours relentlessly '
'with her band Rebel Montez, torching clubs up and down the '
'Eastern seaboard in support of her many recordings. With her '
'trademark mile-high platinum beehive hairdo and enviable '
'collection of sequins and rhinestones, Ohlman looks like a lady '
'to be reckoned with, and when she opens her mouth to sing, the '
'truth comes out. But underneath it all lurks a no-frills '
'approach to music.\n'
'<br><br>\n'
'Sin Sisters Kathy Kessler, Janice Ingarra and Patti Rahl were '
'inducted into the New England Music Hall of Fame in November '
'2023. Long known as back-up singers for Christine Ohlman and her '
'band, the women are celebrated for their three-part harmonies, '
'and the love of singing – and each other – that is evident at '
'every performance.\n'
'\n'
'\u200b<br>\n'
'<br>\n'
' \n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 14, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2647
2026-08-11 20:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/07/westport-community-band-6/>
{'event_url': 'https://levittpavilion.com/2026/07/07/westport-community-band-6/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tWestport Community Band<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | WEDNESDAY, SEPTEMBER 16 '
'| 7.00PM SHOW / DOORS 6:00PM <br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below. <br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies). If all available public-facing free '
'tickets are distributed in advance, season members receive '
'priority access to a limited supply of free tickets (this '
'"member reserve" of free tickets is based on limited supplies, '
'while supplies last). </i>\n'
'<br>\n'
'<br>\n'
'\n'
'\n'
'The Westport Community Band, founded in 1977, is composed of '
'adult musicians from Fairfield and Westchester Counties, who '
'represent a wide variety of professional backgrounds and bring '
'diverse musical experiences to the group. All share an interest '
'in exploring challenging concert band literature, improving '
'individual technique, and creating music as an ensemble, while '
'bringing excellent entertainment to our audiences and enjoyment '
'to ourselves.\n'
'<br><br>\n'
'Under the direction of Sal LaRusso, former director of bands for '
'Weston High School, the sixty piece group performs a wide '
'variety of music including concert band compositions, show '
'tunes, marches, pop, and classical.\n'
'<br><br>\n'
'NOTE: If you had reserved a ticket for July 7th, please know it '
'will work on 9/16. \n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a href="https://bit.ly/LevittPavilionEnews">SIGN UP FOR OUR '
'ENEWS TO STAY TUNED! </a>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 16, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3097
2026-08-11 20:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/20/borboletta/>
{'event_url': 'https://levittpavilion.com/2026/07/20/borboletta/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tBorboletta : A Tribute to Santana<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | Thursday, AUG 20 | '
'6:30PM DOORS / 7:30PM Show <br>\n'
'\n'
'<br>\n'
'\n'
'Free tickets may be reserved in advance via Reserve button below '
'per the following timeline. <br><br>\n'
'Season Member access to free tickets online is active now. <br>\n'
'Public access to free tickets begins on Friday, July 24 at 10AM '
'ET<br><br>\n'
'\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies, first-come basis). . </i>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your Season Membership today! '
'Members enjoy access to a member reserve of free tickets (based '
'on limited supplies) to select free shows throughout the Season '
'*plus* enjoy exclusive member discounts on paid-ticket shows '
'throughout the Season!*</a>\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'Borboletta is more than a musical tribute to the music of Carlos '
'Santana. Keeping true to the afro-cuban, jazz, soul/blues/rock '
'roots of the music, Borboletta also captures the electrifying '
'energy of Santana’s live shows.\n'
'<br>\n'
'<br>\n'
'Comprised of stellar musicians, Borboletta crafts each show as a '
'unique performance - sometimes performing iconic sets like '
'Woodstock ’69, or performing select albums in their entirety. '
'From the moment you hear the first rhythms of drums and '
'percussion to the final note, you will not be able to stop '
'moving!\n'
'<br>\n'
'<br>\n'
'Borboletta is: Cyrus Madan - Keyboards/Vocals (Deep Banana '
'Blackout), Tim Palmieri - Guitar/Vocals (Lotus), Adrian '
'Tramontano - Drums (Twiddle), Chris DeAngelis - Bass/Vocals (The '
'Machine), Yahuba Torres - Congas/Vocals (Cool Cool Cool/ Ryan '
'Montbleu), Tony Cintron - Timbales (Tito Puente/Willie Colón)\n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS</a>\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 20, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2431
2026-08-11 20:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/21/comedy-night/>
{'event_url': 'https://levittpavilion.com/2026/07/21/comedy-night/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tComedy Night!<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | TUESDAY, SEP 15 | '
'7:00PM SHOW / 6:00PM DOORS <br>\n'
'IN ASSOCIATION WITH JOHN TOBIN PRESENTS! <br>\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button below '
'to guarantee entry - or - check in at Box Office night of show. '
'Available free entry on a first-come basis, space permitting! '
'Box Office opens on site 2-hours before show time on show '
'days. \n'
'<br>\n'
'<br>\n'
'John Tobin Presents! delivers a slate of their funniest stand-up '
'comedians for another free night of side-splitting laughs under '
'the stars!\n'
'<br>\n'
'<br>\n'
'This show was originally schedled to take place on Tuesday, July '
'21st. If you have already claimed a free ticket, it will work '
'at check-in on September 15th. <br>\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 15, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/31/logical-pretzel/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/08/01/frank-mastrone-friends-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/31/the-sweet-remains-4/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/08/01/lizzy-the-triggermen/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/23/dnr-ems-2026/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/24/anthem-reggae/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/07/26/the-red-planet/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/08/01/king-stingray/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 20:01:03 [levitt_pavilion] 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 20:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/31/logical-pretzel/>
{'event_url': 'https://levittpavilion.com/2026/07/31/logical-pretzel/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tLogical Pretzel – The Songs of Steely '
'Dan<br><span class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | SATURDAY, AUGUST 15 | '
'7:30PM SHOW / 6:30PM DOORS <br>\n'
'\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below! Free tickets are also issued day of show at the Box '
'Office which opens 2-hours before show time on show days (based '
'on available supplies). \n'
'<br>\n'
'<br>\n'
'\n'
'Logical Pretzel is an eight-piece collective honoring the music '
"of Donald Fagen and Walter Becker. The band's take on Steely Dan "
'includes infectious hits like "Rikki Don\'t Lose that Number" '
'and "My Old School", as well as jazzy deep-catalogue cuts. '
'Logical Pretzel is made up of hyperlocal talented musicians with '
'ace credentials, performing with established bands such as Ace '
'& Friends, Accidental Breakdown, The Avengers, Cover Story, '
'Laughin’ Bones, Nemesis, Old School Revue, Rock Paper Soul, and '
'Santoro & Friends. Drummer David Weber has also toured '
'nationally with such acts as Copperhead (which he co-founded), '
'Link Wray, and Michael Bloomfield - and opened for Steely Dan '
'and several major acts. \n'
'<br><br>\n'
'With their polished sound and joyful spirit, Logical Pretzel is '
'a celebration for Dan fans and new audiences alike. \n'
'<br><br>\n'
'Steve Hanson - Lead Vocals, backing keyboard. Steve can also be '
"seen with Cover Story and with Mark Zelenz' Solo Gig behind a "
'bass guitar. Jon Flom - Keyboards. Jon also performs with '
'Cover Story, The Avengers, and The Bards. Larry Siebert - '
'Guitar. Larry also plays in the Grateful Dead tribute bands Ace '
"& Friends and Laughin' Bones. John 'JT' Tavernesi- "
'Saxophones, flute, percussion, backing keys. JT can also be '
'seen with his reggae band Accidental Breakdown. Ed Byron - Bass '
'guitar. Ed is solely dedicated to Logical Pretzel and the music '
'of the Dan. He refuses to play anything else! Dave Weber - '
'Drums. Dave founded the band Copperhead and toured the country, '
'actually opening for Steely Dan and several major acts. Caroline '
'Brokaw Tucker - backing vocals. She can also be seen fronting '
'Rock Paper Soul Band. Megan Tyre - backing vocals. Megan is the '
'lead singer of Cover Story Band. \n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies). If all available public-facing free '
'tickets are distributed in advance, season members receive '
'priority access to a limited supply of free tickets (this '
'"member reserve" of free tickets is based on limited supplies, '
'while supplies last). </i>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 15, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 20:01:03 [levitt_pavilion] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 20:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/08/01/frank-mastrone-friends-4/>
{'event_url': 'https://levittpavilion.com/2026/08/01/frank-mastrone-friends-4/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tFrank Mastrone & Friends<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | SATURDAY, AUGUST 22 | '
'7:30PM SHOW / 6:30PM DOORS <br>\n'
'\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below! Free tickets are also issued day of show at the Box '
'Office which opens 2-hours before show time on show days (based '
'on available supplies). \n'
'<br>\n'
'<br>\n'
'Join Broadway artist Frank Mastrone and friends performing an '
'evening including Broadway favorites, American Songbook classics '
'and a few pop and classical surprises!\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies). If all available public-facing free '
'tickets are distributed in advance, season members receive '
'priority access to a limited supply of free tickets (this '
'"member reserve" of free tickets is based on limited supplies, '
'while supplies last). </i>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 22, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 20:01:03 [levitt_pavilion] 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 20:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/31/the-sweet-remains-4/>
{'event_url': 'https://levittpavilion.com/2026/07/31/the-sweet-remains-4/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tthe Sweet Remains<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | SATURDAY, SEPTEMBER 12 | '
'7:30PM SHOW / 6:30PM DOORS <br>\n'
'\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below! Free tickets are also issued day of show at the Box '
'Office which opens 2-hours before show time on show days (based '
'on available supplies). \n'
'<br>\n'
'<br>\n'
'\n'
'The Sweet Remains draw comparisons to Crosby, Stills & Nash, '
'Simon & Garfunkel, and The Eagles, while connecting with '
'fans of John Mayer, Ray LaMontagne, and Jason Mraz. Their rare '
'blend of lush three-part harmonies, folk-pop warmth, and '
'easygoing humor creates a live experience that feels both '
'timeless and refreshingly current.\n'
'<br>\n'
'<br>\n'
'\n'
'The trio — Rich Price, Greg Naughton, and Brian Chartrand — are '
'each accomplished singer-songwriters, with credits spanning solo '
'albums, international tours, film, and television. Their '
'award-winning feature film The Independents,\n'
'inspired by the band’s journey, was praised by The Hollywood '
'Reporter and LA Times and is now streaming on Amazon\n'
'Prime, Tubi, and more.\n'
'<br>\n'
'<br>\n'
'\n'
'Returning to the road with Embers, their fifth studio album '
'produced by Grammy-winner Andy Zulla, The Sweet Remains\n'
'showcase the luminous songwriting and signature harmonies that '
'have earned them more than 65 million Spotify streams and a '
'devoted worldwide following. Featuring standout tracks like When '
'The World Slowed Down, Don’t Count Me Out, and the introspective '
'title track Ember, the album affirms their place as one of '
'today’s most engaging folk-rock acts.\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies). If all available public-facing free '
'tickets are distributed in advance, season members receive '
'priority access to a limited supply of free tickets (this '
'"member reserve" of free tickets is based on limited supplies, '
'while supplies last). </i>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 12, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-11 20:01:03 [levitt_pavilion] 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 20:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/08/01/lizzy-the-triggermen/>
{'event_url': 'https://levittpavilion.com/2026/08/01/lizzy-the-triggermen/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tLizzy & the Triggermen<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | FRIDAY, AUGUST 28 | '
'7:30PM SHOW / 6:30PM DOORS <br>\n'
'\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below! Free tickets are also issued day of show at the Box '
'Office which opens 2-hours before show time on show days (based '
'on available supplies). \n'
'<br>\n'
'<br>\n'
'LA-based big band, Lizzy & the Triggermen, make vintage '
'music for modern times. As NPR raves, they are "one part Eartha '
'Kitt, one part Ella Fitzgerald, one part Amy Winehouse." '
'Underneath the retro glamour is a captivatingly modern band who '
'is just as at home selling out legendary venues like the '
'Troubadour as topping the jazz charts (#3 iTunes) alongside '
'heavyweights like Miles Davis and Kamasi Washington.\n'
' <br>\n'
'<br>\n'
'Their shows are a joyously subversive mixture of vintage gems, '
'showtunes, and swinging originals about everything from fast '
'fashion to fascism. Like the songs of Prohibition Era which so '
'inspire them, their music boldly tackles our troubles and turns '
'them into killer dance songs that fill the audience with joy the '
'way only a wailing horn section can.\n'
' <br>\n'
'<br>\n'
'At the helm is Lizzy: a charismatic siren with a searing wit and '
'soaring voice. Her "powerhouse vocals" (Broadway World), forged '
'singing opera, recall the great old divas while still sounding '
'completely unique and new. Her songwriting, which Janis Ian '
'likened to Leonard Cohen, is filled with the same biting humor '
'she used to create TV comedies for HBO, Amazon, Legendary, CBS, '
'and the History Channel, garnering multiple Emmy nominations.\n'
' <br>\n'
'<br>\n'
"But the star power doesn't stop with Lizzy. It emanates through "
'her entire incredible band, a multi-generational dream team of '
'crushers who have played with everyone from Harry Connick Jr. to '
'Benny Goodman. In fact, their arranger played lead trombone as '
"well as did some arranging for Goodman's last orchestra.\n"
' <br>\n'
'<br>\n'
'There is no doubt that what Lizzy & the Triggermen are doing '
'is audaciously against the grain, but it is clearly resonating '
'across a broad range of audiences. It is a testament to how '
'versatile and visceral their music is that they have not only '
'toured with iconic rock band, Squeeze, to standing ovations and '
'calls for encores, but also have been selected for top festivals '
'(Tucson Jazz Festival, SXSW), co-headlined Modernism Week '
'alongside Samara Joy and Nancy Sinatra, and have garnered '
'millions of views on social media.\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies). If all available public-facing free '
'tickets are distributed in advance, season members receive '
'priority access to a limited supply of free tickets (this '
'"member reserve" of free tickets is based on limited supplies, '
'while supplies last). </i>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>August 28, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3816
2026-08-11 20:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/07/23/dnr-ems-2026/>
{'event_url': 'https://levittpavilion.com/2026/07/23/dnr-ems-2026/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tDNR: The (Almost) All-Physician Rock Band! '
'Annual Tribute to First Responders & Westport EMS<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | Thursday, SEP 10 | '
'6:30PM DOORS / 7:30PM Show <br>\n'
'Sponsor: Westport Parks & Recreation<br>\n'
'\n'
'\n'
'<br>\n'
'\n'
'Free tickets may be reserved in advance via Reserve button below '
'per the following timeline. <br><br>\n'
'Season Member access to free tickets online is active now. <br>\n'
'Public access to free tickets begins on Friday, July 24 at 10AM '
'ET<br><br>\n'
'\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies, first-come basis). . </i>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your Season Membership today! '
'Members enjoy access to a member reserve of free tickets (based '
'on limited supplies) to select free shows throughout the Season '
'*plus* enjoy exclusive member discounts on paid-ticket shows '
'throughout the Season!*</a>\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'Tickets are free -- Donations are welcome: Whether or not you '
'are able to claim a free ticket to this event, <a '
'href="https://www.westportems.org/donate/">please make a '
'donation to the Westport Volunteer Emergency Medical Service '
'(WVEMS) here</a> if you can. \n'
'<br>\n'
'<br>\n'
'\n'
"Fairfield County's (Almost) All Physician Rock Band plays an "
'infectious mix of rock, Motown, oldies, and contemporary hits. '
'D.N.R. delivers danceable vintage tunes from the ‘60s and ’70’s, '
'including hits by Bruce Springsteen, the Rolling Stones, Van '
'Morrison and the Beatles, plus favorites from the 80’s and '
'90’s! \n'
'<br>\n'
'<br>\n'
'\n'
'DNR MEMBERS: Lynn Padell, Fred Ury, Dr. Bob Altbaum, Dr. Andrew '
'Parker, Kevin J. Fox, Dr. Rich Frank, and Gnorm.\n'
'<br>\n'
'<br>\n'
'\n'
'The Levitt Pavilion presents this Annual Tribute starring DNR in '
'honor of First Responders everywhere and in support of Westport '
'Volunteer EMS. \n'
'<br>\n'
'<br>\n'
'Tickets are free -- Donations are welcome: All proceeds from '
'this special evening are directed to the Westport Volunteer '
'Emergency Medical Service (WVEMS). Whether or not you are able '
'to claim a free ticket to this event, <a '
'href="https://www.westportems.org/donate/">please make a '
'donation to Westport EMS here</a> if you can. \n'
'<br>\n'
'<br>\n'
'An insightful article regarding how Westport VEMS works - please '
'read: \n'
'<a '
'href="https://06880danwoog.com/2021/06/14/ems-is-here-for-us-are-we-here-for-them/">"EMS '
'is here for us. Are we here for them?"</a>\n'
'\n'
'\n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS</a>\n'
'\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 10, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 20:01:03 [levitt_pavilion] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 20:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/08/01/king-stingray/>
{'event_url': 'https://levittpavilion.com/2026/08/01/king-stingray/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tKing Stingray<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | WEDNESDAY, SEPTEMBER 23 '
'| 7:30PM SHOW / 6:30PM DOORS <br>\n'
'\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below! Free tickets are also issued day of show at the Box '
'Office which opens 2-hours before show time on show days (based '
'on available supplies). \n'
'<br>\n'
'<br>\n'
'King Stingray is a story of lifelong friendship. Growing up '
'together in Yirrkala North-East Arnhem Land (a very remote '
'Aboriginal community on in the northern tip of Australia) '
'founding members Theo Dimathaya Burarrwanga(frontman) and Roy '
'Kellaway (guitar) have been playing and making music together '
'for as long as they can remember. Read more about their unique '
'story here. The band blend ancient indigenous melodies (Yolŋu '
'Manikay) with surf, indie and funk influences to create their '
'unique “Yolŋu surf-rock” sound which has captivated the nation.\n'
'<br>\n'
'<br>\n'
'Hailed as "one of the most exciting acts in the country today" '
"(NME), King Stingray took out triple j's 'Unearthed Artist of "
"the Year' J Award for 2021, NME Australia's 'Best New Act From "
"Australia' and Rolling Stone Australia's 'Best New Artist' award "
'all before an album was released. Their much-anticipated debut '
'LP ‘King Stingray’ dropped in August 2022, supported by a '
'typically cheeky campaign encouraging fans to take #kingstingday '
'off to celebrate the album’s release. The band was nominated for '
'a whopping five ARIA Awards (including a win for the ‘Michael '
'Gudinski Breakthrough Artist’). In 2023 the band won the '
'‘Australian Music Prize. A total of five singles from the album '
'made itinto triple j’s Hottest 100 making it the second most '
'successful Aussie debuts in the history of the countdown.\n'
'<br>\n'
'<br>\n'
'With 2 albums under their belt now on the live front, the band '
"hasn't missed a beat. They’ve toured all around the country "
'playing all the major festivals such as Splendour in the Grass, '
'Falls and Spilt Milk to name a few. They supported Midnight Oil '
'on their national stadium tour and performed before more than '
'100,000 people at the MCG stadium during the AFL ‘Dreamtime at '
'the G’ match. Every one of their headline tours has sold out '
'entirely. 2024 ended with a 15 date support tour of the US with '
'their mates King Gizzard and the Wizard Lizard with and as 2025 '
'is kicking off they are about to perform a massive theatre '
'headline tour right across the country again with their '
'sophomore album ‘For The Dreams’.\n'
'<br>\n'
'<br>\n'
'With fans in every corner of the country, King Sting have had '
'the opportunity to work on some serious collaborations including '
'one with retail giant Cotton On where a range of eco-friendly '
'King Stingray apparel and accessories were designed and sold in '
'over 280 stores across the country. The band is doing another '
'collab with Cotton On in 2023 that will be launched in the US '
'and parts of Europe and Asia too. In addition to this the band '
'has partnered with surf brand Billabong to launch a massive King '
'Stingray + Billabong clothing range (mens and womens) that was '
'launched in 2024 in the US, Europe/UK and Japan. They also '
'recorded an epic version of Down Under by Men At Work for '
'Tourism Australia’s Come and Say G’day campaign, which served as '
'a conduit to their first international trip as a band and '
'anofficial introduction to the rest of the world. Australia’s '
'Prime Minister Anthony Albanese has even championed the band on '
'multiple occasions, selecting Get Me Out as his favourite song '
'of 2022, and wearing his King Stingray t-shirt on Aus Music T '
'Shirt Day!\n'
'<br>\n'
'<br>\n'
'NME AUSTRALIA - ⭐⭐⭐⭐⭐- "Both a heartfelt tribute to their roots '
'and a bold manifesto for a sprawling future"\n'
'<br>\n'
'<br>\n'
'ROLLING STONE - ⭐⭐⭐⭐⭐ - "Destined to be an instant classic." \n'
'<br>\n'
'<br>\n'
'THE GUARDIAN: "Most bands would be proud to have a collection '
'like this on a greatest hits album."\n'
'<br>\n'
'<br>\n'
'DAILY TELEGRAPH: \n'
'"One of the country’s most exciting new acts."\n'
'<br>\n'
'<br>\n'
'TRIPLE J: "feels like an instant Australian classic"\n'
'<br>\n'
'<br>\n'
'THE FADER: "profoundly charismatic"\n'
'\n'
'\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts! Get your 2026 Membership now! Members '
'also enjoy access to a member reserve of free tickets (based on '
'limited supplies) to free shows throughout the Season *plus* '
'enjoy exclusive member discounts on paid-ticket shows throughout '
'the season!*</a>\n'
'<br>\n'
'<br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies). If all available public-facing free '
'tickets are distributed in advance, season members receive '
'priority access to a limited supply of free tickets (this '
'"member reserve" of free tickets is based on limited supplies, '
'while supplies last). </i>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 23, 2026 | 7:30 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://levittpavilion.com/2026/08/03/brian-lopez-electric-trio/> (referer: https://levittpavilion.com/calendar/)
2026-08-11 20:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 20:01:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-11 20:01:04 [levitt_pavilion] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-11 20:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://levittpavilion.com/2026/08/03/brian-lopez-electric-trio/>
{'event_url': 'https://levittpavilion.com/2026/08/03/brian-lopez-electric-trio/',
'platform': 'Levitt Pavilion',
'platform_hash': '3f35e55d2c0ec288cab41fdac6dd325d',
'raw_body': '<div class="txt-wrap">\n'
'\t\t\t\t\t\t\t\t\t<h2> \n'
'\t\t\t\t\t\t\t\t\t\tBrian López Electric Trio<br><span '
'class="subtitle"></span>\n'
'\t\t\t\t\t\t\t\t\t</h2>\n'
'\t\t\t\t\t\t\t\t\t<p>FREE TICKET SHOW | SUNDAY, SEPTEMBER 13 | '
'7:00PM SHOW / 6:00PM DOORS \n'
'<br>\n'
'<br>\n'
'Free tickets may be reserved in advance via Reserve button '
'below! Free tickets are also issued day of show at the Box '
'Office which opens 2-hours before show time on show days (based '
'on available supplies). \n'
'<br>\n'
'<br>\n'
'Shining bright under the Arizona sun, singer-songwriter and '
'producer Brian López has been influential in defining the '
'American Southwest sound over the past two decades. A '
'classically-trained musician with indie-rock roots, López, '
'bridges genres from indie and art rock to Americana, '
'psychedelia, folk, cumbia and chamber pop\n'
'<br>\n'
'<br>\n'
'His critically acclaimed fourth studio album, TIDAL, exudes the '
'famed desert romantic’s sweet magnetism and characteristic '
'Southwestern psychedelic tendencies. It was named “Album of the '
'Month” on FIP national radio in France and was featured in major '
'music outlets worldwide, including NPR, Americana UK, and '
'Rolling Stone France. Recorded at his own Dust and Stone '
'Studios in Tucson, Arizona, TIDAL has been described as “the '
'mature, baroque, sunlight-and-shade album that a few lucky '
'artists get to make in their careers… A psychedelic '
'masterpiece.”\n'
'<br>\n'
'<br>\n'
'Since TIDAL’s 2023 release López has captivated live audiences '
'across North America and Europe, headlining at the Kennedy '
'Center in Washington D.C., and opening for acclaimed bands like '
'Calexico and DeVotchKa.\n'
'<br>\n'
'<br>\n'
'In addition to his solo repertoire, López has been an active '
'member in the band Calexico since 2018, an influence that runs '
'deeply in his craft. He also has toured with Gaby Moreno, '
'Nouvelle Vague, KT Tunstall, Giant Sand, Mexican Institute of '
'Sound, and is a founding member and frontman of the psych/cumbia '
'rock outfit, XIXA.\n'
'<br>\n'
'<br>\n'
'He’s been a featured artist on many recordings, including Amos '
'Lee’s “Windows Are Rolled Down”, Calexico‘s “California '
'Dreamin”, and KT Tunstall‘s album “Invisible Empire // Crescent '
'Moon”, amongst others. His music has recently been featured in '
'CBS’ “Coyote”, Netflix‘s “October Faction”, and Amazon Prime’s '
'“Night Sky”.\n'
'<br>\n'
'<br>\n'
'Highlights: \n'
'<br>\n'
'<br>\n'
'“TIDAL is the mature, baroque, sunlight-and-shade album that a '
'few lucky artists get to make in their careers… A psychedelic '
'masterpiece.” - Hollywood.com \n'
'<br>\n'
'<br>\n'
'“A vibrant journey into the imagination… Songs that blend the '
'sound and feel of cosmic psychedelia with the mystery of the '
'Arizona desert” – Americana UK\n'
'<br>\n'
'<br>\n'
'“A perfect introduction to your new favorite troubadour” – KCRW\n'
'<br>\n'
'<br>\n'
'“With his new album TIDAL, the guitarist of XIXA and Calexico '
'shows a true talent as a songwriter, against a desert rock '
'backdrop” - Rolling Stone France \n'
'<br>\n'
'<br>\n'
'“Like any good mushroom trip, you’ll emerge from TIDAL fueled by '
'a lustrous afterglow, craving more” – Psychedelic Scene\n'
'<br>\n'
'<br>\n'
' “Psychedelic chamber-pop with the surrealist touch of Dalí." - '
'German Rolling Stone \n'
'<br>\n'
'<br>\n'
'"...the missing link between Devendra Banhart and Roy Orbison” - '
'Musikexpress\n'
'<br>\n'
'<br>\n'
'“Indie rock and folk this side of Elliott Smith” - PopMatters\n'
'\n'
' <br>\n'
'<br>\n'
'\n'
'Fun fact: López joined Calexico’s 20th “Feast of Wire” '
'Anniversary Tour across Europe and the U.S. in 2023 - which '
'included a tour stop at the Levitt Pavilion. \n'
' <br>\n'
'<br>\n'
'Photo Credit: Antonio Triolo \n'
'<br>\n'
'<br>\n'
'Presented in celebration of Hispanic Heritage Month and the '
'America250 Series. \n'
'<br>\n'
'<br>\n'
'From the National Museum of the American Latino - Smithsonian '
'Institute: Hispanic Heritage Month is celebrated each year from '
'September 15 to October 15. It began as a week-long celebration '
'in 1968 under President Johnson and was expanded to a month by '
'President Reagan 20 years later in 1988. The month-long '
'celebration provides more time to properly recognize the '
'significant contributions Hispanic/Latino Americans have made in '
'the United States.\n'
' <br>\n'
'<br>\n'
'Hispanic Heritage Month provides an additional opportunity to '
'explore the incredible impact Latinas and Latinos have had on '
'the United States for generations. The Latino presence in '
'America spans centuries, predating Spain’s colonization of what '
'is now part of the United States, and they have been an integral '
'part of shaping our nation since the Revolutionary War. Through '
'the Treaty of Guadalupe Hidalgo and the Treaty of Paris that '
'followed the Mexican-American and Spanish-American wars, the '
'United States gained territories in the Southwest and Puerto '
'Rico. This incorporated the people of this area into the United '
'States and further expanded the presence of Hispanic '
'Americans. \n'
'\n'
'<a '
'href="https://latino.si.edu/learn/teaching-and-learning-resources/hispanic-heritage-month-resources/hispanic-heritage-month">Continue '
'reading. </a>\n'
'\n'
'\n'
'<br><br><br>\n'
'The Levitt Pavilion 2026 Season includes over 50 shows presented '
'free-of-charge (free-ticket shows) - as well as our Stars on '
'Tour paid-ticket series and Gala - to fill your spring, summer '
'and fall with music, performing arts and more. \n'
'<a '
'href="https://levittpavilion.us2.list-manage.com/subscribe?u=a26457b78c409341c73c32dea&id=0f53f4ac46">SIGN '
'UP FOR OUR ENEWS TO STAY TUNED! </a>\n'
'<br><br>\n'
'<a href="https://ci.ovationtix.com/34174/store/packages">Support '
'free access to the arts and become a member. Members also enjoy '
'access to a member reserve of free tickets (based on limited '
'supplies) to free shows throughout the Season *plus* enjoy '
'exclusive member discounts on paid-ticket shows throughout the '
'season!*</a>\n'
'<br>\n'
'<br>\n'
'<i>Reminders: Free tickets are also issued via the Box Office '
'which opens 2-hours before show time on show days (based on '
'available supplies). If all available public-facing free '
'tickets are distributed in advance, season members receive '
'priority access to a limited supply of free tickets (this '
'"member reserve" of free tickets is based on limited supplies, '
'while supplies last). </i>\n'
'<br>\n'
'<br>\n'
'\n'
'TERMS: Claiming a ticket or being a guest at the venue is an '
'agreement to comply with all of the venue’s discretionary rules '
'and safety protocols which are subject to change at any time. '
'Please read all info below before claiming ticket(s). Note: '
'Policies vary from show to show; please read guidelines specific '
'to the show you are planning to attend.\n'
'</p>\n'
'\t\t\t\t\t\t\t\t\t<p>September 13, 2026 | 7:00 pm </p>\n'
'\t\t\t\t\t\t\t\t </div>'}
2026-08-11 20:01:04 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 20:01:04 [scrapy.extensions.feedexport] INFO: Stored csv feed (24 items) in: output/2026/08/11/levitt_pavilion.csv
2026-08-11 20:01:04 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 299588,
'downloader/request_count': 523,
'downloader/request_method_count/GET': 523,
'downloader/response_bytes': 9901573,
'downloader/response_count': 523,
'downloader/response_status_count/200': 523,
'elapsed_time_seconds': 31.486967,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 18, 1, 4, 64646, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 28316092,
'httpcompression/response_count': 522,
'item_scraped_count': 24,
'items_per_minute': 46.4516129032258,
'log_count/DEBUG': 597,
'log_count/ERROR': 6,
'log_count/INFO': 3,
'log_count/WARNING': 53,
'memusage/max': 99930112,
'memusage/startup': 99930112,
'offsite/domains': 1,
'offsite/filtered': 1,
'request_depth_max': 1,
'response_received_count': 523,
'responses_per_minute': 1012.2580645161289,
'scheduler/dequeued': 523,
'scheduler/dequeued/memory': 523,
'scheduler/enqueued': 523,
'scheduler/enqueued/memory': 523,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 1,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.97467453405261,
'scrapy-zyte-api/mean_response_seconds': 10.185059979557991,
'scrapy-zyte-api/processed': 1,
'scrapy-zyte-api/request_args/browserHtml': 1,
'scrapy-zyte-api/request_args/url': 1,
'scrapy-zyte-api/status_codes/200': 1,
'scrapy-zyte-api/success': 1,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 8, 11, 18, 0, 32, 577679, tzinfo=datetime.timezone.utc)}
2026-08-11 20:01:04 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (levitt_pavilion)