PROJECT (event_scrapers)
SPIDER (district_music_hall)
2026-08-11 16:20:23 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 16:20:23 [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 16:20:23 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 16:20:23 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 16:20:23 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 16:20:23 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 16:20:23 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 16:20:23 [scrapy.extensions.telnet] INFO: Telnet Password: cb86a0236b69a892
2026-08-11 16:20:23 [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 16:20:23 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x7e8fc64474c0>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/district_music_hall/c9165603958f11f1bb480050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 16:20:23 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 16:20:23 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 16:20:23 [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 16:20:23 [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 16:20:23 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 16:20:23 [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 16:20:23 [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 16:20:23 [scrapy.core.engine] INFO: Spider opened
2026-08-11 16:20:23 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.district_music_hall.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
warn(
2026-08-11 16:20:23 [district_music_hall] INFO: Sending scraped events to prod API
2026-08-11 16:20:23 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 16:20:23 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 16:20:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/> (referer: None)
2026-08-11 16:20:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/bertha-grateful-drag-1989098722825/> from <GET https://districtmusichall.com/info-page-sg/e/bertha-grateful-drag-1989098722825>
2026-08-11 16:20:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/the-wrecks-finally-outside-tour-1992029479798/> from <GET https://districtmusichall.com/info-page-sg/e/the-wrecks-finally-outside-tour-1992029479798>
2026-08-11 16:20:25 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/cradle-of-filth-majestic-in-death-ii-1993616069330/> from <GET https://districtmusichall.com/info-page-sg/e/cradle-of-filth-majestic-in-death-ii-1993616069330>
2026-08-11 16:20:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/chat-pile-who-loves-the-sun-tour-2026-1991379538807/> from <GET https://districtmusichall.com/info-page-sg/e/chat-pile-who-loves-the-sun-tour-2026-1991379538807>
2026-08-11 16:20:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/alien-ant-farm-anthology-tour-1993352411723/> from <GET https://districtmusichall.com/info-page-sg/e/alien-ant-farm-anthology-tour-1993352411723>
2026-08-11 16:20:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/phillip-phillips-let-s-go-far-tour-1992026814827/> from <GET https://districtmusichall.com/info-page-sg/e/phillip-phillips-let-s-go-far-tour-1992026814827>
2026-08-11 16:20:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/all-them-witches-21-shows-21-days-1988020814773/> from <GET https://districtmusichall.com/info-page-sg/e/all-them-witches-21-shows-21-days-1988020814773>
2026-08-11 16:20:26 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/the-damned-final-damnation-50-1987541099933/> from <GET https://districtmusichall.com/info-page-sg/e/the-damned-final-damnation-50-1987541099933>
2026-08-11 16:20:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/boy-harsher-1994511460469/> from <GET https://districtmusichall.com/info-page-sg/e/boy-harsher-1994511460469>
2026-08-11 16:20:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/the-wrecks-finally-outside-tour-1992029479798/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/sunn-o-1993841758372/> from <GET https://districtmusichall.com/info-page-sg/e/sunn-o-1993841758372>
2026-08-11 16:20:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3298
2026-08-11 16:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/the-wrecks-finally-outside-tour-1992029479798/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/the-wrecks-finally-outside-tour-1992029479798/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b248856495-1992029479798" '
'href="https://www.eventbrite.com/e/the-wrecks-finally-outside-tour-tickets-1992029479798" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1187147005%2F533131535899%2F1%2Foriginal.20260617-213757?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=1%2C1102%2C2074%2C1037&s=f988ea4779259bc5cc396064e4484f24" '
'alt="The Wrecks - Finally : OUTSIDE Tour"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b248856495-1992029479798" '
'href="https://www.eventbrite.com/e/the-wrecks-finally-outside-tour-tickets-1992029479798" '
'title="Eventbrite link to The Wrecks – Finally : OUTSIDE Tour" '
'rel="bookmark">The Wrecks – Finally : OUTSIDE Tour</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Worry Club, Kid Sistr</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-11-04T19:00:00+00:00">Wed 11.4.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:00 pm | '
'Show: 7:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b248856495-1992029479798" '
'href="https://www.eventbrite.com/e/the-wrecks-finally-outside-tour-tickets-1992029479798" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/deer-tick-1984571393461/> from <GET https://districtmusichall.com/info-page-sg/e/deer-tick-1984571393461>
2026-08-11 16:20:27 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/thrown-1992172938888/> from <GET https://districtmusichall.com/info-page-sg/e/thrown-1992172938888>
2026-08-11 16:20:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/evan-honer-it-s-an-even-longer-road-tour-1991488909939/> from <GET https://districtmusichall.com/info-page-sg/e/evan-honer-it-s-an-even-longer-road-tour-1991488909939>
2026-08-11 16:20:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/lords-of-acid-1992772504204/> from <GET https://districtmusichall.com/info-page-sg/e/lords-of-acid-1992772504204>
2026-08-11 16:20:28 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/built-to-spill-fall-2026-tour-1991574065642/> from <GET https://districtmusichall.com/info-page-sg/e/built-to-spill-fall-2026-tour-1991574065642>
2026-08-11 16:20:29 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/nekrogoblikon-1991385987094/> from <GET https://districtmusichall.com/info-page-sg/e/nekrogoblikon-1991385987094>
2026-08-11 16:20:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/thrown-1992172938888/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3085
2026-08-11 16:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/thrown-1992172938888/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/thrown-1992172938888/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b246b1ecf0-1992172938888" '
'href="https://www.eventbrite.com/e/thrown-tickets-1992172938888" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1187404472%2F533131535899%2F1%2Foriginal.20260622-154358?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&s=212f02eec9a7a69de557ca153638c81b" '
'alt="thrown"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b246b1ecf0-1992172938888" '
'href="https://www.eventbrite.com/e/thrown-tickets-1992172938888" '
'title="Eventbrite link to thrown" '
'rel="bookmark">thrown</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Norma Jean, Boltcutter, Half Me</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-03T19:00:00+00:00">Sat 10.3.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:00 pm | '
'Show: 7:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b246b1ecf0-1992172938888" '
'href="https://www.eventbrite.com/e/thrown-tickets-1992172938888" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/all-them-witches-21-shows-21-days-1988020814773/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/chat-pile-who-loves-the-sun-tour-2026-1991379538807/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5770
2026-08-11 16:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/all-them-witches-21-shows-21-days-1988020814773/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/all-them-witches-21-shows-21-days-1988020814773/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb13a29c-1988020814773" '
'href="https://www.eventbrite.com/e/all-them-witches-21-shows-21-days-tickets-1988020814773" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1182970978%2F533131535899%2F1%2Foriginal.20260424-152030?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&s=8c84df5b566f67293c801e5a9e01c36a" '
'alt="All Them Witches: 21 Shows / 21 Days"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb13a29c-1988020814773" '
'href="https://www.eventbrite.com/e/all-them-witches-21-shows-21-days-tickets-1988020814773" '
'title="Eventbrite link to All Them Witches: 21 Shows / 21 Days" '
'rel="bookmark">All Them Witches: 21 Shows / 21 Days</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Emma Ruth Rundle (solo)</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-18T20:00:00+00:00">Sun 10.18.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb13a29c-1988020814773" '
'href="https://www.eventbrite.com/e/all-them-witches-21-shows-21-days-tickets-1988020814773" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>There is a 6-ticket limit per order on '
'this show.</p><p>This event is General Admission Standing Room '
'Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div><div style="margin: 20px 10px;font-size: '
'15px;line-height: 22px;font-weight: 400;text-align: '
'left"><h3>ALL THEM '
'WITCHES</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.allthemwitches.org/" '
'title="https://www.allthemwitches.org/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="http://facebook.com/allthemwitches" '
'title="http://facebook.com/allthemwitches" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="http://instagram.com/allthemwitchesband" '
'title="http://instagram.com/allthemwitchesband" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="http://twitter.com/allthemwitches" '
'title="http://twitter.com/allthemwitches" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/29Wmfm1CojrjQ3aQP0FI65?autoplay=true" '
'title="https://open.spotify.com/artist/29Wmfm1CojrjQ3aQP0FI65?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>EMMA RUTH '
'RUNDLE</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.emmaruthrundle.com/" '
'title="https://www.emmaruthrundle.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/emmaruthrundle/" '
'title="https://www.facebook.com/emmaruthrundle/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/emmaruthrundle/" '
'title="https://www.instagram.com/emmaruthrundle/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://twitter.com/EmmaRuthRundle" '
'title="https://twitter.com/EmmaRuthRundle" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/34gLicNdz493863yZTanvC?autoplay=true" '
'title="https://open.spotify.com/artist/34gLicNdz493863yZTanvC?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6091
2026-08-11 16:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/chat-pile-who-loves-the-sun-tour-2026-1991379538807/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/chat-pile-who-loves-the-sun-tour-2026-1991379538807/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb166a9e-1991379538807" '
'href="https://www.eventbrite.com/e/chat-pile-who-loves-the-sun-tour-2026-tickets-1991379538807" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1186411415%2F533131535899%2F1%2Foriginal.20260608-153443?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&s=cfd67e15aeaf99bd21b2e00526480b7c" '
'alt="Chat Pile - Who Loves The Sun Tour 2026"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb166a9e-1991379538807" '
'href="https://www.eventbrite.com/e/chat-pile-who-loves-the-sun-tour-2026-tickets-1991379538807" '
'title="Eventbrite link to Chat Pile – Who Loves The Sun Tour '
'2026" rel="bookmark">Chat Pile – Who Loves The Sun Tour '
'2026</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Soul Glo, Shallowater</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-11-08T19:30:00+00:00">Sun 11.8.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:30 pm | '
'Show: 7:30 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb166a9e-1991379538807" '
'href="https://www.eventbrite.com/e/chat-pile-who-loves-the-sun-tour-2026-tickets-1991379538807" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div><div style="margin: 20px 10px;font-size: '
'15px;line-height: 22px;font-weight: 400;text-align: '
'left"><h3>CHAT '
'PILE</h3><p><br></p><p><strong></strong><strong>Links:</strong> '
'<a href="https://chatpile.net/home" '
'title="https://chatpile.net/home" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/chatpileband/" '
'title="https://www.facebook.com/chatpileband/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/chatpileband/" '
'title="https://www.instagram.com/chatpileband/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/4yRSUmhuSJ3KcIMljdh4fH" '
'title="https://open.spotify.com/artist/4yRSUmhuSJ3KcIMljdh4fH" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>SOUL '
'GLO</h3><p><br></p><p><strong></strong><strong>Links:</strong> '
'<a href="https://soulglophl.com/" '
'title="https://soulglophl.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/soulglophilly/" '
'title="https://www.facebook.com/soulglophilly/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/soulglophl/?hl=en" '
'title="https://www.instagram.com/soulglophl/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/0mWrp0C4ShdOjs7P29Gzan" '
'title="https://open.spotify.com/artist/0mWrp0C4ShdOjs7P29Gzan" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: '
'left"><h3>SHALLOWATER</h3><p><br></p><p><strong></strong><strong>Links:</strong> '
'<a href="https://shallowater.bandcamp.com/" '
'title="https://shallowater.bandcamp.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.instagram.com/shallowater.band/" '
'title="https://www.instagram.com/shallowater.band/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/3BV5N0bOmtkavYFUSHsfMQ" '
'title="https://open.spotify.com/artist/3BV5N0bOmtkavYFUSHsfMQ" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/alien-ant-farm-anthology-tour-1993352411723/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/bertha-grateful-drag-1989098722825/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/the-damned-final-damnation-50-1987541099933/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/phillip-phillips-let-s-go-far-tour-1992026814827/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3234
2026-08-11 16:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/alien-ant-farm-anthology-tour-1993352411723/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/alien-ant-farm-anthology-tour-1993352411723/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb23aa09-1993352411723" '
'href="https://www.eventbrite.com/e/alien-ant-farm-anthology-tour-tickets-1993352411723" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1188324145%2F533131535899%2F1%2Foriginal.20260706-214317?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&s=706669dfc54ef492652dd86900eea991" '
'alt="Alien Ant Farm - ANThology Tour"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb23aa09-1993352411723" '
'href="https://www.eventbrite.com/e/alien-ant-farm-anthology-tour-tickets-1993352411723" '
'title="Eventbrite link to Alien Ant Farm – ANThology Tour" '
'rel="bookmark">Alien Ant Farm – ANThology Tour</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Scarhaven</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-07T19:30:00+00:00">Wed 10.7.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:30 pm | '
'Show: 7:30 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb23aa09-1993352411723" '
'href="https://www.eventbrite.com/e/alien-ant-farm-anthology-tour-tickets-1993352411723" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5139
2026-08-11 16:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/bertha-grateful-drag-1989098722825/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/bertha-grateful-drag-1989098722825/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb20759c-1989098722825" '
'href="https://www.eventbrite.com/e/bertha-grateful-drag-tickets-1989098722825" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1184154893%2F533131535899%2F1%2Foriginal.20260508-202820?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.595&fp-y=0.174&s=c97d449e0834a647b2ba717976ba6ea9" '
'alt="BERTHA: Grateful Drag"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb20759c-1989098722825" '
'href="https://www.eventbrite.com/e/bertha-grateful-drag-tickets-1989098722825" '
'title="Eventbrite link to BERTHA: Grateful Drag" '
'rel="bookmark">BERTHA: Grateful Drag</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\t\u200e</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-13T20:00:00+00:00">Tue 10.13.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb20759c-1989098722825" '
'href="https://www.eventbrite.com/e/bertha-grateful-drag-tickets-1989098722825" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p><p><em></em><em>BERTHA: Grateful Drag has partnered '
'with PLUS1 so that $1 from every ticket sold goes to the '
'Triangle Community Center and their work being a leading '
'provider of programming, resources, and education to nurture '
'growth and connection within and for the LGBTQ+ '
'community.</em></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>BERTHA: GRATEFUL DRAG</h3><p>BERTHA: '
'Grateful Drag are the world’s first and only drag-infused '
'Grateful Dead tribute band, born in Tennessee in 2023 as a '
'joyful, defiant response to anti-drag legislation. What began '
'asa one-night experiment quickly sold out, caught the attention '
'of Rolling Stone and the San Francisco Chronicle, and grew into '
'an all-star, Nashville-based roots collective. Blending '
"high-octane late 70's / early 80's Dead sound Dead energy with "
'powerhouse female vocals, BERTHA delivers the classic two-set, '
'three-hour Grateful Dead experience complete with fresh setlists '
'every night. Each show also features local drag or burlesque '
'performers and raises funds for LGBTQ+ organizations, turning '
'every performance into both a celebration and a cause.Equal '
'parts jam-band devotion and queer joy, BERTHA has first-timers '
'and Deadheads alike waving that flag wide and '
'bi.</p><p><strong></strong><strong>Links: </strong><a '
'href="https://www.gratefuldrag.com/" '
'title="https://www.gratefuldrag.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website </a>| <a '
'href="https://www.facebook.com/gratefuldrag" '
'title="https://www.facebook.com/gratefuldrag" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/gratefuldrag" '
'title="https://www.instagram.com/gratefuldrag" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 13696
2026-08-11 16:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/the-damned-final-damnation-50-1987541099933/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/the-damned-final-damnation-50-1987541099933/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb19a774-1987541099933" '
'href="https://www.eventbrite.com/e/the-damned-final-damnation-50-tickets-1987541099933" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1182342260%2F533131535899%2F1%2Foriginal.20260416-173108?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.503&fp-y=0.093&s=3e45f6819ae2360c9ede97ec61386315" '
'alt="THE DAMNED – FINAL DAMNATION 50"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb19a774-1987541099933" '
'href="https://www.eventbrite.com/e/the-damned-final-damnation-50-tickets-1987541099933" '
'title="Eventbrite link to THE DAMNED – FINAL DAMNATION 50" '
'rel="bookmark">THE DAMNED – FINAL DAMNATION 50</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith The Flamin’ Groovies, The Courettes</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-17T20:00:00+00:00">Sat 10.17.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb19a774-1987541099933" '
'href="https://www.eventbrite.com/e/the-damned-final-damnation-50-tickets-1987541099933" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div><div style="margin: 20px 10px;font-size: '
'15px;line-height: 22px;font-weight: 400;text-align: '
'left"><h3>THE DAMNED</h3><p>People have been arguing about punk '
'rock since the big bang that created that high decibel universe. '
'The Damned were at the heart of that revolution and have '
'returned like resurrected vampires to take back the(ir) punk '
'rock crown.</p><p>Few bands have managed to maintain their manic '
'muse, few bands have been key catalysts to a musical genre, few '
'bands have managed to improve like fine old wines and few have '
'managed to do it with such fantastic chaos, captivating style '
'and shape shifting music as The Damned. Their mix of theatrics '
'and raw power combine to create their vaudeville immaculate and '
'gothic horror shivers, dark music hall anthems and a perfect '
'punk rock.</p><p>In the rules of rock ’n’ roll most bands fade '
'away but then the Damned were never playing by the rules. One of '
'the originals who sparked the punk rock riot doesn’t mean they '
'had to stay there. Their trip has been long and thrillingly '
'strange and ‘Darkadelic’ is a late period triumph that entwines '
'their core obsessions of garage/psyche/punk rock old black and '
'white Universal horror film soundtracks and even moments of '
'sweet jazz which they sieve with a brooding and enthralling '
'melody. This is a tasteful aural experience with exquisite '
'guitar playing delivered with a breath taking virtuosity but '
'never loses its inventive punk rock edge.</p><p>It feels they '
'have been waiting for decades to deal this hand that sees them '
'surpass their early 80s classics such as Machine Gun Etiquette, '
'Black Album and Strawberries whilst nodding at what was loved on '
'all those classic albums.</p><p>From their 1976 formation to the '
'new album this has been a wild creative trip. Playing by their '
'own rules, The Damned were the first punk band to release a '
'single in Nov 1976, the first punk band to release an album and '
'six months later they were the first punk band to release a '
'second album, they were the first punk band to tour America and '
'then the first punk band to split up. They did this all by the '
'autumn of 1977 before most people had cut their hair and even '
'woken up to punk rock.</p><p>The Damned were then the first punk '
'band to reform and came back with all guns blazing with their '
'third album, 1979’s Machine Gun Etiquette, and then lurch '
'through the years with their powder keg music, sartorial style, '
'innovative takes on psyche and goth and even a brush with pop '
'stardom in their grandiose pop goth phase of the late '
'eighties.</p><p>For a form of music that was meant to be of the '
'moment and flash in the pan, punk has become a much loved '
'historical epoch and it’s perfect that one of the form’s key '
'originators and one of the most prestigious bands coming out of '
'the 70s scene are the only true survivors and are still, '
'somehow, at the top of their dark game.</p><p>Few classic bands '
'still have the inspiration left to make albums and few make '
'albums as good as the aptly named Darkadelic. 2018’s Evil '
'Spirits finally established the band in the top ten of the album '
'charts giving the band the confidence to make an even more '
'guitar driven album that celebrates their garage psych '
'influences that have always been a part of all their best work. '
'Taking advantage of the enforced down time of the pandemic they '
'have been in creative overdrive in the past year either working '
'remotely or in Thomas Mitchener’s studio just outside '
'Watford.</p><p>The Damned may have been the punk pioneers but '
'their muse has always been multi dimensional. From their first '
'rehearsal onwards the band were beyond the cliche. They were the '
'only “classic” punk rock band to combine gothic sounds and '
'horror aesthetic with punk music, shaping a strong identity of '
'their own. They had a baritone crooning vocalist instead of a '
'shouter. They also had great songs and an intense manic energy '
'plus a wild abandon of ideas. The new album brings all these '
'threads together into a perfect whole. Their unlikely strange '
'brew of psychedelia, garage rock, punk rock with a gothic twist '
'has never sounded so well realised. It’s this seamless '
'combination of all the dark and fascinating forms of music that '
'is the key to the band, a combination that reflects the oddly '
'diverse core members of the group.</p><p>You could not get a '
'more unlikely combination of characters into one room if you '
'tried. After four decades the two leading members of the '
'original line up are as chalk and cheese as ever. The vampiric '
'stylish sex god singer David Vanian is still dealing that 24 '
'carat gold croon that pioneered Goth and gives the band a unique '
'dark flavour. The singer is ageless as the mad, bad and '
'dangerous to know Byronic vampire and is still immersed in the '
'attendant B movie culture that he is so imbued with. His partner '
'in crime is the manic songwriter and guitarist/bass player '
'Captain Sensible whose wild stage personae, hilariously perfect '
'monicker and off the cuff quips sometimes masks his brilliant '
'guitar playing and timeless knack for melody and a creative '
'sensitivity that is peaking on the album.</p><p>It’s this '
'fantastically phantasmagoric bizarre core to the band that is '
'key to their genius. They are the sartorial and stylistic '
'creative tension that is the representation of the band’s music. '
'Like all the great bands, the Damned were always a combustible '
'creative arms race from the start. They were formed by the '
'foresight and genius of Brian James who was famously described '
'by The Clash’s Mick Jones as having the vision for punk a year '
'before anyone else. Brian also had a fist full of anthems to '
'back his perception up with. Their classic November 1976 New '
'Rose debut single was released a month before the Sex Pistols '
'‘Anarchy In The UK’ putting a spiky cat amongst the pop '
'pigeons.</p><p>The Damned should have been huge. They had the '
'tunes, the style, the moment and the momentum. They hit the road '
'with Trex, threw up all over the music press and were a '
'thrilling surge of lunatic energy but they were hamstrung by '
'being on an indie label and fell apart as other punk bands were '
'catapulted into the mainstream by the majors.</p><p>Their '
'influence from that period though hangs over the worldwide punk '
'scene. The 1977 debut album with its short sharp shocks of songs '
'was a template for many teenage youth working out what punk was '
'and then its insane speed and wild energy was key to American '
'hardcore and beyond. The album’s darker moments and shivering '
'aesthetic were riders on the storm harbingers to goth and death '
'rock. As the years rolled by The Damned have been acknowledged '
'as one of the fundamentals of alternative rock history and one '
'of the most influential groups of all time. They have been '
'acclaimed by a diverse selection of bands that includes Guns '
'N´Roses, who covered New Rose on Spaghetti Incident, The Foo '
'Fighters, Depeche Mode, Minor Threat, The Misfits, Black Flag, '
'Bad Brains, Green Day, The Offspring…</p><p>That would have been '
'enough for any band but the Damned have remained restless and '
'have survived and thrived. Evil Spirits showed there was still '
'plenty of creativity in the tank and Darkaledic takes this up '
'several notches. Where once they were almost feared for their '
'wreckless and wild abandon the Damned now are respected for '
'their talent and influence and Darkadelic is the perfect '
'document of this sea '
'change.</p><p><strong></strong><strong>Links: </strong><a '
'href="https://www.officialdamned.com/" '
'title="https://www.officialdamned.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/OfficialDamned/" '
'title="https://www.facebook.com/OfficialDamned/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/thedamnedofficial/" '
'title="https://www.instagram.com/thedamnedofficial/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://twitter.com/thedamned?" '
'title="https://twitter.com/thedamned?" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/6VeL8VhaMjHTPc5uovFl3h?autoplay=true" '
'title="https://open.spotify.com/artist/6VeL8VhaMjHTPc5uovFl3h?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>THE FLAMIN\' '
'GROOVIES</h3><p><br></p><p><strong></strong><strong>Links:</strong><a '
'href="https://flamingroovies.bandcamp.com/music" '
'title="https://flamingroovies.bandcamp.com/music" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer"><strong></strong><strong> </strong>Official '
'Website</a> | <a '
'href="https://www.facebook.com/flamingrooviesofficial/" '
'title="https://www.facebook.com/flamingrooviesofficial/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/theflamingroovies/" '
'title="https://www.instagram.com/theflamingroovies/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/3yesh1QeNXucaDFw8ZPKxd" '
'title="https://open.spotify.com/artist/3yesh1QeNXucaDFw8ZPKxd" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>THE '
'COURETTES</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.thecourettes.com/" '
'title="https://www.thecourettes.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.instagram.com/thecourettes/" '
'title="https://www.instagram.com/thecourettes/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/6WgWgrr6uzaekOZjXYKD2E" '
'title="https://open.spotify.com/artist/6WgWgrr6uzaekOZjXYKD2E" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3310
2026-08-11 16:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/phillip-phillips-let-s-go-far-tour-1992026814827/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/phillip-phillips-let-s-go-far-tour-1992026814827/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb2049f3-1992026814827" '
'href="https://www.eventbrite.com/e/phillip-phillips-lets-go-far-tour-tickets-1992026814827" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1187143891%2F533131535899%2F1%2Foriginal.20260617-205705?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C499%2C3976%2C1988&s=9e283659557d24ef31d36677b53a7e89" '
'alt="Phillip Phillips: Let’s Go Far Tour"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb2049f3-1992026814827" '
'href="https://www.eventbrite.com/e/phillip-phillips-lets-go-far-tour-tickets-1992026814827" '
'title="Eventbrite link to Phillip Phillips: Let’s Go Far Tour" '
'rel="bookmark">Phillip Phillips: Let’s Go Far Tour</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Briscoe</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-11-13T20:00:00+00:00">Fri 11.13.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb2049f3-1992026814827" '
'href="https://www.eventbrite.com/e/phillip-phillips-lets-go-far-tour-tickets-1992026814827" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is Reserved Seated on the '
'Floor with Standing Room Only in the back, and Reserved Seated '
'in the Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/cradle-of-filth-majestic-in-death-ii-1993616069330/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/evan-honer-it-s-an-even-longer-road-tour-1991488909939/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3359
2026-08-11 16:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/cradle-of-filth-majestic-in-death-ii-1993616069330/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/cradle-of-filth-majestic-in-death-ii-1993616069330/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb398b0e-1993616069330" '
'href="https://www.eventbrite.com/e/cradle-of-filth-majestic-in-death-ii-tickets-1993616069330" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1188925309%2F313019821398%2F1%2Foriginal.20260715-145021?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.5&fp-y=0.5&s=e89d43f2421900b9f5069e1be52c08d0" '
'alt="CRADLE OF FILTH: Majestic In Death II"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb398b0e-1993616069330" '
'href="https://www.eventbrite.com/e/cradle-of-filth-majestic-in-death-ii-tickets-1993616069330" '
'title="Eventbrite link to CRADLE OF FILTH: Majestic In Death II" '
'rel="bookmark">CRADLE OF FILTH: Majestic In Death II</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Moonspell, Worm, Black Satellite</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-16T19:00:00+00:00">Fri 10.16.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:00 pm | '
'Show: 7:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb398b0e-1993616069330" '
'href="https://www.eventbrite.com/e/cradle-of-filth-majestic-in-death-ii-tickets-1993616069330" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3534
2026-08-11 16:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/evan-honer-it-s-an-even-longer-road-tour-1991488909939/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/evan-honer-it-s-an-even-longer-road-tour-1991488909939/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb408ad0-1991488909939" '
'href="https://www.eventbrite.com/e/evan-honer-its-an-even-longer-road-tour-tickets-1991488909939" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1186622616%2F533131535899%2F1%2Foriginal.20260610-193157?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.479&fp-y=0.195&s=870f232052a7d04345577816e7e125b7" '
'alt="Evan Honer: It’s An Even Longer Road Tour"></a> '
'</figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb408ad0-1991488909939" '
'href="https://www.eventbrite.com/e/evan-honer-its-an-even-longer-road-tour-tickets-1991488909939" '
'title="Eventbrite link to Evan Honer: It’s An Even Longer Road '
'Tour" rel="bookmark">Evan Honer: It’s An Even Longer Road '
'Tour</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Zach Seabaugh</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-21T20:00:00+00:00">Wed 10.21.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb408ad0-1991488909939" '
'href="https://www.eventbrite.com/e/evan-honer-its-an-even-longer-road-tour-tickets-1991488909939" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p><p><em></em><em>$1 per ticket will go to The '
'Cloverdale Project, which supports organizations taking care of '
'people, animals, and the world around '
'us.</em></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/built-to-spill-fall-2026-tour-1991574065642/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/boy-harsher-1994511460469/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3269
2026-08-11 16:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/built-to-spill-fall-2026-tour-1991574065642/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/built-to-spill-fall-2026-tour-1991574065642/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb41cd69-1991574065642" '
'href="https://www.eventbrite.com/e/built-to-spill-fall-2026-tour-tickets-1991574065642" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1186952357%2F533131535899%2F1%2Foriginal.20260615-172705?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C530%2C5184%2C2592&s=2f49d22f1000d0aba51186460d60cae3" '
'alt="Built to Spill Fall 2026 Tour"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb41cd69-1991574065642" '
'href="https://www.eventbrite.com/e/built-to-spill-fall-2026-tour-tickets-1991574065642" '
'title="Eventbrite link to Built to Spill Fall 2026 Tour" '
'rel="bookmark">Built to Spill Fall 2026 Tour</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Quasi, Melanie Radford</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-29T19:30:00+00:00">Thu 10.29.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:30 pm | '
'Show: 7:30 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb41cd69-1991574065642" '
'href="https://www.eventbrite.com/e/built-to-spill-fall-2026-tour-tickets-1991574065642" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:39 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/buzzcocks-celebrating-50-years-of-buzzcocks-1992061154538/> from <GET https://districtmusichall.com/info-page-sg/e/buzzcocks-celebrating-50-years-of-buzzcocks-1992061154538>
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3148
2026-08-11 16:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/boy-harsher-1994511460469/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/boy-harsher-1994511460469/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fb3e0281-1994511460469" '
'href="https://www.eventbrite.com/e/boy-harsher-tickets-1994511460469" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1189217767%2F533131535899%2F1%2Foriginal.20260720-143633?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C267%2C3274%2C1637&s=a5e42ccd1a252c228a0a680b1f31f00c" '
'alt="Boy Harsher"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fb3e0281-1994511460469" '
'href="https://www.eventbrite.com/e/boy-harsher-tickets-1994511460469" '
'title="Eventbrite link to Boy Harsher" rel="bookmark">Boy '
'Harsher</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Choir Boy, Evanora Unlimited</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-09-26T20:00:00+00:00">Sat 9.26.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fb3e0281-1994511460469" '
'href="https://www.eventbrite.com/e/boy-harsher-tickets-1994511460469" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:40 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/bingo-loco-1993615526707/> from <GET https://districtmusichall.com/info-page-sg/e/bingo-loco-1993615526707>
2026-08-11 16:20:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/buzzcocks-celebrating-50-years-of-buzzcocks-1992061154538/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3390
2026-08-11 16:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/buzzcocks-celebrating-50-years-of-buzzcocks-1992061154538/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/buzzcocks-celebrating-50-years-of-buzzcocks-1992061154538/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2481ca72b-1992061154538" '
'href="https://www.eventbrite.com/e/buzzcocks-celebrating-50-years-of-buzzcocks-tickets-1992061154538" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1187149258%2F533131535899%2F1%2Foriginal.20260617-220946?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.516&fp-y=0.089&s=47a7c1639330dbc2838b79937ffb5624" '
'alt="Buzzcocks: Celebrating 50 Years of Buzzcocks"></a> '
'</figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">WPKN '
'Community Radio 89.5 FM Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2481ca72b-1992061154538" '
'href="https://www.eventbrite.com/e/buzzcocks-celebrating-50-years-of-buzzcocks-tickets-1992061154538" '
'title="Eventbrite link to Buzzcocks: Celebrating 50 Years of '
'Buzzcocks" rel="bookmark">Buzzcocks: Celebrating 50 Years of '
'Buzzcocks</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Minds Eye</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-09-25T20:00:00+00:00">Fri 9.25.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2481ca72b-1992061154538" '
'href="https://www.eventbrite.com/e/buzzcocks-celebrating-50-years-of-buzzcocks-tickets-1992061154538" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/the-calling-before-the-world-turns-to-dust-tour-1993614665130/> from <GET https://districtmusichall.com/info-page-sg/e/the-calling-before-the-world-turns-to-dust-tour-1993614665130>
2026-08-11 16:20:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/jordan-jensen-1989611193639/> from <GET https://districtmusichall.com/info-page-sg/e/jordan-jensen-1989611193639>
2026-08-11 16:20:41 [scrapy.downloadermiddlewares.redirect] DEBUG: Redirecting (301) to <GET https://districtmusichall.com/info-page-sg/e/hatebreed-summer-slaughter-tour-2026-1990042491663/> from <GET https://districtmusichall.com/info-page-sg/e/hatebreed-summer-slaughter-tour-2026-1990042491663>
2026-08-11 16:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/deer-tick-1984571393461/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/sunn-o-1993841758372/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 11998
2026-08-11 16:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/deer-tick-1984571393461/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/deer-tick-1984571393461/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbb53cc7-1984571393461" '
'href="https://www.eventbrite.com/e/deer-tick-tickets-1984571393461" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1179405794%2F533131535899%2F1%2Foriginal.20260309-173753?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.535&fp-y=0.196&s=7edc6699b0e565e72ee2e3a05cb33f1b" '
'alt="Deer Tick"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbb53cc7-1984571393461" '
'href="https://www.eventbrite.com/e/deer-tick-tickets-1984571393461" '
'title="Eventbrite link to Deer Tick" rel="bookmark">Deer '
'Tick</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith DUG</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-11-21T20:00:00+00:00">Sat 11.21.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbb53cc7-1984571393461" '
'href="https://www.eventbrite.com/e/deer-tick-tickets-1984571393461" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div><div style="margin: 20px 10px;font-size: '
'15px;line-height: 22px;font-weight: 400;text-align: '
'left"><h3>DEER TICK</h3><p>The ninth studio album from Deer '
'Tick, <em></em><em>Coin-O-Matic</em> casts a bright light on a '
'little-known facet of the American mythos: the hidden histories '
'of the band’s home state of Rhode Island, where the everyday '
'dramas of working-class families long collided with the menace '
'of the mafia underworld. As they tapped into their infinite '
'fascination with that strange duality, singer/guitarist John '
'McCauley, guitarist/singer Ian O’Neil, drummer/singer Dennis '
'Ryan, and bassist Christopher Ryan assembled a batch of songs '
'exploring desperation, grief, redemption, and resilience with '
'both cinematic detail and lived-in emotionality. A sharp new '
'turn from one of indie-rock’s most enduringly vital forces, '
'<em></em><em>Coin-O-Matic </em>arrives as a complicated love '
'letter to a way of life slowly slipping from the collective '
'memory.</p><p>The follow-up to <em></em><em>Emotional '
'Contracts</em> (hailed by <em></em><em>Uncut </em>as one of '
'2023’s best albums), <em></em><em>Coin-O-Matic</em> takes its '
'title from a cigarette-vending-machine company that served as '
'the headquarters of Raymond Patriarca—a legendary mobster who '
'ran one of the most ruthless crime families in U.S. history. “If '
'you grew up in Rhode Island years ago, you’d see all these '
'mobsters on the news and then run into them at a restaurant on '
'Federal Hill,” says McCauley, referring to Providence’s version '
'of Little Italy. “They were criminals but also very colorful '
'characters, and I wanted the album to partly reflect a certain '
'nostalgia for that kind of seediness.”</p><p>Recorded at Deer '
'Tick’s home studio, <em></em><em>Coin-O-Matic </em>marks their '
'first self-produced album in their two-decade-plus lifespan, '
'during which they’ve enlisted A-list producers like Dave '
'Fridmann (a Grammy-winner known for his work with The Flaming '
'Lips and Spoon). “At first it was daunting not to have that '
'extra ear in the studio, but it felt like the right time to peel '
'off the Band-Aid and fully trust ourselves,” says O’Neil. “Since '
'we were working in our own space and there weren’t any '
'limitations on time, we had the freedom to take these '
'four-guys-in-a-room rock songs and experiment with different '
'ways of decorating them.” Featuring guest musicians like Los '
'Lobos’ Steve Berlin (on baritone saxophone) and former Deer Tick '
'member Rob Crowell (on organ), <em></em><em>Coin-O-Matic '
'</em>frequently brings a live-wire immediacy to their finespun '
'storytelling. “We’ve never been so comfortable making a record, '
'and I think you can feel that in the performances,” says Dennis, '
'who engineered the LP. “We weren’t beholden to anyone else’s '
'idea of what Deer Tick sounds like, and because of that this '
'album feels like an unfettered capturing of who we are as a '
'band.”</p><p><br></p><p>Centered on a series of vignettes that '
'merge personal memory and extravagantly nuanced fiction, '
'<em></em><em>Coin-O-Matic </em>opens on “Dog Years”—a quietly '
'devastating track that begins in folky intimacy before building '
'to a sorrowful catharsis. In dreaming up the song’s storyline, '
'McCauley looked back on an assisted-living facility near his '
'childhood home, where his own grandfather spent the final years '
'of his life. “The main character of ‘Dog Years’ is based on the '
'guys I used to watch playing chess outside that building or '
'hanging out at the bus stop, smoking cigarettes and shooting the '
'shit,” says McCauley. “I imagined an older gentleman losing his '
'partner and that loss accelerating his aging—almost like he was '
'doing seven years of damage with every passing '
'year.”</p><p>Deeply informed by the singular experience of '
'growing up Irish-Catholic, <em></em><em>Coin-O-Matic </em>next '
'jolts into the ramshackle jangle-pop of “Mary Singletary” and '
'its tender but irreverent tale of interfaith teenage lust. “Most '
'of the stories on the album are from my parents’ generation and '
'the generation before that, when the idea of a Catholic and a '
'Protestant getting together was very scandalous,” says McCauley. '
'“With that song in particular, I liked the idea of writing about '
'Catholic guilt and pre-marital sex and adding in a little bit of '
'<em></em><em>Looney Tunes</em>-style violence—sometimes as a '
'young Catholic boy, I did imagine a vengeful God cutting me down '
'in a cartoonish kind of way.”</p><p>Graced with all the grit and '
'warmth of a classic heartland-rock anthem, “ACI” channels a raw '
'desolation and its first-person portrait of a man imprisoned at '
'the Adult Correctional Institutions outside Providence. “When we '
'were working on the album, I used to drive past the ACI a couple '
'times a week and think of all the stories I’ve heard about the '
'mobsters who ended up there,” says McCauley. “That song started '
'with us throwing ideas around in soundcheck, and over time I '
'realized it was meant to be a prison song about the getaway '
'driver of a robbery gone wrong.” Later, on “Exit Door,” '
'<em></em><em>Coin-O-Matic</em> inhabits a gut-punching '
'melancholy as Deer Tick depict an ex-con’s return to a world he '
'barely recognizes. “I pictured someone who’s maybe in his 70s, '
'and he’s getting out of prison and all his favorite restaurants '
'are gone, everything’s completely different now,” says McCauley. '
'“On one level it’s a celebratory moment of getting your freedom '
'back, but I imagine it’s also really unsettling and confusing '
'for a lot of people.”</p><p>Lending a more intimate layer to '
'<em></em><em>Coin-O-Matic</em>’s underlying theme of '
'impermanence, “Everything Born” finds O’Neil taking the lead and '
'delivering a bittersweet meditation on the inextricable nature '
'of love and grief. “I started that song pretty soon after my son '
'was born, and I was thinking about how anything that comes into '
'existence will eventually be lost and therefore mourned,” says '
'O’Neil, who now has a seven-year-old son and five-year-old '
'daughter. “It’s tough to view the world through that lens, but I '
'wanted to write a song for my children that also speaks to that '
'feeling of precariousness.” Another look at the delicate arc of '
'life and love, “Candy Cigarettes” closes out '
'<em></em><em>Coin-O-Matic </em>with a gorgeously devastating '
'love song partly inspired by a local monument to those who died '
'in the 1981 hunger strike (a protest of British policy against '
'Irish political prisoners). “It’s a song about childhood '
'sweethearts, one of whom comes from Northern Ireland and maybe '
'has a family connection to one of the hunger strikers,” McCauley '
'explains. “There’s some allusions to recent Irish history but in '
'a very subtle way—mostly I wanted to write a pro-immigrant song, '
'and a song about a love that lasts an entire lifetime.”</p><p>In '
'its soulful contemplation of recklessness and consequence, '
'longing and devotion, <em></em><em>Coin-O-Matic</em> ultimately '
'joins the canon of rock albums whose geographically rooted '
'storytelling reveals deeper truths about the human experience. '
'“I think there’s something universal in stories of regret and '
'loss and poor decisions, even if they’re told through the lens '
'of all the odd characters in this little state of ours,” O’Neil '
'points out. “One of the reasons I wanted us to make this album '
'is that I think Rhode Island deserves to be a contender for a '
'place that people sing about,” McCauley adds. “Sonically there’s '
'nothing country about it, but to me it almost feels like a '
'country record set in an urban environment—there’s definitely '
'some outlaws in there. I hope that people see themselves in it, '
'and that they understand a little more about the place that we '
'come from.”</p><p><strong></strong><strong>Links: </strong><a '
'href="https://deertickmusic.com/" '
'title="https://deertickmusic.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/deertick/" '
'title="https://www.facebook.com/deertick/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/deertickmusic/" '
'title="https://www.instagram.com/deertickmusic/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://x.com/deertickmusic?lang=en" '
'title="https://x.com/deertickmusic?lang=en" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/3rT8xTwSOMDURtWpPyoKIO?autoplay=true" '
'title="https://open.spotify.com/artist/3rT8xTwSOMDURtWpPyoKIO?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3125
2026-08-11 16:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/sunn-o-1993841758372/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/sunn-o-1993841758372/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbb986db-1993841758372" '
'href="https://www.eventbrite.com/e/sunn-o-tickets-1993841758372" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1188932936%2F313019821398%2F1%2Foriginal.20260715-161942?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.487&fp-y=0.035&s=c3ef1f808a0e09fd1303089259a6e9d1" '
'alt="sunn O)))"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbb986db-1993841758372" '
'href="https://www.eventbrite.com/e/sunn-o-tickets-1993841758372" '
'title="Eventbrite link to sunn O)))" rel="bookmark">sunn '
'O)))</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\t\u200e</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-10T20:00:00+00:00">Sat 10.10.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbb986db-1993841758372" '
'href="https://www.eventbrite.com/e/sunn-o-tickets-1993841758372" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/lords-of-acid-1992772504204/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/nekrogoblikon-1991385987094/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3210
2026-08-11 16:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/lords-of-acid-1992772504204/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/lords-of-acid-1992772504204/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbb832a3-1992772504204" '
'href="https://www.eventbrite.com/e/lords-of-acid-tickets-1992772504204" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1187863077%2F533131535899%2F1%2Foriginal.20260629-183004?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=0%2C64%2C2048%2C1024&s=90b6eab1ece33433b6d09ae5ae17ea6c" '
'alt="Lords of Acid"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbb832a3-1992772504204" '
'href="https://www.eventbrite.com/e/lords-of-acid-tickets-1992772504204" '
'title="Eventbrite link to Lords of Acid" rel="bookmark">Lords of '
'Acid</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Princess Superstar, Tony & The Kiki, Mz '
'Neon</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-15T19:30:00+00:00">Thu 10.15.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:30 pm | '
'Show: 7:30 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbb832a3-1992772504204" '
'href="https://www.eventbrite.com/e/lords-of-acid-tickets-1992772504204" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div>with Princess Superstar, Tony & The Kiki, Mz '
'Neon</div><div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 7284
2026-08-11 16:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/nekrogoblikon-1991385987094/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/nekrogoblikon-1991385987094/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbc1efd2-1991385987094" '
'href="https://www.eventbrite.com/e/nekrogoblikon-tickets-1991385987094" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1186416130%2F533131535899%2F1%2Foriginal.20260608-162111?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.106&fp-y=0.578&s=5ff58ed97a4fc3ab63e247243d88fd23" '
'alt="Nekrogoblikon"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbc1efd2-1991385987094" '
'href="https://www.eventbrite.com/e/nekrogoblikon-tickets-1991385987094" '
'title="Eventbrite link to Nekrogoblikon" '
'rel="bookmark">Nekrogoblikon</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Aborted, Signs of The Swarm, Party Cannon</div> '
'</div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-10-31T19:00:00+00:00">Sat 10.31.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:00 pm | '
'Show: 7:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbc1efd2-1991385987094" '
'href="https://www.eventbrite.com/e/nekrogoblikon-tickets-1991385987094" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div><div style="margin: 20px 10px;font-size: '
'15px;line-height: 22px;font-weight: 400;text-align: '
'left"><h3>NEKROGOBLIKON</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.nekrogoblikonofficial.com/" '
'title="https://www.nekrogoblikonofficial.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/nekrogoblikon/" '
'title="https://www.facebook.com/nekrogoblikon/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/nekrogoblikonofficial/?hl=en" '
'title="https://www.instagram.com/nekrogoblikonofficial/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/3FILKvtNoiEfCJO9qVNCNF" '
'title="https://open.spotify.com/artist/3FILKvtNoiEfCJO9qVNCNF" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: '
'left"><h3>ABORTED</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://goremageddon.be/" '
'title="https://goremageddon.be/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/Abortedofficial/" '
'title="https://www.facebook.com/Abortedofficial/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/abortedmetal/?hl=en" '
'title="https://www.instagram.com/abortedmetal/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/1XRhUgCyzIdeT8d9KMfeDR" '
'title="https://open.spotify.com/artist/1XRhUgCyzIdeT8d9KMfeDR" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>SIGNS OF THE '
'SWARM</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://signsoftheswarm.com/" '
'title="https://signsoftheswarm.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/signsoftheswarm/" '
'title="https://www.facebook.com/signsoftheswarm/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/signsoftheswarm/?hl=en" '
'title="https://www.instagram.com/signsoftheswarm/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/0yxJx8OEyDfd7dzLsFuNrS" '
'title="https://open.spotify.com/artist/0yxJx8OEyDfd7dzLsFuNrS" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>PARTY '
'CANNON</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://party-cannon.com/" '
'title="https://party-cannon.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/PartyCannonUK" '
'title="https://www.facebook.com/PartyCannonUK" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/party_cannon_official/" '
'title="https://www.instagram.com/party_cannon_official/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/5Oz5WX5xkESHBH5I4Wp09C" '
'title="https://open.spotify.com/artist/5Oz5WX5xkESHBH5I4Wp09C" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/hatebreed-summer-slaughter-tour-2026-1990042491663/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10525
2026-08-11 16:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/hatebreed-summer-slaughter-tour-2026-1990042491663/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/hatebreed-summer-slaughter-tour-2026-1990042491663/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__unavailable">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbc98722-1990042491663" '
'href="https://www.eventbrite.com/e/hatebreed-summer-slaughter-tour-2026-tickets-1990042491663" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1185249682%2F533131535899%2F1%2Foriginal.20260522-212138?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.027&fp-y=0.517&s=318d06f64d9d16c7f3438c3c3bfde1c8" '
'alt="Hatebreed: SUMMER SLAUGHTER TOUR 2026"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbc98722-1990042491663" '
'href="https://www.eventbrite.com/e/hatebreed-summer-slaughter-tour-2026-tickets-1990042491663" '
'title="Eventbrite link to Hatebreed: SUMMER SLAUGHTER TOUR 2026" '
'rel="bookmark">Hatebreed: SUMMER SLAUGHTER TOUR 2026</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\twith Terror, Incantation, Gates To Hell, Torture, Creeping '
'Death</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-09-13T16:45:00+00:00">Sun 9.13.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 4:00 pm | '
'Show: 4:45 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbc98722-1990042491663" '
'href="https://www.eventbrite.com/e/hatebreed-summer-slaughter-tour-2026-tickets-1990042491663" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div><div style="margin: 20px 10px;font-size: '
'15px;line-height: 22px;font-weight: 400;text-align: '
'left"><h3>HATEBREED</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.hatebreed.com/" '
'title="https://www.hatebreed.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/hatebreed/" '
'title="https://www.facebook.com/hatebreed/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/hatebreedofficial/?hl=en" '
'title="https://www.instagram.com/hatebreedofficial/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a href="https://x.com/hatebreed" '
'title="https://x.com/hatebreed" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/17Mb968quDHpjCkIyq30QV?autoplay=true" '
'title="https://open.spotify.com/artist/17Mb968quDHpjCkIyq30QV?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: '
'left"><h3>TERROR</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://terror.bandcamp.com/" '
'title="https://terror.bandcamp.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/terrorhardcore/" '
'title="https://www.facebook.com/terrorhardcore/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/terrorhardcore/?hl=en" '
'title="https://www.instagram.com/terrorhardcore/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://x.com/terrorhardcore" '
'title="https://x.com/terrorhardcore" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/1GVRgPtEC6sZFqvItIk3eg" '
'title="https://open.spotify.com/artist/1GVRgPtEC6sZFqvItIk3eg" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: '
'left"><h3>INCANTATION</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.incantation.com/" '
'title="https://www.incantation.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/IncantationOfficial/" '
'title="https://www.facebook.com/IncantationOfficial/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/incantation_official/" '
'title="https://www.instagram.com/incantation_official/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://x.com/Incantation666" '
'title="https://x.com/Incantation666" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/66AXpP038gUcoKVQoO98Fz?autoplay=true" '
'title="https://open.spotify.com/artist/66AXpP038gUcoKVQoO98Fz?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>GATES TO '
'HELL</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a '
'href="https://gatestohell.bandcamp.com/album/death-comes-to-all" '
'title="https://gatestohell.bandcamp.com/album/death-comes-to-all" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/gatestohell502/" '
'title="https://www.facebook.com/gatestohell502/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/gatestohell502/" '
'title="https://www.instagram.com/gatestohell502/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://x.com/Gates2Hell502" '
'title="https://x.com/Gates2Hell502" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/5LcybrMKewCzWmVWvWAauw?autoplay=true" '
'title="https://open.spotify.com/artist/5LcybrMKewCzWmVWvWAauw?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: '
'left"><h3>TORTURE</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://torturegore.bandcamp.com/" '
'title="https://torturegore.bandcamp.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/officialtortureband/" '
'title="https://www.facebook.com/officialtortureband/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/torture091101745/?hl=en" '
'title="https://www.instagram.com/torture091101745/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://open.spotify.com/artist/3RZDT4eqUNBylEGcszixve" '
'title="https://open.spotify.com/artist/3RZDT4eqUNBylEGcszixve" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><h3>CREEPING '
'DEATH</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.creepingdeath.net/" '
'title="https://www.creepingdeath.net/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/creepingdeathtx/" '
'title="https://www.facebook.com/creepingdeathtx/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/creepingdeathtx/?hl=en" '
'title="https://www.instagram.com/creepingdeathtx/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a> | <a '
'href="https://x.com/CreepingDeathtx" '
'title="https://x.com/CreepingDeathtx" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Twitter</a> | <a '
'href="https://open.spotify.com/artist/0m8C12hSt640ovLaxlsd5u?autoplay=true" '
'title="https://open.spotify.com/artist/0m8C12hSt640ovLaxlsd5u?autoplay=true" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Spotify</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/bingo-loco-1993615526707/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3098
2026-08-11 16:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/bingo-loco-1993615526707/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/bingo-loco-1993615526707/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbccbffe-1993615526707" '
'href="https://www.eventbrite.com/e/bingo-loco-tickets-1993615526707" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1188544437%2F533131535899%2F1%2Foriginal.20260709-153045?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&s=db215e1ab15a8efa35490cb127487e67" '
'alt="Bingo Loco"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbccbffe-1993615526707" '
'href="https://www.eventbrite.com/e/bingo-loco-tickets-1993615526707" '
'title="Eventbrite link to Bingo Loco" rel="bookmark">Bingo '
'Loco</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\t\u200e</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-09-12T19:00:00+00:00">Sat 9.12.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 5:30 pm | '
'Show: 7:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbccbffe-1993615526707" '
'href="https://www.eventbrite.com/e/bingo-loco-tickets-1993615526707" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is Reserved Table Seating on '
'the Floor (up to 7 per table), and Reserved Seating in the '
'Balcony.</p><p><br></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/the-calling-before-the-world-turns-to-dust-tour-1993614665130/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://districtmusichall.com/info-page-sg/e/jordan-jensen-1989611193639/> (referer: https://districtmusichall.com/)
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3373
2026-08-11 16:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/the-calling-before-the-world-turns-to-dust-tour-1993614665130/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/the-calling-before-the-world-turns-to-dust-tour-1993614665130/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__available">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbdc9466-1993614665130" '
'href="https://www.eventbrite.com/e/the-calling-before-the-world-turns-to-dust-tour-tickets-1993614665130" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1188544389%2F533131535899%2F1%2Foriginal.20260709-153011?h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&rect=1%2C106%2C8020%2C4010&s=b88d9be2e4f254a40a553107b1a0672f" '
'alt="The Calling: Before The World Turns To Dust Tour"></a> '
'</figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbdc9466-1993614665130" '
'href="https://www.eventbrite.com/e/the-calling-before-the-world-turns-to-dust-tour-tickets-1993614665130" '
'title="Eventbrite link to The Calling: Before The World Turns To '
'Dust Tour" rel="bookmark">The Calling: Before The World Turns To '
'Dust Tour</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\t\u200e</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-09-18T20:00:00+00:00">Fri 9.18.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 7:00 pm | '
'Show: 8:00 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbdc9466-1993614665130" '
'href="https://www.eventbrite.com/e/the-calling-before-the-world-turns-to-dust-tour-tickets-1993614665130" '
'aria-label="TICKETS » on Eventbrite for Event Detail Page" '
'class="book-now__link"><button>TICKETS »</button></a> </div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is General Admission '
'Standing Room Only on the Floor, and Reserved Seated in the '
'Balcony.</p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 16:20:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3966
2026-08-11 16:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://districtmusichall.com/info-page-sg/e/jordan-jensen-1989611193639/>
{'event_url': 'https://districtmusichall.com/info-page-sg/e/jordan-jensen-1989611193639/',
'platform': 'District music hall',
'platform_hash': '6b4f271fdfa7af47c0eb25b6ae68b653',
'raw_body': '<section class="wfea default collegestreetmusichall-v2 sg '
'sg-details"><article class="sg-details sg__event status-live '
'city-norwalk region-ct country-us event__public '
'event__sold-out">\n'
' <div class="sg__hero">\n'
'\t\t <figure class="">\n'
'\t\t<a id="wfea-popup-img-6a7b2fbde2e22-1989611193639" '
'href="https://www.eventbrite.com/e/jordan-jensen-tickets-1989611193639" '
'rel="bookmark"><img decoding="async" class="wp-post-image" '
'src="https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F1184942560%2F533131535899%2F1%2Foriginal.20260519-140328?crop=focalpoint&fit=crop&h=200&w=450&auto=format%2Ccompress&q=75&sharp=10&fp-x=0.076&fp-y=0.464&s=c412b445913a72d3ed94c9033fffb17c" '
'alt="Jordan Jensen"></a> </figure>\n'
'\t </div>\n'
' <div class="sg__content-wrap">\n'
' <div class="sg__head-group">\n'
'\t\t\t\t\t<div class="sg__presented-by presented-by">Premier '
'Concerts and Manic Presents:</div>\n'
'\t\t<h2 class="sg__title wfea-header__title entry-title ">\n'
'\t<a id="wfea-popup-title-6a7b2fbde2e22-1989611193639" '
'href="https://www.eventbrite.com/e/jordan-jensen-tickets-1989611193639" '
'title="Eventbrite link to Jordan Jensen" rel="bookmark">Jordan '
'Jensen</a></h2>\n'
'\n'
'<div class="sg__summary">\n'
'\t\u200e</div> </div>\n'
'\n'
' \n'
' <div class="sg__content-group">\n'
' \t <time class="sg__head-date">\n'
'\t\t<time class="eaw-time published" '
'datetime="2026-08-15T19:30:00+00:00">Sat 8.15.26</time> '
'</time>\n'
'\t\t\t<div class="sg__door-time door-time">Doors: 6:30 pm | '
'Show: 7:30 pm</div>\n'
'\t\t <div class="sg__age-resriction age-restriction">All '
'Ages</div>\n'
'\t\t <div class="sg__location location">\n'
' District Music Hall<div class="city-region">Norwalk, '
'CT</div> </div>\n'
' </div>\n'
'\n'
' <div class="sg__cta">\n'
'\t <div class="sg__cta-wrap">\n'
'\t\t\t\t\n'
'\t\t\t\t<div class="sg__buttons">\n'
'\t\t\t\t\t <div class="sg__booknow booknow ">\n'
'\t\t<a id="wfea-popup-booknow-6a7b2fbde2e22-1989611193639" '
'href="https://www.eventbrite.com/e/jordan-jensen-tickets-1989611193639" '
'aria-label="SOLD OUT on Eventbrite for Event Detail Page" '
'class="sold-out__link disabled"><button>SOLD OUT</button></a> '
'</div>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n'
'\n'
'\t\t\t\t\t </div>\n'
'\t </div>\n'
' </div>\n'
'</article>\n'
'\n'
'<summary class="sg-details-summary">\n'
'\t<div class="sg__content entry-content">\n'
' <div class="sg__excerpt excerpt">\n'
'\t\t<div style="margin-top: 20px"><div style="margin: 20px '
'10px;font-size: 15px;line-height: 22px;font-weight: '
'400;text-align: left"><p>This event is Reserved Seated on the '
'Floor, and Reserved Seated in the Balcony.</p></div><div '
'style="margin: 20px 10px;font-size: 15px;line-height: '
'22px;font-weight: 400;text-align: left"><h3>JORDAN '
'JENSEN</h3><p><br></p><p><strong></strong><strong>Links: '
'</strong><a href="https://www.jordanjensencomedy.com/" '
'title="https://www.jordanjensencomedy.com/" target="_blank" '
'data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Official Website</a> | <a '
'href="https://www.facebook.com/jordanjensencomedy/" '
'title="https://www.facebook.com/jordanjensencomedy/" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Facebook</a> | <a '
'href="https://www.instagram.com/jordanjensenlolstop/?hl=en" '
'title="https://www.instagram.com/jordanjensenlolstop/?hl=en" '
'target="_blank" data-msys-clicktrack="0" rel="nofollow noopener '
'noreferrer">Instagram</a></p></div></div> </div>\n'
'</div></summary> </section>'}
2026-08-11 16:20:47 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 16:20:47 [scrapy.extensions.feedexport] INFO: Stored csv feed (21 items) in: output/2026/08/11/district_music_hall.csv
2026-08-11 16:20:47 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 13729,
'downloader/request_count': 43,
'downloader/request_method_count/GET': 43,
'downloader/response_bytes': 448012,
'downloader/response_count': 43,
'downloader/response_status_count/200': 22,
'downloader/response_status_count/301': 21,
'elapsed_time_seconds': 24.455985,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 14, 20, 47, 944606, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 1528839,
'httpcompression/response_count': 22,
'item_scraped_count': 21,
'items_per_minute': 52.5,
'log_count/DEBUG': 106,
'log_count/INFO': 3,
'memusage/max': 99647488,
'memusage/startup': 99647488,
'request_depth_max': 1,
'response_received_count': 22,
'responses_per_minute': 55.0,
'scheduler/dequeued': 43,
'scheduler/dequeued/memory': 43,
'scheduler/enqueued': 43,
'scheduler/enqueued/memory': 43,
'start_time': datetime.datetime(2026, 8, 11, 14, 20, 23, 488621, tzinfo=datetime.timezone.utc)}
2026-08-11 16:20:47 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (district_music_hall)