PROJECT (event_scrapers)
SPIDER (jazzfc)
2026-08-11 19:00:32 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-11 19:00:32 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
'libxml2': '2.14.6',
'cssselect': '1.3.0',
'parsel': '1.10.0',
'w3lib': '2.0.0',
'Twisted': '25.5.0',
'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
'cryptography': '46.0.3',
'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-11 19:00:32 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-11 19:00:32 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-11 19:00:32 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-11 19:00:32 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-11 19:00:32 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-11 19:00:32 [scrapy.extensions.telnet] INFO: Telnet Password: ac722cb82eb19abe
2026-08-11 19:00:32 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.logcount.LogCount',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats']
2026-08-11 19:00:32 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
'FEED_EXPORT_ENCODING': 'utf-8',
'FEED_URI_PARAMS': <function _feed_uri_params at 0x7433c8137380>,
'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/jazzfc/26e4125d95a611f1890f0050565fa5d9.log',
'NEWSPIDER_MODULE': 'event_scrapers.spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-11 19:00:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 19:00:32 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-11 19:00:32 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-11 19:00:32 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-11 19:00:32 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-11 19:00:32 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.open_spider)
2026-08-11 19:00:32 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
self._check_mw_method_spider_arg(pipe.process_item)
2026-08-11 19:00:32 [scrapy.core.engine] INFO: Spider opened
2026-08-11 19:00:32 [jazzfc] INFO: Sending scraped events to prod API
2026-08-11 19:00:32 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-11 19:00:32 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-11 19:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://jazzfc.org/events/> (referer: None)
2026-08-11 19:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://jazzfc.org/event/janice-friedman-4/> (referer: https://jazzfc.org/events/)
2026-08-11 19:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://jazzfc.org/event/bob-devos/> (referer: https://jazzfc.org/events/)
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15781
2026-08-11 19:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://jazzfc.org/event/janice-friedman-4/>
{'event_url': 'https://jazzfc.org/event/janice-friedman-4/',
'platform': 'JazzFC',
'platform_hash': 'cb918db3418b73d10a030b504acc33d3',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://jazzfc.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Janice '
'Friedman</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<h2><span class="tribe-event-date-start">September 10 @ 7:30 '
'pm</span> - <span class="tribe-event-time">10:00 pm</span></h2> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Janice Friedman - JazzFC" '
'data-viewtitle="Janice Friedman" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/september-3-closed-for-labor-day-weekend/"><span>«</span> '
'September 3 Closed for Labor Day Weekend</a></li>\n'
'<li class="tribe-events-nav-next">\n'
'</li></ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-13605 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry '
'tribe_events_cat-jazz-rabbi-series cat_jazz-rabbi-series" '
'id="post-13605">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="Janice Friedman '
'jazz musician professional portrait photograph" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="512" '
'src="https://jazzfc.org/wp-content/uploads/2018/01/Janice-Friedman.gif" '
'width="396"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<p>Pianist <strong>Janice Friedman</strong> has joined musical '
'forces with some of the biggest names in Jazz including Joe '
'Lovano, Lew Tabakin, and Billy Higgins. The famous pianist, '
'Marian McPartland,\xa0not only had her on “Piano Jazz,”\xa0but '
'also had her join her on tour around the country. Janice has '
'recorded with such varied musicians as Milt Hinton, Warren '
'Vache’ and\xa0Claudio Roditi. She brings the phrasing of the '
'horns to her playing perhaps because she has been the pianist in '
'so many big bands. She is one of the few women to ever tour '
'extensively with The Woody Herman Orchestra.</p>\n'
'<p>Having played in the most famous of concert halls and notable '
'clubs from Carnegie Hall and the JFK Arts Center to the Blue '
'Note, Birdland, Kitano, Smoke,\xa0Dizzy’s Jazz Club, Sweet '
'Rhythm and\xa0Iridium in NYC, you can safely say she has wowed '
'audiences from coast to coast and on practically every continent '
'on the globe.</p>\n'
'<p>Janice Friedman - piano</p>\n'
'<p>Dave Kingsnorth - bass</p>\n'
'<p>Mike Campenni- drums</p>\n'
'<p>Greg Wall - saxes</p>\n'
'<p>\xa0</p>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260910T193000/20260910T220000&text=Janice%20Friedman&details=Pianist+%3Cstrong%3EJanice+Friedman%3C%2Fstrong%3E+has+joined+musical+forces+with+some+of+the+biggest+names+in+Jazz+including+Joe+Lovano%2C+Lew+Tabakin%2C+and+Billy+Higgins.+The+famous+pianist%2C+Marian+McPartland%2C%C2%A0not+only+had+her+on+%E2%80%9CPiano+Jazz%2C%E2%80%9D%C2%A0but+also+had+her+join+her+on+tour+around+the+country.+Janice+has+recorded+with+such+varied+musicians+as+Milt+Hinton%2C+Warren+Vache%E2%80%99+and%C2%A0Claudio+Roditi.+She+brings+the+phrasing+of+the+horns+to+her+playing+perhaps+because+she+has+been+the+pianist+in+so+many+big+bands.+She+is+one+of+the+few+women+to+ever+tour+extensively+with+The+Woody+Herman+Orchestra.Having+played+in+the+most+famous+of+concert+halls+and+notable+clubs+from+Carnegie+Hall+and+the+JFK+Arts+Center+to+the+Blue+Note%2C+Birdland%2C+Kitano%2C+Smoke%2C%C2%A0Dizzy%E2%80%99s+Jazz+Club%2C+Sweet+Rhythm+and%C2%A0Iridium+in+NYC%2C+you+can+safely+say+she+has+wowed+audiences+from+coast+to+coast+and+on+practically+every+continent+on+the+globe.Janice+Friedman+-+pianoDave+Kingsnorth+-+bassMike+Campenni-+drums+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fjazzfc.org%2Fevent%2Fjanice-friedman-4%2F%29&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&sprop=website:https://jazzfc.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://jazzfc.org/event/janice-friedman-4/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-10T19%3A30%3A00-04%3A00&enddt=2026-09-10T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Janice%20Friedman&body=Pianist%20Janice%20Friedman%20has%20joined%20musical%20forces%20with%20some%20of%20the%20biggest%20names%20in%20Jazz%20including%20Joe%20Lovano%2C%20Lew%20Tabakin%2C%20and%20Billy%20Higgins.%20The%20famous%20pianist%2C%20Marian%20McPartland%2C%C2%A0not%20only%20had%20her%20on%20%E2%80%9CPiano%20Jazz%2C%E2%80%9D%C2%A0but%20also%20had%20her%20join%20her%20on%20tour%20around%20the%20country.%20Janice%20has%20recorded%20with%20such%20varied%20musicians%20as%20Milt%20Hinton%2C%20Warren%20Vache%E2%80%99%20and%C2%A0Claudio%20Roditi.%20She%20brings%20the%20phrasing%20of%20the%20horns%20to%20her%20playing%20perhaps%20because%20she%20has%20been%20the%20pianist%20in%20so%20many%20big%20bands.%20She%20is%20one%20of%20the%20few%20women%20to%20ever%20tour%20extensively%20with%20The%20Woody%20Herman%20Orchestra.Having%20played%20in%20the%20most%20famous%20of%20concert%20halls%20and%20notable%20clubs%20from%20Carnegie%20Hall%20and%20the%20JFK%20Arts%20Center%20to%20the%20Blue%20Note%2C%20Birdland%2C%20Kitano%2C%20Smoke%2C%C2%A0Dizzy%E2%80%99s%20Jazz%20Club%2C%20Sweet%20Rhythm%20and%C2%A0Iridium%20in%20NYC%2C%20you%20can%20safely%20say%20she%20has%20wowed%20audiences%20from%20coast%20to%20coast%20and%20on%20practically%20every%20continent%20on%20the%20globe%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fjazzfc.org%2Fevent%2Fjanice-friedman-4%2F%29" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-10T19%3A30%3A00-04%3A00&enddt=2026-09-10T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Janice%20Friedman&body=Pianist%20Janice%20Friedman%20has%20joined%20musical%20forces%20with%20some%20of%20the%20biggest%20names%20in%20Jazz%20including%20Joe%20Lovano%2C%20Lew%20Tabakin%2C%20and%20Billy%20Higgins.%20The%20famous%20pianist%2C%20Marian%20McPartland%2C%C2%A0not%20only%20had%20her%20on%20%E2%80%9CPiano%20Jazz%2C%E2%80%9D%C2%A0but%20also%20had%20her%20join%20her%20on%20tour%20around%20the%20country.%20Janice%20has%20recorded%20with%20such%20varied%20musicians%20as%20Milt%20Hinton%2C%20Warren%20Vache%E2%80%99%20and%C2%A0Claudio%20Roditi.%20She%20brings%20the%20phrasing%20of%20the%20horns%20to%20her%20playing%20perhaps%20because%20she%20has%20been%20the%20pianist%20in%20so%20many%20big%20bands.%20She%20is%20one%20of%20the%20few%20women%20to%20ever%20tour%20extensively%20with%20The%20Woody%20Herman%20Orchestra.Having%20played%20in%20the%20most%20famous%20of%20concert%20halls%20and%20notable%20clubs%20from%20Carnegie%20Hall%20and%20the%20JFK%20Arts%20Center%20to%20the%20Blue%20Note%2C%20Birdland%2C%20Kitano%2C%20Smoke%2C%C2%A0Dizzy%E2%80%99s%20Jazz%20Club%2C%20Sweet%20Rhythm%20and%C2%A0Iridium%20in%20NYC%2C%20you%20can%20safely%20say%20she%20has%20wowed%20audiences%20from%20coast%20to%20coast%20and%20on%20practically%20every%20continent%20on%20the%20globe%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fjazzfc.org%2Fevent%2Fjanice-friedman-4%2F%29" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<!-- <p><strong>Seat location is based upon time of ticket '
'purchase.</strong></p>-->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<dl>\n'
'<dt class="tribe-events-start-date-label"> Date: </dt>\n'
'<dd>\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-10"> September 10 </abbr>\n'
'</dd>\n'
'<dt class="tribe-events-start-time-label"> Time: </dt>\n'
'<dd>\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-10">\n'
'\t\t\t\t\t7:30 pm - 10:00 pm\t\t\t\t\t\t\t\t\t</div>\n'
'<!-- <i>First set attendees can stay through the second set if '
'seats are available.</i> -->\n'
'</dd>\n'
'<dt class="tribe-events-event-categories-label">Event '
'Category:</dt> <dd class="tribe-events-event-categories"><a '
'href="https://jazzfc.org/events/category/jazz-rabbi-series/" '
'rel="tag">Jazz Rabbi Series</a></dd>\n'
'<dt class="tribe-events-event-url-label"> Website: </dt>\n'
'<dd class="tribe-events-event-url"> <a href="https://JazzFC.org" '
'rel="external" target="_self">JazzFC.org</a> </dd>\n'
'</dl>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-organizer">\n'
'<h2 class="tribe-events-single-section-title">Dinner '
'Reservations </h2>\n'
'<dl>\n'
'<dd>Available first set only<br/>\n'
' Purchase tickets first</dd>\n'
'</dl>\n'
'<!-- <dl>\n'
'\t\t\t\t\t<dt\n'
'\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\taria-label="Organizer name: This represents the name of '
'the event organizer."\n'
'\t\t\t>\n'
'\t\t\t\t\t\t\t</dt>\n'
'\t\t\t<dd class="tribe-organizer">\n'
'\t\t\t\t<a href="https://jazzfc.org/organizer/jazzfc/" '
'title="JazzFC" target="_self" rel="">JazzFC</a>\t\t\t</dd>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t<dt\n'
'\t\t\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\t\t\taria-label="Organizer website title: This represents '
'the website title of the event organizer."\n'
'\t\t\t\t\t>\n'
'\t\t\t\t\t\t\t\t\t\t\t</dt>\n'
'\t\t\t\t\t\t\t\t<dd class="tribe-organizer-url">\n'
'\t\t\t\t\t<a href="http://JazzFC.org" target="_blank" '
'rel="noopener noreferrer">View Organizer Website</a>\t\t\t\t'
'</dd>\n'
'\t\t\t\t\t</dl>-->\n'
'</div>\n'
'</div>\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'secondary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-venue">\n'
'<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item tribe-venue"> <a '
'href="https://jazzfc.org/venue/vfw-post-399/">Jazz at the Post @ '
'VFW Post 399</a> </li>\n'
'<li class="tribe-events-meta-item tribe-venue-location">\n'
'<address class="tribe-events-address">\n'
'<span class="tribe-address">\n'
'<span class="tribe-street-address">465 Riverside Ave</span>\n'
'<br/>\n'
'<span class="tribe-locality">Westport</span><span '
'class="tribe-delimiter">,</span>\n'
'<abbr class="tribe-region tribe-events-abbr" '
'title="Connecticut">CT</abbr>\n'
'<span class="tribe-postal-code">06880</span>\n'
'<span class="tribe-country-name">United States</span>\n'
'</span>\n'
'<a class="tribe-events-gmap" '
'href="https://www.google.com/maps/search/?api=1&query=41.1247349%2C-73.3713762" '
'rel="noreferrer noopener" target="_blank" title="Click to view a '
'Google Map">+ Google Map</a> </address>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-tel-label '
'tribe-events-meta-label">Phone</span>\n'
'<span class="tribe-venue-tel tribe-events-meta-value"> '
'475-298-5079 </span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-url tribe-events-meta-value"> <a '
'href="https://vfw399ct.org/jazz-fc/" rel="external" '
'target="_self">View Venue Website</a> </span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-venue-map">\n'
'<iframe allowfullscreen="" aria-label="Venue location map" '
'frameborder="0" height="350px" '
'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&q=465+Riverside+Ave+Westport+CT+06880+United+States+&zoom=15" '
'style="border:0" title="Google maps iframe displaying the '
'address to Jazz at the Post @ VFW Post 399" width="100%">\n'
'</iframe>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/september-3-closed-for-labor-day-weekend/"><span>«</span> '
'September 3 Closed for Labor Day Weekend</a></li>\n'
'<li class="tribe-events-nav-next">\n'
'</li></ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15525
2026-08-11 19:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://jazzfc.org/event/bob-devos/>
{'event_url': 'https://jazzfc.org/event/bob-devos/',
'platform': 'JazzFC',
'platform_hash': 'cb918db3418b73d10a030b504acc33d3',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://jazzfc.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Bob Devos</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<h2><span class="tribe-event-date-start">August 13 @ 7:30 '
'pm</span> - <span class="tribe-event-time">10:00 pm</span></h2> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Bob Devos - JazzFC" data-viewtitle="Bob Devos" '
'id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/john-basile-quartet/"><span>«</span> '
'John Basile Quartet</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/dave-stryker-quintet/">Dave '
'Stryker Quintet <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-1589 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry" id="post-1589">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="Bob DeVos jazz '
'musician professional portrait photograph" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="1000" sizes="(max-width: 1000px) '
'100vw, 1000px" '
'src="https://jazzfc.org/wp-content/uploads/2017/09/BobDeVosSQUARE.jpg" '
'srcset="https://jazzfc.org/wp-content/uploads/2017/09/BobDeVosSQUARE.jpg '
'1000w, '
'https://jazzfc.org/wp-content/uploads/2017/09/BobDeVosSQUARE-150x150.jpg '
'150w, '
'https://jazzfc.org/wp-content/uploads/2017/09/BobDeVosSQUARE-300x300.jpg '
'300w, '
'https://jazzfc.org/wp-content/uploads/2017/09/BobDeVosSQUARE-768x768.jpg '
'768w, '
'https://jazzfc.org/wp-content/uploads/2017/09/BobDeVosSQUARE-848x848.jpg '
'848w" width="1000"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<p>\xa0</p>\n'
'<p><strong>Guitarist, composer, and arranger Bob DeVos</strong> '
'is hailed as “a brilliant, knowing bebop player, a master with a '
'sound to die for-- rich, full, deep, positive, round and warm.” '
'With long, blues- drenched melodic lines and a horn-like '
'approach, Bob has a signature style of groove and '
'sophistication.</p>\n'
'<p>Bob cut his teeth in jazz as the replacement for Pat Martino '
'in the Trudy Pitts & Mr. C. Trio, then went on to perform '
'and record extensively with other Hammond B-3 Organ group '
'legends: Charles Earland, Jimmy McGriff-Hank Crawford, Richard '
'“Groove” Holmes, Sonny Stitt, Jack McDuff and modern organists '
'Joey DeFrancesco, Dr. Lonnie Smith, and Mike LeDonne, as well as '
'many, many jazz greats past and current outside the organ jazz '
'genre..</p>\n'
'<p>Bob DeVos - guitar</p>\n'
'<p>Roberta Piket - organ</p>\n'
'<p>Steve Johns - \xa0drums</p>\n'
'<p>Greg Wall - saxes</p>\n'
'<p>\xa0</p>\n'
'<h2><span style="color: #0000ff;"><a '
'href="https://buytickets.at/jazzfc/2337519" style="color: '
'#0000ff;">GET TIX HERE</a></span></h2>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260813T193000/20260813T220000&text=Bob%20Devos&details=%26nbsp%3B%3Cstrong%3EGuitarist%2C+composer%2C+and+arranger+Bob+DeVos%3C%2Fstrong%3E+is+hailed+as+%E2%80%9Ca+brilliant%2C+knowing+bebop+player%2C+a+master+with+a+sound+to+die+for--+rich%2C+full%2C+deep%2C+positive%2C+round+and+warm.%E2%80%9D+With+long%2C+blues-+drenched+melodic+lines+and+a+horn-like+approach%2C+Bob+has+a+signature+style+of+groove+and+sophistication.Bob+cut+his+teeth+in+jazz+as+the+replacement+for+Pat+Martino+in+the+Trudy+Pitts+%26amp%3B+Mr.+C.+Trio%2C+then+went+on+to+perform+and+record+extensively+with+other+Hammond+B-3+Organ+group+legends%3A+Charles+Earland%2C+Jimmy+McGriff-Hank+Crawford%2C+Richard+%E2%80%9CGroove%E2%80%9D+Holmes%2C+Sonny+Stitt%2C+Jack+McDuff+and+modern+organists+Joey+DeFrancesco%2C+Dr.+Lonnie+Smith%2C+and+Mike+LeDonne%2C+as+well+as+many%2C+many+jazz+greats+past+and+current+outside+the+organ+jazz+genre..Bob+DeVos+-+guitarRoberta+Piket+-+organSteve+Johns+-+%C2%A0drumsGreg+Wall+-+saxes%26nbsp%3B%3Ch2%3E%3Cspan+style%3D%22color%3A+%230000ff%3B%22%3E%3Ca+style%3D%22color%3A+%230000ff%3B%22+href%3D%22https%3A%2F%2Fbuytickets.at%2Fjazzfc%2F2337519%22%3EGET+TIX+HE%3C%2Fa%3E%3C%2Fspan%3E%3C%2Fh2%3E+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fjazzfc.org%2Fevent%2Fbob-devos%2F%29&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&sprop=website:https://jazzfc.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://jazzfc.org/event/bob-devos/?ical=1" rel="noopener '
'noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-13T19%3A30%3A00-04%3A00&enddt=2026-08-13T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Bob%20Devos&body=%26nbsp%3BGuitarist%2C%20composer%2C%20and%20arranger%20Bob%20DeVos%20is%20hailed%20as%20%E2%80%9Ca%20brilliant%2C%20knowing%20bebop%20player%2C%20a%20master%20with%20a%20sound%20to%20die%20for--%20rich%2C%20full%2C%20deep%2C%20positive%2C%20round%20and%20warm.%E2%80%9D%20With%20long%2C%20blues-%20drenched%20melodic%20lines%20and%20a%20horn-like%20approach%2C%20Bob%20has%20a%20signature%20style%20of%20groove%20and%20sophistication.Bob%20cut%20his%20teeth%20in%20jazz%20as%20the%20replacement%20for%20Pat%20Martino%20in%20the%20Trudy%20Pitts%20%26amp%3B%20Mr.%20C.%20Trio%2C%20then%20went%20on%20to%20perform%20and%20record%20extensively%20with%20other%20Hammond%20B-3%20Organ%20group%20legends%3A%20Charles%20Earland%2C%20Jimmy%20McGriff-Hank%20Crawford%2C%20Richard%20%E2%80%9CGroove%E2%80%9D%20Holmes%2C%20Sonny%20Stitt%2C%20Jack%20McDuff%20and%20modern%20organists%20Joey%20DeFrancesco%2C%20Dr.%20Lonnie%20Smith%2C%20and%20Mike%20LeDonne%2C%20as%20well%20as%20many%2C%20many%20jazz%20greats%20past%20and%20current%20outside%20the%20organ%20jazz%20genre..Bob%20DeVos%20-%20guitarRoberta%20Piket%20-%20organSteve%20Johns%20-%20%C2%A0drumsGreg%20Wall%20-%20saxes%26nbsp%3BGET%20TIX%20HERE" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-13T19%3A30%3A00-04%3A00&enddt=2026-08-13T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Bob%20Devos&body=%26nbsp%3BGuitarist%2C%20composer%2C%20and%20arranger%20Bob%20DeVos%20is%20hailed%20as%20%E2%80%9Ca%20brilliant%2C%20knowing%20bebop%20player%2C%20a%20master%20with%20a%20sound%20to%20die%20for--%20rich%2C%20full%2C%20deep%2C%20positive%2C%20round%20and%20warm.%E2%80%9D%20With%20long%2C%20blues-%20drenched%20melodic%20lines%20and%20a%20horn-like%20approach%2C%20Bob%20has%20a%20signature%20style%20of%20groove%20and%20sophistication.Bob%20cut%20his%20teeth%20in%20jazz%20as%20the%20replacement%20for%20Pat%20Martino%20in%20the%20Trudy%20Pitts%20%26amp%3B%20Mr.%20C.%20Trio%2C%20then%20went%20on%20to%20perform%20and%20record%20extensively%20with%20other%20Hammond%20B-3%20Organ%20group%20legends%3A%20Charles%20Earland%2C%20Jimmy%20McGriff-Hank%20Crawford%2C%20Richard%20%E2%80%9CGroove%E2%80%9D%20Holmes%2C%20Sonny%20Stitt%2C%20Jack%20McDuff%20and%20modern%20organists%20Joey%20DeFrancesco%2C%20Dr.%20Lonnie%20Smith%2C%20and%20Mike%20LeDonne%2C%20as%20well%20as%20many%2C%20many%20jazz%20greats%20past%20and%20current%20outside%20the%20organ%20jazz%20genre..Bob%20DeVos%20-%20guitarRoberta%20Piket%20-%20organSteve%20Johns%20-%20%C2%A0drumsGreg%20Wall%20-%20saxes%26nbsp%3BGET%20TIX%20HERE" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<!-- <p><strong>Seat location is based upon time of ticket '
'purchase.</strong></p>-->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<dl>\n'
'<dt class="tribe-events-start-date-label"> Date: </dt>\n'
'<dd>\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-13"> August 13 </abbr>\n'
'</dd>\n'
'<dt class="tribe-events-start-time-label"> Time: </dt>\n'
'<dd>\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-08-13">\n'
'\t\t\t\t\t7:30 pm - 10:00 pm\t\t\t\t\t\t\t\t\t</div>\n'
'<!-- <i>First set attendees can stay through the second set if '
'seats are available.</i> -->\n'
'</dd>\n'
'</dl>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-organizer">\n'
'<h2 class="tribe-events-single-section-title">Dinner '
'Reservations </h2>\n'
'<dl>\n'
'<dd>Available first set only<br/>\n'
' Purchase tickets first</dd>\n'
'</dl>\n'
'<!-- <dl>\n'
'\t\t\t\t\t<dt\n'
'\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\taria-label="Organizer name: This represents the name of '
'the event organizer."\n'
'\t\t\t>\n'
'\t\t\t\t\t\t\t</dt>\n'
'\t\t\t<dd class="tribe-organizer">\n'
'\t\t\t\t<a href="https://jazzfc.org/organizer/jazzfc/" '
'title="JazzFC" target="_self" rel="">JazzFC</a>\t\t\t</dd>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t<dt\n'
'\t\t\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\t\t\taria-label="Organizer website title: This represents '
'the website title of the event organizer."\n'
'\t\t\t\t\t>\n'
'\t\t\t\t\t\t\t\t\t\t\t</dt>\n'
'\t\t\t\t\t\t\t\t<dd class="tribe-organizer-url">\n'
'\t\t\t\t\t<a href="http://JazzFC.org" target="_blank" '
'rel="noopener noreferrer">View Organizer Website</a>\t\t\t\t'
'</dd>\n'
'\t\t\t\t\t</dl>-->\n'
'</div>\n'
'</div>\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'secondary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-venue">\n'
'<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item tribe-venue"> <a '
'href="https://jazzfc.org/venue/vfw-post-399/">Jazz at the Post @ '
'VFW Post 399</a> </li>\n'
'<li class="tribe-events-meta-item tribe-venue-location">\n'
'<address class="tribe-events-address">\n'
'<span class="tribe-address">\n'
'<span class="tribe-street-address">465 Riverside Ave</span>\n'
'<br/>\n'
'<span class="tribe-locality">Westport</span><span '
'class="tribe-delimiter">,</span>\n'
'<abbr class="tribe-region tribe-events-abbr" '
'title="Connecticut">CT</abbr>\n'
'<span class="tribe-postal-code">06880</span>\n'
'<span class="tribe-country-name">United States</span>\n'
'</span>\n'
'<a class="tribe-events-gmap" '
'href="https://www.google.com/maps/search/?api=1&query=41.1247349%2C-73.3713762" '
'rel="noreferrer noopener" target="_blank" title="Click to view a '
'Google Map">+ Google Map</a> </address>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-tel-label '
'tribe-events-meta-label">Phone</span>\n'
'<span class="tribe-venue-tel tribe-events-meta-value"> '
'475-298-5079 </span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-url tribe-events-meta-value"> <a '
'href="https://vfw399ct.org/jazz-fc/" rel="external" '
'target="_self">View Venue Website</a> </span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-venue-map">\n'
'<iframe allowfullscreen="" aria-label="Venue location map" '
'frameborder="0" height="350px" '
'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&q=465+Riverside+Ave+Westport+CT+06880+United+States+&zoom=15" '
'style="border:0" title="Google maps iframe displaying the '
'address to Jazz at the Post @ VFW Post 399" width="100%">\n'
'</iframe>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/john-basile-quartet/"><span>«</span> '
'John Basile Quartet</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/dave-stryker-quintet/">Dave '
'Stryker Quintet <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 19:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://jazzfc.org/event/september-3-closed-for-labor-day-weekend/> (referer: https://jazzfc.org/events/)
2026-08-11 19:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://jazzfc.org/event/rale-micic/> (referer: https://jazzfc.org/events/)
2026-08-11 19:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://jazzfc.org/event/dave-stryker-quintet/> (referer: https://jazzfc.org/events/)
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 10294
2026-08-11 19:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://jazzfc.org/event/september-3-closed-for-labor-day-weekend/>
{'event_url': 'https://jazzfc.org/event/september-3-closed-for-labor-day-weekend/',
'platform': 'JazzFC',
'platform_hash': 'cb918db3418b73d10a030b504acc33d3',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://jazzfc.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">September 3 Closed '
'for Labor Day Weekend</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<h2><span class="tribe-event-date-start">September 3 @ 7:30 '
'pm</span> - <span class="tribe-event-time">10:00 pm</span></h2> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="September 3 Closed for Labor Day Weekend - '
'JazzFC" data-viewtitle="September 3 Closed for Labor Day '
'Weekend" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/rale-micic/"><span>«</span> Rale '
'Micic</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/janice-friedman-4/">Janice '
'Friedman <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-13603 tribe_events type-tribe_events '
'status-publish hentry" id="post-13603">\n'
'<!-- Event featured image, but exclude link -->\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260903T193000/20260903T220000&text=September%203%20Closed%20for%20Labor%20Day%20Weekend&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&sprop=website:https://jazzfc.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://jazzfc.org/event/september-3-closed-for-labor-day-weekend/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-03T19%3A30%3A00-04%3A00&enddt=2026-09-03T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=September%203%20Closed%20for%20Labor%20Day%20Weekend&body" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-09-03T19%3A30%3A00-04%3A00&enddt=2026-09-03T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=September%203%20Closed%20for%20Labor%20Day%20Weekend&body" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<!-- <p><strong>Seat location is based upon time of ticket '
'purchase.</strong></p>-->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<dl>\n'
'<dt class="tribe-events-start-date-label"> Date: </dt>\n'
'<dd>\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-09-03"> September 3 </abbr>\n'
'</dd>\n'
'<dt class="tribe-events-start-time-label"> Time: </dt>\n'
'<dd>\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-09-03">\n'
'\t\t\t\t\t7:30 pm - 10:00 pm\t\t\t\t\t\t\t\t\t</div>\n'
'<!-- <i>First set attendees can stay through the second set if '
'seats are available.</i> -->\n'
'</dd>\n'
'</dl>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-organizer">\n'
'<h2 class="tribe-events-single-section-title">Dinner '
'Reservations </h2>\n'
'<dl>\n'
'<dd>Available first set only<br/>\n'
' Purchase tickets first</dd>\n'
'</dl>\n'
'<!-- <dl>\n'
'\t\t\t\t\t<dt\n'
'\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\taria-label="Organizer name: This represents the name of '
'the event organizer."\n'
'\t\t\t>\n'
'\t\t\t\t\t\t\t</dt>\n'
'\t\t\t<dd class="tribe-organizer">\n'
'\t\t\t\t<a href="https://jazzfc.org/organizer/jazzfc/" '
'title="JazzFC" target="_self" rel="">JazzFC</a>\t\t\t</dd>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t<dt\n'
'\t\t\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\t\t\taria-label="Organizer website title: This represents '
'the website title of the event organizer."\n'
'\t\t\t\t\t>\n'
'\t\t\t\t\t\t\t\t\t\t\t</dt>\n'
'\t\t\t\t\t\t\t\t<dd class="tribe-organizer-url">\n'
'\t\t\t\t\t<a href="http://JazzFC.org" target="_blank" '
'rel="noopener noreferrer">View Organizer Website</a>\t\t\t\t'
'</dd>\n'
'\t\t\t\t\t</dl>-->\n'
'</div>\n'
'</div>\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'secondary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-venue">\n'
'<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item tribe-venue"> <a '
'href="https://jazzfc.org/venue/vfw-post-399/">Jazz at the Post @ '
'VFW Post 399</a> </li>\n'
'<li class="tribe-events-meta-item tribe-venue-location">\n'
'<address class="tribe-events-address">\n'
'<span class="tribe-address">\n'
'<span class="tribe-street-address">465 Riverside Ave</span>\n'
'<br/>\n'
'<span class="tribe-locality">Westport</span><span '
'class="tribe-delimiter">,</span>\n'
'<abbr class="tribe-region tribe-events-abbr" '
'title="Connecticut">CT</abbr>\n'
'<span class="tribe-postal-code">06880</span>\n'
'<span class="tribe-country-name">United States</span>\n'
'</span>\n'
'<a class="tribe-events-gmap" '
'href="https://www.google.com/maps/search/?api=1&query=41.1247349%2C-73.3713762" '
'rel="noreferrer noopener" target="_blank" title="Click to view a '
'Google Map">+ Google Map</a> </address>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-tel-label '
'tribe-events-meta-label">Phone</span>\n'
'<span class="tribe-venue-tel tribe-events-meta-value"> '
'475-298-5079 </span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-url tribe-events-meta-value"> <a '
'href="https://vfw399ct.org/jazz-fc/" rel="external" '
'target="_self">View Venue Website</a> </span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-venue-map">\n'
'<iframe allowfullscreen="" aria-label="Venue location map" '
'frameborder="0" height="350px" '
'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&q=465+Riverside+Ave+Westport+CT+06880+United+States+&zoom=15" '
'style="border:0" title="Google maps iframe displaying the '
'address to Jazz at the Post @ VFW Post 399" width="100%">\n'
'</iframe>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/rale-micic/"><span>«</span> Rale '
'Micic</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/janice-friedman-4/">Janice '
'Friedman <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 16381
2026-08-11 19:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://jazzfc.org/event/rale-micic/>
{'event_url': 'https://jazzfc.org/event/rale-micic/',
'platform': 'JazzFC',
'platform_hash': 'cb918db3418b73d10a030b504acc33d3',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://jazzfc.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Rale Micic</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<h2><span class="tribe-event-date-start">August 27 @ 7:30 '
'pm</span> - <span class="tribe-event-time">10:00 pm</span></h2> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Rale Micic - JazzFC" data-viewtitle="Rale '
'Micic" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/dave-stryker-quintet/"><span>«</span> '
'Dave Stryker Quintet</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/september-3-closed-for-labor-day-weekend/">September '
'3 Closed for Labor Day Weekend <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-13599 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry" id="post-13599">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="336" sizes="(max-width: 600px) '
'100vw, 600px" '
'src="https://jazzfc.org/wp-content/uploads/2026/07/unnamed.jpg" '
'srcset="https://jazzfc.org/wp-content/uploads/2026/07/unnamed.jpg '
'600w, '
'https://jazzfc.org/wp-content/uploads/2026/07/unnamed-300x168.jpg '
'300w" width="600"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<h4><em>“<span class="il">Micic</span>\xa0is bringing an '
'intriguing new perspective to the\xa0<span '
'class="il">jazz</span>\xa0guitar.”</em>\xa0 \xa0<strong>LA '
'TIMES</strong></h4>\n'
'<p>Rale Micic (pron. Rah-Leh Mee-chee-ch) is one of the most '
'successful and critically acclaimed jazz guitarists to emerge '
'from Serbia. Audiences throughout the world have been captivated '
'by Micic’s mesmerizing music, exploring interaction between his '
'Serbian musical roots and his extensive knowledge of jazz. Born '
'in Belgrade, Serbia and living In New York City for nearly two '
'decades, Rale Micic has performed and recorded with some of '
'today’s most highly regarded jazz artists including Tom '
'Harrell, \xa0Gregory Hutchinson, Eric Alexander, Scott Colley, '
'Steve LaSpina, Nasheet Waits, John Abercrombie, and many more. '
'On his lastest album as a leader, entitled Night Music (Whaling '
'City Sound) , Rale looks closer to home for his inspiration. It '
'features all new music, a modern day re-imaging of Bela Bartok’s '
'idea of night music and what it would sound like in the city '
'today.</p>\n'
'<p><span class="il">Rale</span>\xa0is CTA Records recording '
'artist and has been featured in numerous publications including '
'Downbeat, JazzTimes, LA Times, San Diego Tribune, Boston Globe, '
'etc. He has performed at prominent\xa0<span '
'class="il">jazz</span>\xa0clubs and\xa0<span '
'class="il">music</span>\xa0festivals in US and Europe including '
'Catalina\xa0<span class="il">Jazz</span>\xa0Club, Blues Alley, '
'Village Vanguard, Scullers\xa0<span class="il">Jazz</span>\xa0'
'Club, Dizzy’s, San Jose\xa0<span class="il">Jazz</span>\xa0'
'Festival, Hartford International\xa0<span class="il">Jazz</span> '
'Festival, etc.</p>\n'
'<p>\xa0</p>\n'
'<p>Rale Micic, guitar<br/>\n'
'Vincent DuPont, bass<br/>\n'
'Davis Whitfield, piano<br/>\n'
'EJ Strickland, drums<br/>\n'
'Greg Wall, saxophones</p>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260827T193000/20260827T220000&text=Rale%20Micic&details=%3Ch4%3E%3Cem%3E%E2%80%9C%3Cspan+class%3D%22il%22%3EMicic%3C%2Fspan%3E%C2%A0is+bringing+an+intriguing+new+perspective+to+the%C2%A0%3Cspan+class%3D%22il%22%3Ejazz%3C%2Fspan%3E%C2%A0guitar.%E2%80%9D%3C%2Fem%3E%C2%A0+%C2%A0%3Cstrong%3ELA+TIMES%3C%2Fstrong%3E%3C%2Fh4%3ERale+Micic+%28pron.+Rah-Leh+Mee-chee-ch%29+is+one+of+the+most+successful+and+critically+acclaimed+jazz+guitarists+to+emerge+from+Serbia.+Audiences+throughout+the+world+have+been+captivated+by+Micic%E2%80%99s+mesmerizing+music%2C+exploring+interaction+between+his+Serbian+musical+roots+and+his+extensive+knowledge+of+jazz.+Born+in+Belgrade%2C+Serbia+and+living+In+New+York+City+for+nearly+two+decades%2C+Rale+Micic+has+performed+and+recorded+with+some+of+today%E2%80%99s+most+highly+regarded+jazz+artists+including+Tom+Harrell%2C+%C2%A0Gregory+Hutchinson%2C+Eric+Alexander%2C+Scott+Colley%2C+Steve+LaSpina%2C+Nasheet+Waits%2C+John+Abercrombie%2C+and+many+more.+On+his+lastest+album+as+a+leader%2C+entitled+Night+Music+%28Whaling+City+Sound%29+%2C+Rale+looks+closer+to+home+for+his+inspiration.+It+features+all+new+music%2C+a+modern+day+re-imaging+of+Bela+Bartok%E2%80%99s+idea+of+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fjazzfc.org%2Fevent%2Frale-micic%2F%29&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&sprop=website:https://jazzfc.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://jazzfc.org/event/rale-micic/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-27T19%3A30%3A00-04%3A00&enddt=2026-08-27T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Rale%20Micic&body=%E2%80%9CMicic%C2%A0is%20bringing%20an%20intriguing%20new%20perspective%20to%20the%C2%A0jazz%C2%A0guitar.%E2%80%9D%C2%A0%20%C2%A0LA%20TIMESRale%20Micic%20%28pron.%20Rah-Leh%20Mee-chee-ch%29%20is%20one%20of%20the%20most%20successful%20and%20critically%20acclaimed%20jazz%20guitarists%20to%20emerge%20from%20Serbia.%20Audiences%20throughout%20the%20world%20have%20been%20captivated%20by%20Micic%E2%80%99s%20mesmerizing%20music%2C%20exploring%20interaction%20between%20his%20Serbian%20musical%20roots%20and%20his%20extensive%20knowledge%20of%20jazz.%20Born%20in%20Belgrade%2C%20Serbia%20and%20living%20In%20New%20York%20City%20for%20nearly%20two%20decades%2C%20Rale%20Micic%20has%20performed%20and%20recorded%20with%20some%20of%20today%E2%80%99s%20most%20highly%20regarded%20jazz%20artists%20including%20Tom%20Harrell%2C%20%C2%A0Gregory%20Hutchinson%2C%20Eric%20Alexander%2C%20Scott%20Colley%2C%20Steve%20LaSpina%2C%20Nasheet%20Waits%2C%20John%20Abercrombie%2C%20and%20many%20more.%20On%20his%20lastest%20album%20as%20a%20leader%2C%20entitled%20Night%20Music%20%28Whaling%20City%20Sound%29%20%2C%20Rale%20looks%20closer%20to%20home%20for%20his%20inspiration.%20It%20features%20all%20new%20music%2C%20a%20modern%20day%20re-imaging%20of%20Bela%20Barto%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fjazzfc.org%2Fevent%2Frale-micic%2F%29" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-27T19%3A30%3A00-04%3A00&enddt=2026-08-27T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Rale%20Micic&body=%E2%80%9CMicic%C2%A0is%20bringing%20an%20intriguing%20new%20perspective%20to%20the%C2%A0jazz%C2%A0guitar.%E2%80%9D%C2%A0%20%C2%A0LA%20TIMESRale%20Micic%20%28pron.%20Rah-Leh%20Mee-chee-ch%29%20is%20one%20of%20the%20most%20successful%20and%20critically%20acclaimed%20jazz%20guitarists%20to%20emerge%20from%20Serbia.%20Audiences%20throughout%20the%20world%20have%20been%20captivated%20by%20Micic%E2%80%99s%20mesmerizing%20music%2C%20exploring%20interaction%20between%20his%20Serbian%20musical%20roots%20and%20his%20extensive%20knowledge%20of%20jazz.%20Born%20in%20Belgrade%2C%20Serbia%20and%20living%20In%20New%20York%20City%20for%20nearly%20two%20decades%2C%20Rale%20Micic%20has%20performed%20and%20recorded%20with%20some%20of%20today%E2%80%99s%20most%20highly%20regarded%20jazz%20artists%20including%20Tom%20Harrell%2C%20%C2%A0Gregory%20Hutchinson%2C%20Eric%20Alexander%2C%20Scott%20Colley%2C%20Steve%20LaSpina%2C%20Nasheet%20Waits%2C%20John%20Abercrombie%2C%20and%20many%20more.%20On%20his%20lastest%20album%20as%20a%20leader%2C%20entitled%20Night%20Music%20%28Whaling%20City%20Sound%29%20%2C%20Rale%20looks%20closer%20to%20home%20for%20his%20inspiration.%20It%20features%20all%20new%20music%2C%20a%20modern%20day%20re-imaging%20of%20Bela%20Barto%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fjazzfc.org%2Fevent%2Frale-micic%2F%29" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<!-- <p><strong>Seat location is based upon time of ticket '
'purchase.</strong></p>-->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<dl>\n'
'<dt class="tribe-events-start-date-label"> Date: </dt>\n'
'<dd>\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-27"> August 27 </abbr>\n'
'</dd>\n'
'<dt class="tribe-events-start-time-label"> Time: </dt>\n'
'<dd>\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-08-27">\n'
'\t\t\t\t\t7:30 pm - 10:00 pm\t\t\t\t\t\t\t\t\t</div>\n'
'<!-- <i>First set attendees can stay through the second set if '
'seats are available.</i> -->\n'
'</dd>\n'
'</dl>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-organizer">\n'
'<h2 class="tribe-events-single-section-title">Dinner '
'Reservations </h2>\n'
'<dl>\n'
'<dd>Available first set only<br/>\n'
' Purchase tickets first</dd>\n'
'</dl>\n'
'<!-- <dl>\n'
'\t\t\t\t\t<dt\n'
'\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\taria-label="Organizer name: This represents the name of '
'the event organizer."\n'
'\t\t\t>\n'
'\t\t\t\t\t\t\t</dt>\n'
'\t\t\t<dd class="tribe-organizer">\n'
'\t\t\t\t<a href="https://jazzfc.org/organizer/jazzfc/" '
'title="JazzFC" target="_self" rel="">JazzFC</a>\t\t\t</dd>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t<dt\n'
'\t\t\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\t\t\taria-label="Organizer website title: This represents '
'the website title of the event organizer."\n'
'\t\t\t\t\t>\n'
'\t\t\t\t\t\t\t\t\t\t\t</dt>\n'
'\t\t\t\t\t\t\t\t<dd class="tribe-organizer-url">\n'
'\t\t\t\t\t<a href="http://JazzFC.org" target="_blank" '
'rel="noopener noreferrer">View Organizer Website</a>\t\t\t\t'
'</dd>\n'
'\t\t\t\t\t</dl>-->\n'
'</div>\n'
'</div>\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'secondary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-venue">\n'
'<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item tribe-venue"> <a '
'href="https://jazzfc.org/venue/vfw-post-399/">Jazz at the Post @ '
'VFW Post 399</a> </li>\n'
'<li class="tribe-events-meta-item tribe-venue-location">\n'
'<address class="tribe-events-address">\n'
'<span class="tribe-address">\n'
'<span class="tribe-street-address">465 Riverside Ave</span>\n'
'<br/>\n'
'<span class="tribe-locality">Westport</span><span '
'class="tribe-delimiter">,</span>\n'
'<abbr class="tribe-region tribe-events-abbr" '
'title="Connecticut">CT</abbr>\n'
'<span class="tribe-postal-code">06880</span>\n'
'<span class="tribe-country-name">United States</span>\n'
'</span>\n'
'<a class="tribe-events-gmap" '
'href="https://www.google.com/maps/search/?api=1&query=41.1247349%2C-73.3713762" '
'rel="noreferrer noopener" target="_blank" title="Click to view a '
'Google Map">+ Google Map</a> </address>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-tel-label '
'tribe-events-meta-label">Phone</span>\n'
'<span class="tribe-venue-tel tribe-events-meta-value"> '
'475-298-5079 </span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-url tribe-events-meta-value"> <a '
'href="https://vfw399ct.org/jazz-fc/" rel="external" '
'target="_self">View Venue Website</a> </span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-venue-map">\n'
'<iframe allowfullscreen="" aria-label="Venue location map" '
'frameborder="0" height="350px" '
'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&q=465+Riverside+Ave+Westport+CT+06880+United+States+&zoom=15" '
'style="border:0" title="Google maps iframe displaying the '
'address to Jazz at the Post @ VFW Post 399" width="100%">\n'
'</iframe>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/dave-stryker-quintet/"><span>«</span> '
'Dave Stryker Quintet</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/september-3-closed-for-labor-day-weekend/">September '
'3 Closed for Labor Day Weekend <span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 19:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-11 19:00:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 15792
2026-08-11 19:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://jazzfc.org/event/dave-stryker-quintet/>
{'event_url': 'https://jazzfc.org/event/dave-stryker-quintet/',
'platform': 'JazzFC',
'platform_hash': 'cb918db3418b73d10a030b504acc33d3',
'raw_body': '<div class="tribe-events-single" id="tribe-events-content">\n'
'<p class="tribe-events-back">\n'
'<a href="https://jazzfc.org/events/"> « All Events</a>\n'
'</p>\n'
'<!-- Notices -->\n'
'<h1 class="tribe-events-single-event-title">Dave Stryker '
'Quintet</h1>\n'
'<div class="tribe-events-schedule tribe-clearfix">\n'
'<h2><span class="tribe-event-date-start">August 20 @ 7:30 '
'pm</span> - <span class="tribe-event-time">10:00 pm</span></h2> '
'</div>\n'
'<!-- Event header -->\n'
'<div data-title="Dave Stryker Quintet - JazzFC" '
'data-viewtitle="Dave Stryker Quintet" id="tribe-events-header">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/bob-devos/"><span>«</span> Bob '
'Devos</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/rale-micic/">Rale Micic '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-header -->\n'
'<div class="post-13589 tribe_events type-tribe_events '
'status-publish has-post-thumbnail hentry" id="post-13589">\n'
'<!-- Event featured image, but exclude link -->\n'
'<div class="tribe-events-event-image"><img alt="" '
'class="attachment-full size-full wp-post-image" decoding="async" '
'fetchpriority="high" height="388" sizes="(max-width: 567px) '
'100vw, 567px" '
'src="https://jazzfc.org/wp-content/uploads/2026/07/images.webp" '
'srcset="https://jazzfc.org/wp-content/uploads/2026/07/images.webp '
'567w, '
'https://jazzfc.org/wp-content/uploads/2026/07/images-300x205.webp '
'300w" width="567"/></div>\n'
'<!-- Event content -->\n'
'<div class="tribe-events-single-event-description '
'tribe-events-content">\n'
'<p>\xa0</p>\n'
"<p>Whether you've heard guitarist Dave Stryker leading his own "
"group (with 37 CD's as a leader to date), or as a featured "
'sideman with Stanley Turrentine, Jack McDuff, and many others, '
'you know why the Village Voice calls him “one of the most '
'distinctive guitarists to come along in recent years.”</p>\n'
'<p>Hot House magazine awarded him Best Guitarist — Fans Decision '
'for 2017. He was recently voted once again as one of the top '
'Jazz Guitarists in the 2025 Downbeat Critics and Readers Polls '
'for the 15th time.</p>\n'
"<p>Recent gigs have included Birdland, the Blue Note, Dizzy's "
'Club Coca Cola at Jazz at Lincoln Center, the Monterey Jazz '
'Festival, The Newport Jazz Festival, The Keystone Korner in '
'Baltimore MD, The Jazz Bakery in LA, and tours of Europe, Canada '
'and Japan.</p>\n'
"<p>“I have followed Dave Stryker's playing since his early days "
'in Omaha through his long stay with Stanley Turrentine... and he '
'just gets better and better with one of the most joyous feels '
'around.” <cite>— Pat Metheny</cite></p>\n'
'<p>\xa0</p>\n'
'<p>Dave Stryker, guitar<br/>\n'
'Marcus McLaurine, bass<br/>\n'
'Greg Wall, saxophones<br/>\n'
'David Berkman, piano<br/>\n'
'Steve Johns, drums</p>\n'
'<p><a href="https://buytickets.at/jazzfc/2338088"><span '
'style="color: #0000ff;"><span style="caret-color: '
'#0000ff;">CLICK HERE FOR TICKETS</span></span></a></p>\n'
'<p>\xa0</p>\n'
'</div>\n'
'<!-- .tribe-events-single-event-description -->\n'
'<div class="tribe-events tribe-common">\n'
'<div class="tribe-events-c-subscribe-dropdown__container">\n'
'<div class="tribe-events-c-subscribe-dropdown">\n'
'<div class="tribe-common-c-btn-border '
'tribe-events-c-subscribe-dropdown__button">\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--cal-export '
'tribe-events-c-subscribe-dropdown__export-icon" viewbox="0 0 23 '
'17" xmlns="http://www.w3.org/2000/svg">\n'
'<path clip-rule="evenodd" d="M.128.896V16.13c0 '
'.211.145.383.323.383h15.354c.179 0 '
'.323-.172.323-.383V.896c0-.212-.144-.383-.323-.383H.451C.273.513.128.684.128.896Zm16 '
'6.742h-.901V4.679H1.009v10.729h14.218v-3.336h.901V7.638ZM1.01 '
'1.614h14.218v2.058H1.009V1.614Z" fill-rule="evenodd"></path>\n'
'<path d="M20.5 9.846H8.312M18.524 6.953l2.89 2.909-2.855 2.855" '
'stroke-linecap="round" stroke-linejoin="round" '
'stroke-width="1.2"></path>\n'
'</svg>\n'
'<button aria-controls="tribe-events-subscribe-dropdown-content" '
'aria-expanded="false" aria-label="View links to add events to '
'your calendar" '
'class="tribe-events-c-subscribe-dropdown__button-text">\n'
'\t\t\t\t\tAdd to calendar\t\t\t\t</button>\n'
'<svg aria-hidden="true" class="tribe-common-c-svgicon '
'tribe-common-c-svgicon--caret-down '
'tribe-events-c-subscribe-dropdown__button-icon" viewbox="0 0 10 '
'7" xmlns="http://www.w3.org/2000/svg">\n'
'<path class="tribe-common-c-svgicon__svg-fill" '
'clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 '
'6.517.05 1.566l.958-.958z" fill-rule="evenodd"></path>\n'
'</svg>\n'
'</div>\n'
'<div class="tribe-events-c-subscribe-dropdown__content" '
'id="tribe-events-subscribe-dropdown-content">\n'
'<ul class="tribe-events-c-subscribe-dropdown__list">\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--gcal">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://www.google.com/calendar/event?action=TEMPLATE&dates=20260820T193000/20260820T220000&text=Dave%20Stryker%20Quintet&details=%26nbsp%3BWhether+you%27ve+heard+guitarist+Dave+Stryker+leading+his+own+group+%28with+37+CD%27s+as+a+leader+to+date%29%2C+or+as+a+featured+sideman+with+Stanley+Turrentine%2C+Jack+McDuff%2C+and+many+others%2C+you+know+why+the+Village+Voice+calls+him+%E2%80%9Cone+of+the+most+distinctive+guitarists+to+come+along+in+recent+years.%E2%80%9DHot+House+magazine+awarded+him+Best+Guitarist+%E2%80%94+Fans+Decision+for+2017.+He+was+recently+voted+once+again+as+one+of+the+top+Jazz+Guitarists+in+the+2025+Downbeat+Critics+and+Readers+Polls+for+the+15th+time.Recent+gigs+have+included+Birdland%2C+the+Blue+Note%2C+Dizzy%27s+Club+Coca+Cola+at+Jazz+at+Lincoln+Center%2C+the+Monterey+Jazz+Festival%2C+The+Newport+Jazz+Festival%2C+The+Keystone+Korner+in+Baltimore+MD%2C+The+Jazz+Bakery+in+LA%2C+and+tours+of+Europe%2C+Canada+and+Japan.%E2%80%9CI+have+followed+Dave+Stryker%27s+playing+since+his+early+days+in+Omaha+through+his+long+stay+with+Stanley+Turrentine...+and+he+just+gets+better+and+better+with+one+of+the+most+joyous+feels+around.%E2%80%9D+%3Ccite%3E%E2%80%94+Pat+M%3C%2Fcite%3E+%28View+Full+event+Description+Here%3A+https%3A%2F%2Fjazzfc.org%2Fevent%2Fdave-stryker-quintet%2F%29&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&trp=false&ctz=America/New_York&sprop=website:https://jazzfc.org" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tGoogle Calendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--ical">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="webcal://jazzfc.org/event/dave-stryker-quintet/?ical=1" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tiCalendar\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-365">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.office.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-20T19%3A30%3A00-04%3A00&enddt=2026-08-20T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Dave%20Stryker%20Quintet&body=%26nbsp%3BWhether%20you%27ve%20heard%20guitarist%20Dave%20Stryker%20leading%20his%20own%20group%20%28with%2037%20CD%27s%20as%20a%20leader%20to%20date%29%2C%20or%20as%20a%20featured%20sideman%20with%20Stanley%20Turrentine%2C%20Jack%20McDuff%2C%20and%20many%20others%2C%20you%20know%20why%20the%20Village%20Voice%20calls%20him%20%E2%80%9Cone%20of%20the%20most%20distinctive%20guitarists%20to%20come%20along%20in%20recent%20years.%E2%80%9DHot%20House%20magazine%20awarded%20him%20Best%20Guitarist%20%E2%80%94%20Fans%20Decision%20for%202017.%20He%20was%20recently%20voted%20once%20again%20as%20one%20of%20the%20top%20Jazz%20Guitarists%20in%20the%202025%20Downbeat%20Critics%20and%20Readers%20Polls%20for%20the%2015th%20time.Recent%20gigs%20have%20included%20Birdland%2C%20the%20Blue%20Note%2C%20Dizzy%27s%20Club%20Coca%20Cola%20at%20Jazz%20at%20Lincoln%20Center%2C%20the%20Monterey%20Jazz%20Festival%2C%20The%20Newport%20Jazz%20Festival%2C%20The%20Keystone%20Korner%20in%20Baltimore%20MD%2C%20The%20Jazz%20Bakery%20in%20LA%2C%20and%20tours%20of%20Europe%2C%20Canada%20and%20Japan.%E2%80%9CI%20have%20followed%20Dave%20Stryker%27s%20playing%20since%20his%20early%20days%20in%20Omaha%20through%20his%20long%20stay%20with%20Stanley%20Turrentine...%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fjazzfc.org%2Fevent%2Fdave-stryker-quintet%2F%29" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook 365\t</a>\n'
'</li>\n'
'<li class="tribe-events-c-subscribe-dropdown__list-item '
'tribe-events-c-subscribe-dropdown__list-item--outlook-live">\n'
'<a class="tribe-events-c-subscribe-dropdown__list-item-link" '
'href="https://outlook.live.com/owa/?path=/calendar/action/compose&rrv=addevent&startdt=2026-08-20T19%3A30%3A00-04%3A00&enddt=2026-08-20T22%3A00%3A00-04%3A00&location=Jazz%20at%20the%20Post%20@%20VFW%20Post%20399,%20465%20Riverside%20Ave,%20Westport,%20CT,%2006880,%20United%20States&subject=Dave%20Stryker%20Quintet&body=%26nbsp%3BWhether%20you%27ve%20heard%20guitarist%20Dave%20Stryker%20leading%20his%20own%20group%20%28with%2037%20CD%27s%20as%20a%20leader%20to%20date%29%2C%20or%20as%20a%20featured%20sideman%20with%20Stanley%20Turrentine%2C%20Jack%20McDuff%2C%20and%20many%20others%2C%20you%20know%20why%20the%20Village%20Voice%20calls%20him%20%E2%80%9Cone%20of%20the%20most%20distinctive%20guitarists%20to%20come%20along%20in%20recent%20years.%E2%80%9DHot%20House%20magazine%20awarded%20him%20Best%20Guitarist%20%E2%80%94%20Fans%20Decision%20for%202017.%20He%20was%20recently%20voted%20once%20again%20as%20one%20of%20the%20top%20Jazz%20Guitarists%20in%20the%202025%20Downbeat%20Critics%20and%20Readers%20Polls%20for%20the%2015th%20time.Recent%20gigs%20have%20included%20Birdland%2C%20the%20Blue%20Note%2C%20Dizzy%27s%20Club%20Coca%20Cola%20at%20Jazz%20at%20Lincoln%20Center%2C%20the%20Monterey%20Jazz%20Festival%2C%20The%20Newport%20Jazz%20Festival%2C%20The%20Keystone%20Korner%20in%20Baltimore%20MD%2C%20The%20Jazz%20Bakery%20in%20LA%2C%20and%20tours%20of%20Europe%2C%20Canada%20and%20Japan.%E2%80%9CI%20have%20followed%20Dave%20Stryker%27s%20playing%20since%20his%20early%20days%20in%20Omaha%20through%20his%20long%20stay%20with%20Stanley%20Turrentine...%20%28View%20Full%20Event%20Description%20Here%3A%20https%3A%2F%2Fjazzfc.org%2Fevent%2Fdave-stryker-quintet%2F%29" '
'rel="noopener noreferrer nofollow noindex" target="_blank">\n'
'\t\tOutlook Live\t</a>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'</div>\n'
'<!-- Event meta -->\n'
'<!-- <p><strong>Seat location is based upon time of ticket '
'purchase.</strong></p>-->\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'primary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-details">\n'
'<h2 class="tribe-events-single-section-title"> Details </h2>\n'
'<dl>\n'
'<dt class="tribe-events-start-date-label"> Date: </dt>\n'
'<dd>\n'
'<abbr class="tribe-events-abbr tribe-events-start-date published '
'dtstart" title="2026-08-20"> August 20 </abbr>\n'
'</dd>\n'
'<dt class="tribe-events-start-time-label"> Time: </dt>\n'
'<dd>\n'
'<div class="tribe-events-abbr tribe-events-start-time published '
'dtstart" title="2026-08-20">\n'
'\t\t\t\t\t7:30 pm - 10:00 pm\t\t\t\t\t\t\t\t\t</div>\n'
'<!-- <i>First set attendees can stay through the second set if '
'seats are available.</i> -->\n'
'</dd>\n'
'</dl>\n'
'</div>\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-organizer">\n'
'<h2 class="tribe-events-single-section-title">Dinner '
'Reservations </h2>\n'
'<dl>\n'
'<dd>Available first set only<br/>\n'
' Purchase tickets first</dd>\n'
'</dl>\n'
'<!-- <dl>\n'
'\t\t\t\t\t<dt\n'
'\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\taria-label="Organizer name: This represents the name of '
'the event organizer."\n'
'\t\t\t>\n'
'\t\t\t\t\t\t\t</dt>\n'
'\t\t\t<dd class="tribe-organizer">\n'
'\t\t\t\t<a href="https://jazzfc.org/organizer/jazzfc/" '
'title="JazzFC" target="_self" rel="">JazzFC</a>\t\t\t</dd>\n'
'\t\t\t\t\t\t\t\t\t\t\t\t<dt\n'
'\t\t\t\t\t\tclass="tribe-common-a11y-visual-hide"\n'
'\t\t\t\t\t\taria-label="Organizer website title: This represents '
'the website title of the event organizer."\n'
'\t\t\t\t\t>\n'
'\t\t\t\t\t\t\t\t\t\t\t</dt>\n'
'\t\t\t\t\t\t\t\t<dd class="tribe-organizer-url">\n'
'\t\t\t\t\t<a href="http://JazzFC.org" target="_blank" '
'rel="noopener noreferrer">View Organizer Website</a>\t\t\t\t'
'</dd>\n'
'\t\t\t\t\t</dl>-->\n'
'</div>\n'
'</div>\n'
'<div class="tribe-events-single-section tribe-events-event-meta '
'secondary tribe-clearfix">\n'
'<div class="tribe-events-meta-group '
'tribe-events-meta-group-venue">\n'
'<h2 class="tribe-events-single-section-title"> Venue </h2>\n'
'<ul class="tribe-events-meta-list">\n'
'<li class="tribe-events-meta-item tribe-venue"> <a '
'href="https://jazzfc.org/venue/vfw-post-399/">Jazz at the Post @ '
'VFW Post 399</a> </li>\n'
'<li class="tribe-events-meta-item tribe-venue-location">\n'
'<address class="tribe-events-address">\n'
'<span class="tribe-address">\n'
'<span class="tribe-street-address">465 Riverside Ave</span>\n'
'<br/>\n'
'<span class="tribe-locality">Westport</span><span '
'class="tribe-delimiter">,</span>\n'
'<abbr class="tribe-region tribe-events-abbr" '
'title="Connecticut">CT</abbr>\n'
'<span class="tribe-postal-code">06880</span>\n'
'<span class="tribe-country-name">United States</span>\n'
'</span>\n'
'<a class="tribe-events-gmap" '
'href="https://www.google.com/maps/search/?api=1&query=41.1247349%2C-73.3713762" '
'rel="noreferrer noopener" target="_blank" title="Click to view a '
'Google Map">+ Google Map</a> </address>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-tel-label '
'tribe-events-meta-label">Phone</span>\n'
'<span class="tribe-venue-tel tribe-events-meta-value"> '
'475-298-5079 </span>\n'
'</li>\n'
'<li class="tribe-events-meta-item">\n'
'<span class="tribe-venue-url tribe-events-meta-value"> <a '
'href="https://vfw399ct.org/jazz-fc/" rel="external" '
'target="_self">View Venue Website</a> </span>\n'
'</li>\n'
'</ul>\n'
'</div>\n'
'<div class="tribe-events-venue-map">\n'
'<iframe allowfullscreen="" aria-label="Venue location map" '
'frameborder="0" height="350px" '
'src="https://www.google.com/maps/embed/v1/place?key=AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU&q=465+Riverside+Ave+Westport+CT+06880+United+States+&zoom=15" '
'style="border:0" title="Google maps iframe displaying the '
'address to Jazz at the Post @ VFW Post 399" width="100%">\n'
'</iframe>\n'
'</div>\n'
'</div>\n'
'</div> <!-- #post-x -->\n'
'<!-- Event footer -->\n'
'<div id="tribe-events-footer">\n'
'<!-- Navigation -->\n'
'<nav aria-label="Event Navigation" '
'class="tribe-events-nav-pagination">\n'
'<ul class="tribe-events-sub-nav">\n'
'<li class="tribe-events-nav-previous"><a '
'href="https://jazzfc.org/event/bob-devos/"><span>«</span> Bob '
'Devos</a></li>\n'
'<li class="tribe-events-nav-next"><a '
'href="https://jazzfc.org/event/rale-micic/">Rale Micic '
'<span>»</span></a></li>\n'
'</ul>\n'
'<!-- .tribe-events-sub-nav -->\n'
'</nav>\n'
'</div>\n'
'<!-- #tribe-events-footer -->\n'
'</div>'}
2026-08-11 19:00:35 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-11 19:00:35 [scrapy.extensions.feedexport] INFO: Stored csv feed (5 items) in: output/2026/08/11/jazzfc.csv
2026-08-11 19:00:35 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1613,
'downloader/request_count': 6,
'downloader/request_method_count/GET': 6,
'downloader/response_bytes': 146361,
'downloader/response_count': 6,
'downloader/response_status_count/200': 6,
'elapsed_time_seconds': 2.256227,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 8, 11, 17, 0, 35, 36213, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 594406,
'httpcompression/response_count': 6,
'item_scraped_count': 5,
'items_per_minute': 150.0,
'log_count/DEBUG': 21,
'log_count/INFO': 3,
'memusage/max': 99889152,
'memusage/startup': 99889152,
'request_depth_max': 1,
'response_received_count': 6,
'responses_per_minute': 180.0,
'scheduler/dequeued': 6,
'scheduler/dequeued/memory': 6,
'scheduler/enqueued': 6,
'scheduler/enqueued/memory': 6,
'start_time': datetime.datetime(2026, 8, 11, 17, 0, 32, 779986, tzinfo=datetime.timezone.utc)}
2026-08-11 19:00:35 [scrapy.core.engine] INFO: Spider closed (finished)
PROJECT (event_scrapers)
SPIDER (jazzfc)