Desktop version Jobs Stats

PROJECT (event_scrapers)
SPIDER (rowayton_arts)

2026-08-12 00:40:42 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-12 00:40:42 [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-12 00:40:42 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-12 00:40:42 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-12 00:40:42 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-12 00:40:42 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-12 00:40:42 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-12 00:40:42 [scrapy.extensions.telnet] INFO: Telnet Password: f3e3ab158671c970
2026-08-12 00:40:42 [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-12 00:40:42 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x707a9422b4c0>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/rowayton_arts/ad1ac97e95d511f1b73a0050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-12 00:40:42 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 00:40:42 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-12 00:40:42 [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-12 00:40:42 [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-12 00:40:42 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-12 00:40:42 [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-12 00:40:42 [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-12 00:40:42 [scrapy.core.engine] INFO: Spider opened
2026-08-12 00:40:42 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.rowayton_arts.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-12 00:40:42 [rowayton_arts] INFO: Sending scraped events to prod API
2026-08-12 00:40:42 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-12 00:40:42 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-12 00:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31> (referer: None)
2026-08-12 00:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30> (referer: None)
2026-08-12 00:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31> (referer: None)
2026-08-12 00:40:43 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28/> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-08-12 00:40:43 [scrapy_zyte_api._params] WARNING: Cookies are enabled for request <GET https://rowaytonarts.org/events/flavors-of-summer/>, and there are cookies in the cookiejar, but ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED is False, so automatic mapping will not map cookies for this or any other request. To silence this warning, disable cookies for all requests that use automatic mapping, either with the COOKIES_ENABLED setting or with the dont_merge_cookies request metadata key.
2026-08-12 00:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/exhibitions/> (referer: None)
2026-08-12 00:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/block-printmaking-workshop/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/flavors-of-summer/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-workshops-for-ages-8-12/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [py.warnings] WARNING: /root/event-list-scraping/event_scrapers/spiders/rowayton_arts.py:90: GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

The code that caused this warning is on line 90 of the file /root/event-list-scraping/event_scrapers/spiders/rowayton_arts.py. To get rid of this warning, pass the additional argument 'features="lxml"' to the BeautifulSoup constructor.

  soup = bs(body)

2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4399
2026-08-12 00:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/block-printmaking-workshop/>
{'event_url': 'https://rowaytonarts.org/events/block-printmaking-workshop/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35481 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-adults" '
             'id="post-35481">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="299" sizes="(max-width: 302px) 100vw, 302px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy.jpg '
             '302w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy-300x297.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy-150x150.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_Lino-block-image_2-copy-100x100.jpg '
             '100w" width="302"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: all</h4>\n'
             '<h3>Thursday</h3>\n'
             '<h3>August 20 2026</h3>\n'
             '<h4>6:00 pm - 9:00 pm</h4>\n'
             '<h4>Instructor: <a href="http://www.evelynleeharvey.com/" '
             'target="_blank">Evelyn Harvey</a></h4>\n'
             '<h4>Fee: $85 (includes all art supplies)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p><span style="color: #ff0000;"><strong>BACK BY POPULAR '
             'DEMAND!</strong></span></p>\n'
             '<p>In this workshop, instructor Evelyn Harvey will introduce '
             'students to the fun and accessible art of block printmaking.\xa0 '
             'Evelyn will discuss the aspects of good wood block design and '
             'will teach students how use the tools needed to create the look '
             'they’re striving for.</p>\n'
             '<p>Students can expect to create a one-of-a-kind linoleum block '
             'using a variety of carving blades with the end goal of creating '
             'a finished piece of artwork and/or a handful of cards.</p>\n'
             '<p>RAC will supply all the tools and materials needed for this '
             'workshop.</p>\n'
             '<p><strong>About the Instructor</strong></p>\n'
             '<p><img alt="" class="wp-image-27450 alignleft" height="161" '
             'sizes="(max-width: 161px) 100vw, 161px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-300x300.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-300x300.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-1024x1024.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-150x150.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-768x768.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-1536x1536.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-2048x2048.jpeg '
             '2048w, '
             'https://rowaytonarts.org/wp-content/uploads/Harvey_instructor-photo-100x100.jpeg '
             '100w" width="161"/><strong>Evelyn Harvey</strong>\xa0is an '
             'artist and art instructor working with local organizations and '
             'art centers to bring creativity to the community.\xa0 She was a '
             'Professor of Visual Art, teaching Drawing I, Painting I, '
             'Designer Fundamentals, Color Theory, and Art Appreciation at '
             'Palm Beach State College.\xa0 She received her BFA in painting '
             'from Pratt institute and MFA in painting from Savannah College '
             'of Art &amp; Design.</p>\n'
             '<p>In her artwork, Evelyn utilizes painting, printmaking, and '
             'photography to create work that explores her local environment '
             'through the context of time, memory, history, and '
             'narrative.<br/>\n'
             'Evelyn’s website is\xa0<a '
             'href="http://www.evelynleeharvey.com/">evelynleeharvey.com</a></p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6406
2026-08-12 00:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/flavors-of-summer/>
{'event_url': 'https://rowaytonarts.org/events/flavors-of-summer/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35193 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-adults" '
             'id="post-35193">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2033" sizes="(max-width: 1912px) 100vw, 1912px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer.jpeg '
             '1912w, '
             'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-282x300.jpeg '
             '282w, '
             'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-963x1024.jpeg '
             '963w, '
             'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-141x150.jpeg '
             '141w, '
             'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-768x817.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/McTAgue_Flavors-of-summer-1445x1536.jpeg '
             '1445w" width="1912"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: all</h4>\n'
             '<h3>Saturday</h3>\n'
             '<h3>August 22 2026</h3>\n'
             '<h4>10:30 am - 1:00 pm</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $95 (incl all supplies)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p>Bring your favorite summer recipes – food or drink or both! '
             'We will create a small ‘book’ worthy of gifting to a special '
             'someone whom you think will truly appreciate it. By combining '
             'creative ways to present your recipes along with hand drawing '
             'and painted embellishments, it will become a family favorite for '
             'certain!</p>\n'
             '<p>All materials will be provided – just bring your recipes! '
             'This workshop will be as yummy as your culinary creations!\xa0 '
             'Feel free to join with a friend or family member~</p>\n'
             '<p><strong>Supplies</strong></p>\n'
             '<div>All supplies will be provided by RAC and are included in '
             'the price of the workshop.</div>\n'
             '<div>\n'
             '<p><strong>About the Instructor:</strong></p>\n'
             '<p><img alt="" class="wp-image-15828 alignleft" height="140" '
             'src="https://rowaytonarts.org/wp-content/uploads/Nancy-McTague-STock_headshot-300x225.jpg" '
             'width="187"/><strong>A</strong><strong>rtist '
             'Nan</strong><strong>cy McTague-Stock</strong> credits early '
             'exposure to environmental experiences as the impetus for her '
             'life long artistic focus.\xa0 <span id="more-15827"></span>Her '
             'environmentally focused imagery centrally highlights the '
             'fragility of nature in an increasingly technocentric world, '
             'through an amalgam of painting, printmaking and contemporary '
             'photographic media.\xa0Her work is observation-based, with a '
             'strong conceptual sensibility and superb craftsmanship.</p>\n'
             '<p>Nancy McTague-Stock was a Fellowship Recipient for '
             'post-graduate work at The Slade School of Art at the University '
             'of London in Experimental Drawing.\xa0She received an MFA from '
             'The Art Institute of Boston in Visual Studies in New Media, with '
             'mentors inclusive of Dike Blair, Judith Barry, Richard Klein, '
             'Anthony Apesos &amp; Sunanda Sunyal. She holds a Marketing '
             'Strategy Certificate from Cornell University’s Johnson Graduate '
             'School of Management, and a BFA from Virginia Commonwealth '
             'University in Metalsmithing and Textiles, with specialty '
             'training in ancient jewelry techniques from the Kulicke Stark '
             'Academy for Jewelry Art in New York with Bob Kulicke.</p>\n'
             '<p>Ms. McTague-Stock\xa0has been the recipient of many awards, '
             'residencies, grants and fellowships.\xa0Her work has been '
             'exhibited in group exhibitions at over ten museums, \xa0'
             'solo/group shows in galleries and universities in Bulgaria, '
             'Canada, China, Denmark, Great Britain, Ireland, Latvia, New '
             'Zealand, Portugal, Serbia and in the U.S., from Los Angeles to '
             'New York.\xa0 Nancy’s work has appeared in such publications as '
             'the New York Times, Studio Visit Magazine, Plein Air Magazine, '
             'Art New England Magazine, Hearst Media, The Woven Tale Press, '
             'VCU Arts, CBS Connecticut, Connecticut Post, EastCoast Home '
             '&amp; Design, New England Home, Moffly Media, and VENU Magazine, '
             'among others. \xa0Her work is collected by private and public '
             'institutions worldwide,\xa0including most recent acquisitions of '
             'her work by Yale University’s Beinecke Rare Book and Manuscript '
             'Library, The Library of Congress in Washington, D.C., The Douro '
             'Museum Printmaking Biennial Collection in Portugal and The '
             'Chateau Orquevaux Permanent Collection in France.</p>\n'
             '<p>Nancy’s experience in a wide variety of media is '
             'extensive,\xa0with an environmental focus in her series of '
             'projects. She has created commissioned, community-focused, '
             'interactive installations and designed community participation '
             'projects, global artistic exchanges and outreach programs, '
             'working with students and artists from young to old. A periodic '
             'lecturer about contemporary art, environment and culture, Nancy '
             'has served for over twenty five years as a teacher, college '
             'counselor, artists’ mentor, arts writer, curator and juror for '
             'many academic, private and public institutions for exhibitions, '
             'including The Prince of Wales Foundation in the UK. Nancy lives '
             'on a nature preserve in Connecticut, providing a constant source '
             'of fodder for her work and maintains her permanent studio in the '
             'United States.</p>\n'
             '<p>To learn more about Nancy, visit her website<strong>\xa0<a '
             'href="https://nancymctaguestock.com/">https://nancymctaguestock.com/</a></strong></p>\n'
             '<p class="p1">\n'
             '</p></div>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3933
2026-08-12 00:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-workshops-for-ages-8-12/>
{'event_url': 'https://rowaytonarts.org/events/3-day-workshops-for-ages-8-12/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-34916 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-youth" '
             'id="post-34916">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1798" sizes="(max-width: 1267px) 100vw, 1267px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life.jpg '
             '1267w, '
             'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-211x300.jpg '
             '211w, '
             'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-768x1090.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Diamandis_kids-still-life-722x1024.jpg '
             '722w" width="1267"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: ages 7-10</h4>\n'
             '<h3>Tues, Wed &amp; Thurs</h3>\n'
             '<h3>August 18 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">Kellie '
             'Austin</a></h4>\n'
             '<h4>Fee: $160 (incl all supplies)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p><span style="color: #ff0000;"><strong>UNFORTUNATELY WE’VE HAD '
             'TO CANCEL THIS WORKSHOP.\xa0</strong></span></p>\n'
             '<p>Looking for a fun way to cool off and create some amazing '
             'works of art? \xa0 Join us for one or more of our 3-Day Summer '
             'Workshops.</p>\n'
             '<p>Kellie will guide your children through a number of projects '
             'that will introduce them to a wide variety of materials and '
             'techniques. \xa0Students will learn to paint, sculpt, paper '
             'mache, collage and more. \xa0We want participants to have fun '
             'and feel this a good place to experiment with their ideas. \xa0'
             'You can expect your child to come home with 1-2 completed works '
             'of art after the three days.</p>\n'
             '<p>Workshops offered weekly throughout the Summer with '
             '<strong>new projects offered each week.\xa0 \xa0</strong></p>\n'
             '<p><strong>This week is geared toward ages '
             '8-12yrs.</strong></p>\n'
             '<p>All art materials are provided by RAC.</p>\n'
             '<p><strong>About the Instructor</strong></p>\n'
             '<div class="mceTemp">\n'
             '<p><b><img alt="" class="size-medium wp-image-35239 alignleft" '
             'height="300" '
             'src="https://rowaytonarts.org/wp-content/uploads/Austin_head-shot-163x300.jpeg" '
             'width="163"/></b><strong>Kellie Austin</strong> is a '
             'Connecticut-based artist and educator who has spent the past 15 '
             'years helping others connect to themselves through art. Inspired '
             'at age five to become an art teacher, she lives by the belief: '
             '‘<i>Be who you needed when you</i><i>were younger’.</i></p>\n'
             '<p class="p1">Her approach centers on process over product, '
             'using art as a tool for expression, healing, and self-discovery. '
             'Rooted in intuition and empathy, she creates engaging, playful '
             'learning experiences that make creativity feel accessible and '
             'meaningful for everyone.</p>\n'
             '</div>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/35mm-film-photography-and-development-processing/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-3/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-2/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-art-of-the-knife-3/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-11/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-04/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/open-sketch-46/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=8&year=2026&start=2026-08-01&end=2026-08-31)
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4354
2026-08-12 00:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/35mm-film-photography-and-development-processing/>
{'event_url': 'https://rowaytonarts.org/events/35mm-film-photography-and-development-processing/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35520 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-special-events '
             'event-categories-workshops-for-adults" id="post-35520">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" height="194" sizes="(max-width: '
             '259px) 100vw, 259px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Um_35mm-film-class_2.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Um_35mm-film-class_2.jpeg '
             '259w, '
             'https://rowaytonarts.org/wp-content/uploads/Um_35mm-film-class_2-150x112.jpeg '
             '150w" width="259"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wed 7/15 (6-8pm), Sat &amp; Sun 7/25 &amp;7/26 (10am-1pm), '
             'Wed 7/29 (6-8pm)</h3>\n'
             '<h3>July 15 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4><a href="https://jeffumphoto.com/work" target="_blank">Jeff '
             'Um</a></h4>\n'
             '<h4>Fee: $210 (includes all supplies except 35mm camera)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p><span style="color: #ff0000;"><strong>THIS CLASS IS FULL.\xa0 '
             'IF YOU WOULD LIKE TO BE PLACED ON THE WAITLIST, email: <a '
             'href="mailto:education@rowaytonarts.org">education@rowaytonarts.org</a> '
             'or call 203-866-2744 (x-2)</strong></span></p>\n'
             '<p><strong>Course Description:</strong></p>\n'
             '<p>This is an introduction to Black and White 35mm film '
             'photography and developing/processing. Students will learn the '
             'fundamentals of working with 35mm film cameras, exposure '
             'metering, characteristics of black and white film, '
             'developing/processing and digitally scanning the negatives. '
             '<!--more-->This class will emphasize the merging of traditional '
             'analog processes with modern digital outcomes. Students will be '
             'able to repeat this process for themselves at home and enjoy the '
             'wonders of shooting analog in our current digital era. The '
             'development of creative visual expression is strongly '
             'encouraged.</p>\n'
             '<p>This class is limited to 6 students.</p>\n'
             '<p><strong>Please note:\xa0 </strong>This class will meet four '
             'times within the course of two weeks.\xa0 Meeting dates are as '
             'follow:</p>\n'
             '<ul>\n'
             '<li>Wed, July 15 (6-8pm)</li>\n'
             '<li>Sat, July 25 (10am-1pm)</li>\n'
             '<li>Sun, July 26 (10am-1pm)</li>\n'
             '<li>Wed, July 29 (6-8pm)</li>\n'
             '</ul>\n'
             '<p><strong>Supply List:</strong></p>\n'
             '<ul>\n'
             '<li>You will need a 35mm camera for this class.\xa0 Contact RAC '
             'if you don’t have one.\xa0 We may have one for you to '
             'borrow.\xa0 Call: 203-866-2744 (X-2)</li>\n'
             '<li>RAC will provide all the other supplies (i.e. film, changing '
             'bags, developing tanks with reels, and monobath development '
             'chemicals)</li>\n'
             '</ul>\n'
             '<p><strong>About the Instructor:\xa0 </strong></p>\n'
             '<p><strong><img alt="" class="size-medium wp-image-35510 '
             'alignleft" height="220" '
             'src="https://rowaytonarts.org/wp-content/uploads/000037090003-300x220.jpg" '
             'width="300"/>Jeff Um</strong> is a seasoned photographer with '
             'over 25 years of experience. He has worked in various areas of '
             'the industry from weddings, live events, documentary/street, '
             'corporate and photojournalism. He also has a background as an '
             'Art director in the television and advertising industry often '
             'working with the medium of photography for various programming, '
             'live events and ad campaigns. Some of his clients include HBO, '
             'The Wall Street Journal, WWE, MTV, Microsoft, Jet Blue, Levis, '
             'Adidas, NFL teams and Professional boxing.</p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4179
2026-08-12 00:40:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-3/>
{'event_url': 'https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-3/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-34915 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-youth" '
             'id="post-34915">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 741px) 100vw, 741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
             '741w, '
             'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
             '113w, '
             'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
             '225w" width="741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: ages 7-10</h4>\n'
             '<h3>Tues, Wed &amp; Thurs</h3>\n'
             '<h3>August 11 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">Kellie '
             'Austin</a></h4>\n'
             '<h4>Fee: $160 (incl all supplies)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p><span style="color: #ff0000;"><strong>THIS CLASS IS FULL.\xa0 '
             'IF YOU WOULD LIKE TO BE PLACED ON THE WAITLIST, email <a '
             'href="mailto:education@rowaytonarts.org">education@rowaytonarts.org</a> '
             'or call 202-866-2744 (x-2)</strong></span></p>\n'
             '<p>Looking for a fun way to cool off and create some amazing '
             'works of art? \xa0 Join us for one or more of our 3-Day Summer '
             'Workshops.</p>\n'
             '<p class="p1">In these fun-filled weekly workshops, children '
             'will explore their creativity through a variety of engaging art '
             'projects designed to introduce them to an exciting range of '
             'materials and techniques. Young artists will paint, sculpt, '
             'create papier-mâché, experiment with collage, and much '
             'more.</p>\n'
             '<p class="p1">Our goal is to provide a supportive, encouraging '
             'environment where children feel free to explore new ideas, take '
             'creative risks, and express themselves through art. By the end '
             'of each three-day workshop, students can expect to bring home '
             'one or two completed works of art they’re proud to share.</p>\n'
             '<p class="p1">Workshops are offered every week throughout the '
             'summer, with <b>all-new projects each week</b>, making it easy '
             'for children to return again and again for fresh creative '
             'experiences.</p>\n'
             '<p>All art materials are provided by RAC.</p>\n'
             '<p><strong>About the Instructor</strong></p>\n'
             '<div class="mceTemp">\n'
             '<p><b><img alt="" class="size-medium wp-image-35239 alignleft" '
             'height="300" '
             'src="https://rowaytonarts.org/wp-content/uploads/Austin_head-shot-163x300.jpeg" '
             'width="163"/></b><strong>Kellie Austin</strong> is a '
             'Connecticut-based artist and educator who has spent the past 15 '
             'years helping others connect to themselves through art. Inspired '
             'at age five to become an art teacher, she lives by the belief: '
             '‘<i>Be who you needed when you</i><i>were younger’.</i></p>\n'
             '<p class="p1">Her approach centers on process over product, '
             'using art as a tool for expression, healing, and self-discovery. '
             'Rooted in intuition and empathy, she creates engaging, playful '
             'learning experiences that make creativity feel accessible and '
             'meaningful for everyone.</p>\n'
             '</div>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3935
2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-2/>
{'event_url': 'https://rowaytonarts.org/events/3-day-workshops-for-ages-7-10-2/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-34914 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-youth" '
             'id="post-34914">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 741px) 100vw, 741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015.jpg '
             '741w, '
             'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-113x150.jpg '
             '113w, '
             'https://rowaytonarts.org/wp-content/uploads/Maggie-Sulik_summer-art2-week-3_2015-225x300.jpg '
             '225w" width="741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: ages 7-10</h4>\n'
             '<h3>Tues, Wed &amp; Thurs</h3>\n'
             '<h3>August 04 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">Kellie '
             'Austin</a></h4>\n'
             '<h4>Fee: $160 (incl all supplies)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p>Looking for a fun way to cool off and create some amazing '
             'works of art? \xa0 Join us for one or more of our 3-Day Summer '
             'Workshops.</p>\n'
             '<p class="p1">In these fun-filled weekly workshops, children '
             'will explore their creativity through a variety of engaging art '
             'projects designed to introduce them to an exciting range of '
             'materials and techniques. Young artists will paint, sculpt, '
             'create papier-mâché, experiment with collage, and much '
             'more.</p>\n'
             '<p class="p1">Our goal is to provide a supportive, encouraging '
             'environment where children feel free to explore new ideas, take '
             'creative risks, and express themselves through art. By the end '
             'of each three-day workshop, students can expect to bring home '
             'one or two completed works of art they’re proud to share.</p>\n'
             '<p class="p1">Workshops are offered every week throughout the '
             'summer, with <b>all-new projects each week</b>, making it easy '
             'for children to return again and again for fresh creative '
             'experiences.</p>\n'
             '<p>All art materials are provided by RAC.</p>\n'
             '<p><strong>About the Instructor</strong></p>\n'
             '<div class="mceTemp">\n'
             '<p><b><img alt="" class="size-medium wp-image-35239 alignleft" '
             'height="300" '
             'src="https://rowaytonarts.org/wp-content/uploads/Austin_head-shot-163x300.jpeg" '
             'width="163"/></b><strong>Kellie Austin</strong> is a '
             'Connecticut-based artist and educator who has spent the past 15 '
             'years helping others connect to themselves through art. Inspired '
             'at age five to become an art teacher, she lives by the belief: '
             '‘<i>Be who you needed when you</i><i>were younger’.</i></p>\n'
             '<p class="p1">Her approach centers on process over product, '
             'using art as a tool for expression, healing, and self-discovery. '
             'Rooted in intuition and empathy, she creates engaging, playful '
             'learning experiences that make creativity feel accessible and '
             'meaningful for everyone.</p>\n'
             '</div>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6927
2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-art-of-the-knife-3/>
{'event_url': 'https://rowaytonarts.org/events/the-art-of-the-knife-3/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35480 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-adults" '
             'id="post-35480">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" height="961" sizes="(max-width: '
             '963px) 100vw, 963px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip.jpeg '
             '963w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-300x300.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-150x150.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-768x766.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_Late-Day-Shadow_Paint-and-Sip-100x100.jpeg '
             '100w" width="963"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h3>Saturday</h3>\n'
             '<h3>August 08 2026</h3>\n'
             '<h4>10:00 am - 3:00 pm</h4>\n'
             '<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
             'target="_blank">Susan Fehlinger</a></h4>\n'
             '<h4>Fee: $130</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p>In this one day workshop you’ll learn the joys and challenges '
             'of painting with the palette knife and explore the possibilities '
             'of using this tool to unlock your creative freedom.</p>\n'
             '<p>You’ll learn to add texture and highlights and a little edge; '
             'to mix colors right on your canvas and enjoy the spontaneity and '
             'the accidents.</p>\n'
             '<p>Watch instructive teaching demos, practice making marks with '
             'the knife and you’ll begin creating fresher, looser paintings. '
             'We’ll be covering a variety of subject matter to show how '
             'versatile this tool can be.</p>\n'
             '<p><strong><u>SUPPLY LIST</u></strong></p>\n'
             '<p>Please bring a photo of a place you love to use as '
             'inspiration for your painting.</p>\n'
             '<p><strong>Tools</strong>: One or two palette knives – Dick '
             'Blick has a starter set of 3 that are good sizes. Or you can get '
             'them individually. I use a 4” knife with rounded edges.</p>\n'
             '<p>(Blick’s #96 or Jerry’s #49T) You may want a smaller one '
             'also, for detail.</p>\n'
             '<p><strong>Paint: </strong>\xa0<strong>Oils or '
             'acrylics</strong>. Some suggested colors below. Feel free to '
             'bring your favorites.</p>\n'
             '<p>Lemon Yellow<br/>\n'
             'Cadmium Yellow<br/>\n'
             'Indian Yellow or Yellow Ochre<br/>\n'
             'Cadmium Orange<br/>\n'
             'Cadmium Red<br/>\n'
             'Quinacridone Rose or Alizarin Crimson<br/>\n'
             'Cerulean or Manganese Blue<br/>\n'
             'UltraMarine or Cobalt Blue<br/>\n'
             'Prussian or Indigo Blue<br/>\n'
             'Van Dyke Brown or Burnt Sienna<br/>\n'
             'White–whichever one you like (Titanium, Flake, Zinc, etc.)</p>\n'
             '<p><strong>Medium</strong>:</p>\n'
             '<p>For oils: Gamblin Solvent Free Gel (tube) or Solvent Free '
             'Fluid<br/>\n'
             'For acrylics: Winsor &amp; Newton Galleria Acrylic Gel Medium or '
             'Liquitex Gel Medium</p>\n'
             '<p><strong>Palette</strong> for mixing – Paper, wood, plastic, '
             'whatever you use in your studio.</p>\n'
             '<p><strong>Canvases</strong>: 16 x 20, or 20 x 20 plus an extra '
             'inexpensive canvas or two for practicing.</p>\n'
             '<p><strong>About the Instructor:</strong></p>\n'
             '<p class="p1"><img alt="" class="size-medium wp-image-30537 '
             'alignleft" height="275" '
             'src="https://rowaytonarts.org/wp-content/uploads/Susan-in-studio-300x275.jpeg" '
             'width="300"/></p>\n'
             '<p class="p1"><strong>Susan Fehlinger</strong> had been yearning '
             'to paint throughout her 35 year career as a television producer, '
             'but never found the time. “I wanted to explore my right brain '
             'after years of favoring the left.” So in 2003 she moved to Cape '
             'Cod, bought a Bed and Breakfast and began painting.</p>\n'
             '<p class="p1">As a a self-taught artist she discovered the '
             'palette knife and found that she could apply paint on a canvas '
             'quickly, thickly, and spontaneously. “I loved the textures I '
             'could produce with the knife and I loved no brushes to '
             'wash.”<span class="Apple-converted-space">\xa0 </span>She began '
             'painting the coastal landscapes and cottages<span '
             'class="Apple-converted-space">\xa0 </span>around her. She pushed '
             'the contrast of the Cape light, played with composition, scale, '
             'placement and negative/positive spaces. Hopper was her '
             'hero.</p>\n'
             '<p class="p3">She soon joined the Chatham Art Gallery and was '
             'represented by Sheldon Fine Arts in Newport RI, and had solo '
             'shows at The Cultural Center of Cape Cod and The Cahoon Museum '
             'of American Art.</p>\n'
             '<p class="p1">“I wanted to create a strong sense of place in my '
             'work, a familiar but somewhat abstracted place— that<span '
             'class="Apple-converted-space">\xa0 </span>calm place where we '
             'all want to be, and that we long for in these unsettling times '
             '—<span class="Apple-converted-space">\xa0 </span>and then to '
             'capture it when the light is just right.”</p>\n'
             '<p class="p1">In 2014 she left Cape Cod and relocated to coastal '
             'Connecticut in order to be closer to her son in New York, and '
             'because she missed the energy and diversity the Cape lacks. Her '
             'work shifted to cityscapes and coastal architecture.</p>\n'
             '<p class="p1">Now she’s painting full time and loving it. She '
             'has a beautiful studio at Metro Art Studios<span '
             'class="Apple-converted-space">\xa0 </span>in Bridgeport, a '
             'network of wonderful artist friends, and is an exhibiting member '
             'of several art organizations, Silvermine, Ridgefield Guild, '
             'Westport Artists Collective, as well as teaching painting with '
             'the palette knife at the Rowayton Art Center.</p>\n'
             '<p class="p1">For more info or to contact, please visit '
             'www.susanfehlinger.com</p>\n'
             '<p>For a treat, watch this video of Susan Fehlinger being '
             'interviewed by artist Miggs Burroughs for the Westport '
             'Library:\xa0 <a '
             'href="https://www.youtube.com/watch?v=tLZx9KIhYU0&amp;list=PLRvmQu76JuJZV_7E9nhxS6-dOpC86Ulcc&amp;index=6">https://www.youtube.com/watch?v=tLZx9KIhYU0&amp;list=PLRvmQu76JuJZV_7E9nhxS6-dOpC86Ulcc&amp;index=6</a></p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2024
2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-11/>
{'event_url': 'https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-11/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35447 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35447">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="714" sizes="(max-width: 500px) 100vw, 500px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg '
             '500w, '
             'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-210x300.jpeg '
             '210w, '
             'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-105x150.jpeg '
             '105w" width="500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>August 11 2026</h3>\n'
             '<h4>6:30 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 2 wks</h4>\n'
             '<h4>Instructor: <a href="https://www.timmycroninart.com/" '
             'target="_blank">Timothy Cronin</a></h4>\n'
             '<h4>Fee: $80</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2024
2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-04/>
{'event_url': 'https://rowaytonarts.org/events/drawing-with-fresh-eyes-4-2026-08-04/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35446 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35446">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="714" sizes="(max-width: 500px) 100vw, 500px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch.jpeg '
             '500w, '
             'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-210x300.jpeg '
             '210w, '
             'https://rowaytonarts.org/wp-content/uploads/Cronin_Girl-lying-on-couch-105x150.jpeg '
             '105w" width="500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>August 04 2026</h3>\n'
             '<h4>6:30 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 2 wks</h4>\n'
             '<h4>Instructor: <a href="https://www.timmycroninart.com/" '
             'target="_blank">Timothy Cronin</a></h4>\n'
             '<h4>Fee: $80</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3841
2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/open-sketch-46/>
{'event_url': 'https://rowaytonarts.org/events/open-sketch-46/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35883 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-open-sketch '
             'event-categories-special-events '
             'event-categories-workshops-for-adults" id="post-35883">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1000" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2.jpeg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-300x300.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-150x150.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-768x768.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Open-Sketch_image-2-100x100.jpeg '
             '100w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Sunday</h3>\n'
             '<h3>August 16 2026</h3>\n'
             '<h4>11:00 am - 1:30 pm</h4>\n'
             '<h4><a href="" target="_blank"></a></h4>\n'
             '<h4>Fee: $20</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p class="p1">Note: Y<b>ou have to register online in order to '
             'attend.</b>\xa0 We’re limiting the numbers to a maximum of 10 '
             'students. So register quickly. No walk-ins allowed.\xa0 $20</p>\n'
             '<p class="p3"><span class="s1"><a '
             'href="https://rowaytonarts.org/registration/"><b>REGISTER '
             'HERE</b></a></span></p>\n'
             '<p><!--more-->Participants work from a model who will start with '
             'a series of short poses and progress into a longer pose toward '
             'the end of the day.</p>\n'
             '<p>Easels and stools are provided. Participants should bring '
             'their own drawing/painting materials, paper and sketch pad '
             'boards.\xa0 Open to all artists.</p>\n'
             '<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67894">\n'
             '<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67895">\n'
             '<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67896">\n'
             '<div id="aolmail_yui_3_16_0_1_1487939840190_67903"><span '
             'id="aolmail_yui_3_16_0_1_1487939840190_67914">fee: '
             '$20</span></div>\n'
             '</div>\n'
             '</div>\n'
             '<div>\n'
             '<p class="p1">As always, please do not come to the studio if you '
             'are feeling sick or have the following symptoms:\xa0 cough, '
             'fever, shortness of breath (other than the excitement of seeing '
             'us), sudden loss of smell or taste, chills, body aches, or sore '
             'throat.\xa0 Thank You!</p>\n'
             '</div>\n'
             '</div>\n'
             '<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67916">\n'
             '<div id="aolmail_yui_3_16_0_1_1487939840190_67917"><span '
             'id="aolmail_yui_3_16_0_1_1487939840190_67918">\xa0</span></div>\n'
             '<div dir="ltr" id="aolmail_yui_3_16_0_1_1487939840190_67920">\n'
             '<blockquote>\n'
             '<div dir="ltr">\n'
             '<div>\n'
             '<div>\n'
             '<div>\n'
             '<div></div>\n'
             '<div>\n'
             '<div></div>\n'
             '<div></div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</div>\n'
             '</blockquote>\n'
             '</div>\n'
             '</div>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16-2026-10-23/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15-2026-10-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16-2026-10-23/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-23/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/creations-for-ages-7-10-2026-11-04/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-10-26/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-11-02/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-28/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:45 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16-2026-10-23/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16-2026-10-23/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35730 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35730">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
             '254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
             '867w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
             '127w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 23 2026</h3>\n'
             '<h4>9:00 am - 11:30 am</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:45 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15-2026-10-22/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15-2026-10-22/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35723 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35723">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
             '1741w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
             '1536w" width="1741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 22 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:45 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16-2026-10-23/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16-2026-10-23/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35737 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35737">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 23 2026</h3>\n'
             '<h4>12:00 pm - 2:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:46 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-23/>
{'event_url': 'https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-23/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35796 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults '
             'event-categories-classes-for-youth" id="post-35796">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 2090px) 100vw, 2090px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg '
             '2090w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-245x300.jpg '
             '245w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-836x1024.jpg '
             '836w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-122x150.jpg '
             '122w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-768x941.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1254x1536.jpg '
             '1254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1672x2048.jpg '
             '1672w" width="2090"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 23 2026</h3>\n'
             '<h4>3:30 pm - 5:00 pm</h4>\n'
             '<h4>Level: Intermediate</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $285 (incl supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:46 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/creations-for-ages-7-10-2026-11-04/>
{'event_url': 'https://rowaytonarts.org/events/creations-for-ages-7-10-2026-11-04/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35657 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-youth" '
             'id="post-35657">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1920px) 100vw, 1920px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg '
             '1920w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-225x300.jpg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-768x1024.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-113x150.jpg '
             '113w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1152x1536.jpg '
             '1152w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1536x2048.jpg '
             '1536w" width="1920"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>November 04 2026</h3>\n'
             '<h4>3:45 pm - 5:00 pm</h4>\n'
             '<h4>Ages: ages 7-10yrs</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.lisathoren.com/" '
             'target="_blank">Lisa Thoren and Suzy Aubrey</a></h4>\n'
             '<h4>Fee: $275 (incl supply fees)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:46 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-10-26/>
{'event_url': 'https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-10-26/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35638 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-youth" '
             'id="post-35638">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2400" sizes="(max-width: 2400px) 100vw, 2400px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo.jpg '
             '2400w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-300x300.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-1024x1024.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-150x150.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-768x768.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-1536x1536.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-2048x2048.jpg '
             '2048w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-100x100.jpg '
             '100w" width="2400"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 26 2026</h3>\n'
             '<h4>4:30 pm - 6:30 pm</h4>\n'
             '<h4>Ages: ages 9-14</h4>\n'
             '<h4>Length: 9 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.samwilsonart.com/" '
             'target="_blank">Sam Wilson</a></h4>\n'
             '<h4>Fee: $425 (incl all supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:46 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-11-02/>
{'event_url': 'https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-11-02/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35639 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-youth" '
             'id="post-35639">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2400" sizes="(max-width: 2400px) 100vw, 2400px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo.jpg '
             '2400w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-300x300.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-1024x1024.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-150x150.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-768x768.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-1536x1536.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-2048x2048.jpg '
             '2048w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-100x100.jpg '
             '100w" width="2400"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>November 02 2026</h3>\n'
             '<h4>4:30 pm - 6:30 pm</h4>\n'
             '<h4>Ages: ages 9-14</h4>\n'
             '<h4>Length: 9 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.samwilsonart.com/" '
             'target="_blank">Sam Wilson</a></h4>\n'
             '<h4>Fee: $425 (incl all supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:46 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-28/>
{'event_url': 'https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-28/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35656 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-youth" '
             'id="post-35656">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1920px) 100vw, 1920px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg '
             '1920w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-225x300.jpg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-768x1024.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-113x150.jpg '
             '113w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1152x1536.jpg '
             '1152w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1536x2048.jpg '
             '1536w" width="1920"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 28 2026</h3>\n'
             '<h4>3:45 pm - 5:00 pm</h4>\n'
             '<h4>Ages: ages 7-10yrs</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.lisathoren.com/" '
             'target="_blank">Lisa Thoren and Suzy Aubrey</a></h4>\n'
             '<h4>Fee: $275 (incl supply fees)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07-2026-10-14-2026-10-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15-2026-10-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07-2026-10-14-2026-10-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:46 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-21/>
{'event_url': 'https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-21/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35655 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-youth" '
             'id="post-35655">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1920px) 100vw, 1920px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg '
             '1920w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-225x300.jpg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-768x1024.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-113x150.jpg '
             '113w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1152x1536.jpg '
             '1152w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1536x2048.jpg '
             '1536w" width="1920"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 21 2026</h3>\n'
             '<h4>3:45 pm - 5:00 pm</h4>\n'
             '<h4>Ages: ages 7-10yrs</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.lisathoren.com/" '
             'target="_blank">Lisa Thoren and Suzy Aubrey</a></h4>\n'
             '<h4>Fee: $275 (incl supply fees)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:46 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07-2026-10-14-2026-10-21/>
{'event_url': 'https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07-2026-10-14-2026-10-21/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35761 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35761">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1187" sizes="(max-width: 1584px) 100vw, 1584px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg '
             '1584w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1024x767.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1536x1151.jpg '
             '1536w" width="1584"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 21 2026</h3>\n'
             '<h4>10:00 am - 1:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 4 weeks</h4>\n'
             '<h4>Instructor: <a '
             'href="https://www.instagram.com/lennymoskowitzart/?hl=en" '
             'target="_blank">Lenny Moskowitz</a></h4>\n'
             '<h4>Fee: $180</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:47 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35709 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35709">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="640" sizes="(max-width: 480px) 100vw, 480px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
             '480w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
             '113w" width="480"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 20 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
             'target="_blank">Mari Gyorgyey</a></h4>\n'
             '<h4>Fee: $285 (incl many supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:47 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-20/>
{'event_url': 'https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-20/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35756 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35756">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="865" sizes="(max-width: 750px) 100vw, 750px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg '
             '750w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-130x150.jpeg '
             '130w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-260x300.jpeg '
             '260w" width="750"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 20 2026</h3>\n'
             '<h4>6:30 pm - 9:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 5 weeks</h4>\n'
             '<h4>Instructor: <a href="http://fbruckmann.com/" '
             'target="_blank">Frank Bruckmann</a></h4>\n'
             '<h4>Fee: $220</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:47 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15-2026-10-22/>
{'event_url': 'https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15-2026-10-22/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35770 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35770">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2521" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-300x295.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1024x1008.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-150x148.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-768x756.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1536x1513.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-2048x2017.jpeg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 22 2026</h3>\n'
             '<h4>10:00 am - 12:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.goodfellowart.com/" '
             'target="_blank">Dana Goodfellow</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:47 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/>
{'event_url': 'https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35744 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35744">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1146" sizes="(max-width: 960px) 100vw, 960px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg '
             '960w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-251x300.jpeg '
             '251w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-858x1024.jpeg '
             '858w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-126x150.jpeg '
             '126w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-768x917.jpeg '
             '768w" width="960"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 20 2026</h3>\n'
             '<h4>10:00 am - 12:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.sharon.gallery/" '
             'target="_blank">Sharon Schmiedel</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:47 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13-2026-10-20/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35702 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35702">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="746" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-300x224.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-768x573.jpg '
             '768w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 20 2026</h3>\n'
             '<h4>10:30 am - 1:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
             'target="_blank">Anda Styler</a></h4>\n'
             '<h4>Fee: $310</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:47 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07-2026-10-14-2026-10-21/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07-2026-10-14-2026-10-21/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35716 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35716">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
             '990w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
             '722w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
             '768w" width="990"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 21 2026</h3>\n'
             '<h4>6:00 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $255</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-10-19/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-16/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06-2026-10-13-2026-10-20/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:47 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-10-19/>
{'event_url': 'https://rowaytonarts.org/events/the-art-of-storytelling-comic-book-and-character-design-2026-10-19/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35637 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-youth" '
             'id="post-35637">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2400" sizes="(max-width: 2400px) 100vw, 2400px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo.jpg '
             '2400w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-300x300.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-1024x1024.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-150x150.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-768x768.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-1536x1536.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-2048x2048.jpg '
             '2048w, '
             'https://rowaytonarts.org/wp-content/uploads/Wilson_Comic-Book-Club-Promo-Photo-100x100.jpg '
             '100w" width="2400"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 19 2026</h3>\n'
             '<h4>4:30 pm - 6:30 pm</h4>\n'
             '<h4>Ages: ages 9-14</h4>\n'
             '<h4>Length: 9 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.samwilsonart.com/" '
             'target="_blank">Sam Wilson</a></h4>\n'
             '<h4>Fee: $425 (incl all supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:48 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35729 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35729">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
             '254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
             '867w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
             '127w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 16 2026</h3>\n'
             '<h4>9:00 am - 11:30 am</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:48 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35689 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35689">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
             '1296w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
             '768w" width="1296"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 19 2026</h3>\n'
             '<h4>12:30 pm - 2:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:48 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35683 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35683">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="991" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
             'width="1500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 19 2026</h3>\n'
             '<h4>10:30 am - 12:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:48 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-16/>
{'event_url': 'https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-16/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35795 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults '
             'event-categories-classes-for-youth" id="post-35795">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 2090px) 100vw, 2090px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg '
             '2090w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-245x300.jpg '
             '245w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-836x1024.jpg '
             '836w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-122x150.jpg '
             '122w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-768x941.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1254x1536.jpg '
             '1254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1672x2048.jpg '
             '1672w" width="2090"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 16 2026</h3>\n'
             '<h4>3:30 pm - 5:00 pm</h4>\n'
             '<h4>Level: Intermediate</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $285 (incl supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:48 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09-2026-10-16/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35736 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35736">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 16 2026</h3>\n'
             '<h4>12:00 pm - 2:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:48 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12-2026-10-19/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35695 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35695">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
             '1847w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
             '216w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
             '739w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
             '108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
             '1108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
             '1478w" width="1847"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 19 2026</h3>\n'
             '<h4>2:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:48 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06-2026-10-13-2026-10-20/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06-2026-10-13-2026-10-20/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35749 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35749">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1939px) 100vw, 1939px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-scaled.jpeg '
             '1939w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-227x300.jpeg '
             '227w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-776x1024.jpeg '
             '776w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-114x150.jpeg '
             '114w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-768x1014.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-1163x1536.jpeg '
             '1163w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-1551x2048.jpeg '
             '1551w" width="1939"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 20 2026</h3>\n'
             '<h4>10:00 am - 3:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 3 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">Christy '
             'Gallagher</a></h4>\n'
             '<h4>Fee: $130</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07-2026-10-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07-2026-10-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:49 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07-2026-10-14/>
{'event_url': 'https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07-2026-10-14/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35760 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35760">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1187" sizes="(max-width: 1584px) 100vw, 1584px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg '
             '1584w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1024x767.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1536x1151.jpg '
             '1536w" width="1584"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 14 2026</h3>\n'
             '<h4>10:00 am - 1:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 4 weeks</h4>\n'
             '<h4>Instructor: <a '
             'href="https://www.instagram.com/lennymoskowitzart/?hl=en" '
             'target="_blank">Lenny Moskowitz</a></h4>\n'
             '<h4>Fee: $180</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:49 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-14/>
{'event_url': 'https://rowaytonarts.org/events/creations-for-ages-7-10-2026-10-14/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35654 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-youth" '
             'id="post-35654">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1920px) 100vw, 1920px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-scaled.jpg '
             '1920w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-225x300.jpg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-768x1024.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-113x150.jpg '
             '113w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1152x1536.jpg '
             '1152w, '
             'https://rowaytonarts.org/wp-content/uploads/Aubrey_Spring-break-kids-workshop_2026_6-1536x2048.jpg '
             '1536w" width="1920"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 14 2026</h3>\n'
             '<h4>3:45 pm - 5:00 pm</h4>\n'
             '<h4>Ages: ages 7-10yrs</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.lisathoren.com/" '
             'target="_blank">Lisa Thoren and Suzy Aubrey</a></h4>\n'
             '<h4>Fee: $275 (incl supply fees)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:49 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-13/>
{'event_url': 'https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-13/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35755 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35755">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="865" sizes="(max-width: 750px) 100vw, 750px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg '
             '750w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-130x150.jpeg '
             '130w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-260x300.jpeg '
             '260w" width="750"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 13 2026</h3>\n'
             '<h4>6:30 pm - 9:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 5 weeks</h4>\n'
             '<h4>Instructor: <a href="http://fbruckmann.com/" '
             'target="_blank">Frank Bruckmann</a></h4>\n'
             '<h4>Fee: $220</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:49 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35708 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35708">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="640" sizes="(max-width: 480px) 100vw, 480px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
             '480w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
             '113w" width="480"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 13 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
             'target="_blank">Mari Gyorgyey</a></h4>\n'
             '<h4>Fee: $285 (incl many supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:49 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07-2026-10-14/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07-2026-10-14/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35715 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35715">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
             '990w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
             '722w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
             '768w" width="990"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 14 2026</h3>\n'
             '<h4>6:00 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $255</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:49 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/>
{'event_url': 'https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35778 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35778">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1024x768.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-150x113.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1536x1152.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-2048x1536.jpg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 15 2026</h3>\n'
             '<h4>1:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
             'target="_blank">Susan Fehlinger</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:49 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/>
{'event_url': 'https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35769 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35769">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2521" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-300x295.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1024x1008.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-150x148.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-768x756.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1536x1513.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-2048x2017.jpeg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 15 2026</h3>\n'
             '<h4>10:00 am - 12:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.goodfellowart.com/" '
             'target="_blank">Dana Goodfellow</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:50 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08-2026-10-15/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35722 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35722">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
             '1741w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
             '1536w" width="1741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 15 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06-2026-10-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-09/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=10&year=2026&start=2026-10-01&end=2026-10-31)
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:50 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/>
{'event_url': 'https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35743 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35743">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1146" sizes="(max-width: 960px) 100vw, 960px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg '
             '960w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-251x300.jpeg '
             '251w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-858x1024.jpeg '
             '858w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-126x150.jpeg '
             '126w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-768x917.jpeg '
             '768w" width="960"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 13 2026</h3>\n'
             '<h4>10:00 am - 12:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.sharon.gallery/" '
             'target="_blank">Sharon Schmiedel</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:50 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35688 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35688">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
             '1296w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
             '768w" width="1296"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 12 2026</h3>\n'
             '<h4>12:30 pm - 2:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:50 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06-2026-10-13/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06-2026-10-13/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35748 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35748">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1939px) 100vw, 1939px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-scaled.jpeg '
             '1939w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-227x300.jpeg '
             '227w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-776x1024.jpeg '
             '776w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-114x150.jpeg '
             '114w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-768x1014.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-1163x1536.jpeg '
             '1163w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-1551x2048.jpeg '
             '1551w" width="1939"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 13 2026</h3>\n'
             '<h4>10:00 am - 3:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 3 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">Christy '
             'Gallagher</a></h4>\n'
             '<h4>Fee: $130</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2306
2026-08-12 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35735 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35735">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 09 2026</h3>\n'
             '<h4>12:00 pm - 2:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2541
2026-08-12 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-09/>
{'event_url': 'https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-09/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35794 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults '
             'event-categories-classes-for-youth" id="post-35794">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 2090px) 100vw, 2090px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg '
             '2090w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-245x300.jpg '
             '245w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-836x1024.jpg '
             '836w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-122x150.jpg '
             '122w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-768x941.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1254x1536.jpg '
             '1254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1672x2048.jpg '
             '1672w" width="2090"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 09 2026</h3>\n'
             '<h4>3:30 pm - 5:00 pm</h4>\n'
             '<h4>Level: Intermediate</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $285 (incl supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:40:50 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:40:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06-2026-10-13/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35701 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35701">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="746" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-300x224.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-768x573.jpg '
             '768w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 13 2026</h3>\n'
             '<h4>10:30 am - 1:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
             'target="_blank">Anda Styler</a></h4>\n'
             '<h4>Fee: $310</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:51 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35682 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35682">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="991" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
             'width="1500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 12 2026</h3>\n'
             '<h4>10:30 am - 12:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-12 00:40:51 [rowayton_arts] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-12 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05-2026-10-12/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35694 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35694">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
             '1847w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
             '216w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
             '739w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
             '108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
             '1108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
             '1478w" width="1847"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 12 2026</h3>\n'
             '<h4>2:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/sunset-yoga-nidra/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4367
2026-08-12 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/sunset-yoga-nidra/>
{'event_url': 'https://rowaytonarts.org/events/sunset-yoga-nidra/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35595 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-adults" '
             'id="post-35595">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" height="720" sizes="(max-width: '
             '1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/YogaNidra_1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/YogaNidra_1.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/YogaNidra_1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/YogaNidra_1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/YogaNidra_1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/YogaNidra_1-768x512.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: all</h4>\n'
             '<h3>Wednesday</h3>\n'
             '<h3>October 07 2026</h3>\n'
             '<h4>5:00 pm - 6:30 pm</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">Joy Hoffman</a></h4>\n'
             '<h4>Fee: $40</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p>Experience the deep relaxation of Yoga Nidra in the peaceful '
             'setting of the Rowayton Arts Center as the sun sets over the '
             'scenic shores of the Five Mile River. This unique evening offers '
             'the perfect opportunity to unwind, restore, and reconnect.</p>\n'
             '<p>Settled into a comfortable nest of blankets on your yoga mat, '
             'with an eye pillow as the soft sounds of waves lap upon the '
             'shore, you will be immersed in the ancient practice of Yoga '
             'Nidra. Through soothing visual imagery, the body softens, the '
             'mind quiets, and layers of tension begin to melt away. Many '
             'people today struggle with stress, grief, insomnia, depleted '
             'energy, repetitive thoughts, and old patterns that no longer '
             'serve them. Yoga Nidra offers a rare opportunity to let go of '
             'the past, release worries about the future, and reconnect with '
             'the quiet wisdom and beauty within. Accompanied by the soothing '
             'sounds of crystal chakra bowls, you will be guided toward peace, '
             'clarity, gratitude, and well-being. As repetitive thoughts and '
             'old patterns begin to soften, a deeper sense of acceptance and '
             'inner stillness naturally emerges. Awaken feeling refreshed, '
             'restored, and renewed in mind, body, and spirit. No experience '
             'is necessary. Please bring a yoga mat, two blankets, and an eye '
             'pillow or small washcloth. Wear comfortable clothing.\xa0 Space '
             'is limited. Advance registration is recommended.</p>\n'
             '<p><strong>About the Instructor:</strong></p>\n'
             '<p><img alt="" class="size-medium wp-image-35596 alignleft" '
             'height="300" '
             'src="https://rowaytonarts.org/wp-content/uploads/IMG_4108-225x300.jpg" '
             'width="225"/><strong>Joy Hoffman</strong>\xa0 is a landscape '
             'painter and part of the Rowayton Arts Center community. Joy is a '
             'certified Yoga Nidra Educator and Yoga Therapist, teaching in '
             'the Sandy Hook, Connecticut community for more than 14 years '
             'through Yoga Nidra, meditation, and art programs for both '
             'children and adults. She develops her own children’s art '
             'programs and has taught meditation, Yoga Nidra, and art '
             'throughout the United States and internationally. Most recently, '
             'she taught Yoga Nidra with Dr. Deepak Chopra in Antarctica. '
             'Through her work, Joy helps participants regulate the nervous '
             'system, navigate stress and grief, cultivate emotional '
             'resilience, and reconnect with a sense of peace, restoration, '
             'and well-being.</p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2247
2026-08-12 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02-2026-10-09/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35728 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35728">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
             '254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
             '867w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
             '127w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 09 2026</h3>\n'
             '<h4>9:00 am - 11:30 am</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2478
2026-08-12 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/>
{'event_url': 'https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35777 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35777">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1024x768.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-150x113.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1536x1152.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-2048x1536.jpg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 08 2026</h3>\n'
             '<h4>1:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
             'target="_blank">Susan Fehlinger</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2247
2026-08-12 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30-2026-10-07/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35714 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35714">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
             '990w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
             '722w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
             '768w" width="990"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 07 2026</h3>\n'
             '<h4>6:00 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $255</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2404
2026-08-12 00:40:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07/>
{'event_url': 'https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30-2026-10-07/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35759 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35759">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1187" sizes="(max-width: 1584px) 100vw, 1584px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg '
             '1584w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1024x767.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1536x1151.jpg '
             '1536w" width="1584"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>October 07 2026</h3>\n'
             '<h4>10:00 am - 1:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 4 weeks</h4>\n'
             '<h4>Instructor: <a '
             'href="https://www.instagram.com/lennymoskowitzart/?hl=en" '
             'target="_blank">Lenny Moskowitz</a></h4>\n'
             '<h4>Fee: $180</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2503
2026-08-12 00:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/>
{'event_url': 'https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35768 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35768">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2521" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-300x295.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1024x1008.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-150x148.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-768x756.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1536x1513.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-2048x2017.jpeg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 08 2026</h3>\n'
             '<h4>10:00 am - 12:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.goodfellowart.com/" '
             'target="_blank">Dana Goodfellow</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1999
2026-08-12 00:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-06/>
{'event_url': 'https://rowaytonarts.org/events/painting-from-photographs-13-2026-10-06/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35754 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35754">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="865" sizes="(max-width: 750px) 100vw, 750px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg '
             '750w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-130x150.jpeg '
             '130w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-260x300.jpeg '
             '260w" width="750"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 06 2026</h3>\n'
             '<h4>6:30 pm - 9:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 5 weeks</h4>\n'
             '<h4>Instructor: <a href="http://fbruckmann.com/" '
             'target="_blank">Frank Bruckmann</a></h4>\n'
             '<h4>Fee: $220</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2384
2026-08-12 00:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01-2026-10-08/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35721 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35721">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
             '1741w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
             '1536w" width="1741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 08 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/figure-drawing-from-a-live-model/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4288
2026-08-12 00:40:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/figure-drawing-from-a-live-model/>
{'event_url': 'https://rowaytonarts.org/events/figure-drawing-from-a-live-model/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35780 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-adults" '
             'id="post-35780">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1732" sizes="(max-width: 1224px) 100vw, 1224px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_figure-drawing_2026.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_figure-drawing_2026.jpg '
             '1224w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_figure-drawing_2026-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_figure-drawing_2026-724x1024.jpg '
             '724w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_figure-drawing_2026-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_figure-drawing_2026-768x1087.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_figure-drawing_2026-1085x1536.jpg '
             '1085w" width="1224"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h3>Sundays</h3>\n'
             '<h3>October 04 2026</h3>\n'
             '<h4>11:00 am - 2:00 pm</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $175 (incl model fees)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p>This workshop is geared toward teaching students three '
             'different methods of approaching a figure drawing: the Riley '
             'Method, the Bridgeman Method and the Nicolaides Method.\xa0 John '
             'will explain and demonstrate one of these techniques in each '
             'figure drawing class.\xa0 We will start off with short poses and '
             'progress to longer poses similar to the Open Sketch Class '
             'Rowayton Art Center offers on various Sundays.</p>\n'
             '<p>This class will emphasize drawing because most problems with '
             'painting the figure or head are drawing problems.\xa0 (More '
             'advanced students can paint during the portrait sessions if they '
             'prefer.)</p>\n'
             '<p>NOTE: This class meets Sundays, Oct 4th and Oct 18th</p>\n'
             '<p><strong>Supply List:</strong></p>\n'
             '<ul>\n'
             '<li>Medium vine charcoal</li>\n'
             '<li>White conte drawing pencil</li>\n'
             '<li>General charcoal pencil (HB or 2b)</li>\n'
             '<li>Kneaded eraser</li>\n'
             '<li>Sharpening blade</li>\n'
             '<li>18×24” Borden and Riley Sketch Vellum .\xa0 This is for '
             'figure drawing.</li>\n'
             '<li>Blending stump (used for smoothing and blending)</li>\n'
             '<li>Paper towels</li>\n'
             '<li>Drawing board (at least 18×24)</li>\n'
             '<li>A piece of Stonehenge Hot Press paper (18X24″) or a 11″X14″ '
             'tablet of it (if you have a tablet of other good paper you can '
             'bring that to work on.). This will be used for portraits.</li>\n'
             '</ul>\n'
             '<p><em><strong>NOTE: image above by Tracey Dinkin, one of John’s '
             'long time students.</strong></em></p>\n'
             '<p><strong><img alt="" class="size-full wp-image-11968 '
             'alignleft" height="166" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_picture-of-artist.jpg" '
             'width="123"/>John Grieco</strong>\xa0is an award winning '
             'Portrait Artist from New York. \xa0He won “Best in Show” at a '
             '2010 Exhibition at the Salmagundi Art Club in New York City\xa0'
             'and received the Randolph Chitwood Award in the 2010 Greenwich '
             'Art Society Members Exhibition. Grieco is also a recipient of '
             'the Elizabeth Greenshields Foundation Grant.\xa0 John has been '
             'teaching art and portraiture for over 25 years.</p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2098
2026-08-12 00:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35707 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35707">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="640" sizes="(max-width: 480px) 100vw, 480px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
             '480w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
             '113w" width="480"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 06 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
             'target="_blank">Mari Gyorgyey</a></h4>\n'
             '<h4>Fee: $285 (incl many supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2434
2026-08-12 00:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06/>
{'event_url': 'https://rowaytonarts.org/events/watercolor-en-plein-air-outside-on-location-2026-10-06/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35747 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35747">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1939px) 100vw, 1939px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-scaled.jpeg '
             '1939w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-227x300.jpeg '
             '227w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-776x1024.jpeg '
             '776w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-114x150.jpeg '
             '114w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-768x1014.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-1163x1536.jpeg '
             '1163w, '
             'https://rowaytonarts.org/wp-content/uploads/Gallagher_new-for-Fall-2026_3-1551x2048.jpeg '
             '1551w" width="1939"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 06 2026</h3>\n'
             '<h4>10:00 am - 3:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 3 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">Christy '
             'Gallagher</a></h4>\n'
             '<h4>Fee: $130</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2199
2026-08-12 00:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29-2026-10-06/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35700 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35700">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="746" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-300x224.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-768x573.jpg '
             '768w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 06 2026</h3>\n'
             '<h4>10:30 am - 1:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
             'target="_blank">Anda Styler</a></h4>\n'
             '<h4>Fee: $310</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1767
2026-08-12 00:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35681 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35681">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="991" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
             'width="1500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 05 2026</h3>\n'
             '<h4>10:30 am - 12:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2237
2026-08-12 00:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06/>
{'event_url': 'https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29-2026-10-06/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35742 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35742">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1146" sizes="(max-width: 960px) 100vw, 960px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg '
             '960w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-251x300.jpeg '
             '251w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-858x1024.jpeg '
             '858w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-126x150.jpeg '
             '126w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-768x917.jpeg '
             '768w" width="960"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>October 06 2026</h3>\n'
             '<h4>10:00 am - 12:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.sharon.gallery/" '
             'target="_blank">Sharon Schmiedel</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2224
2026-08-12 00:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28-2026-10-05/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35687 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35687">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
             '1296w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
             '768w" width="1296"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 05 2026</h3>\n'
             '<h4>12:30 pm - 2:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2464
2026-08-12 00:40:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28-2026-10-05/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35693 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35693">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
             '1847w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
             '216w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
             '739w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
             '108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
             '1108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
             '1478w" width="1847"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>October 05 2026</h3>\n'
             '<h4>2:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-02/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2236
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25-2026-10-02/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35727 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35727">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
             '254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
             '867w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
             '127w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 02 2026</h3>\n'
             '<h4>9:00 am - 11:30 am</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2373
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24-2026-10-01/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35720 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35720">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
             '1741w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
             '1536w" width="1741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 01 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2238
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23-2026-09-30/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35713 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35713">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
             '990w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
             '722w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
             '768w" width="990"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>September 30 2026</h3>\n'
             '<h4>6:00 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $255</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2395
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30/>
{'event_url': 'https://rowaytonarts.org/events/simplify-and-abstract-2-2026-09-30/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35758 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35758">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1187" sizes="(max-width: 1584px) 100vw, 1584px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2.jpg '
             '1584w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1024x767.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Moskowitz_paint-along-image-copy-2-1536x1151.jpg '
             '1536w" width="1584"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>September 30 2026</h3>\n'
             '<h4>10:00 am - 1:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 4 weeks</h4>\n'
             '<h4>Instructor: <a '
             'href="https://www.instagram.com/lennymoskowitzart/?hl=en" '
             'target="_blank">Lenny Moskowitz</a></h4>\n'
             '<h4>Fee: $180</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2295
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25-2026-10-02/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35734 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35734">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 02 2026</h3>\n'
             '<h4>12:00 pm - 2:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2541
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-02/>
{'event_url': 'https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-10-02/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35793 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults '
             'event-categories-classes-for-youth" id="post-35793">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 2090px) 100vw, 2090px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg '
             '2090w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-245x300.jpg '
             '245w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-836x1024.jpg '
             '836w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-122x150.jpg '
             '122w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-768x941.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1254x1536.jpg '
             '1254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1672x2048.jpg '
             '1672w" width="2090"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>October 02 2026</h3>\n'
             '<h4>3:30 pm - 5:00 pm</h4>\n'
             '<h4>Level: Intermediate</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $285 (incl supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2492
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01/>
{'event_url': 'https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24-2026-10-01/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35767 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35767">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2521" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-300x295.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1024x1008.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-150x148.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-768x756.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1536x1513.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-2048x2017.jpeg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 01 2026</h3>\n'
             '<h4>10:00 am - 12:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.goodfellowart.com/" '
             'target="_blank">Dana Goodfellow</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2467
2026-08-12 00:40:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01/>
{'event_url': 'https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24-2026-10-01/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35776 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35776">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1024x768.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-150x113.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1536x1152.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-2048x1536.jpg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>October 01 2026</h3>\n'
             '<h4>1:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
             'target="_blank">Susan Fehlinger</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-29/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-from-within-an-intuitive-abstract-painting-experience-3/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2215
2026-08-12 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21-2026-09-28/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35686 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35686">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
             '1296w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
             '768w" width="1296"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 28 2026</h3>\n'
             '<h4>12:30 pm - 2:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2089
2026-08-12 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22-2026-09-29/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35706 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35706">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="640" sizes="(max-width: 480px) 100vw, 480px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
             '480w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
             '113w" width="480"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 29 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
             'target="_blank">Mari Gyorgyey</a></h4>\n'
             '<h4>Fee: $285 (incl many supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1758
2026-08-12 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21-2026-09-28/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35680 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35680">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="991" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
             'width="1500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 28 2026</h3>\n'
             '<h4>10:30 am - 12:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2455
2026-08-12 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21-2026-09-28/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35692 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35692">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
             '1847w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
             '216w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
             '739w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
             '108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
             '1108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
             '1478w" width="1847"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 28 2026</h3>\n'
             '<h4>2:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2001
2026-08-12 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-29/>
{'event_url': 'https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-29/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35753 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35753">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="865" sizes="(max-width: 750px) 100vw, 750px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg '
             '750w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-130x150.jpeg '
             '130w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-260x300.jpeg '
             '260w" width="750"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 29 2026</h3>\n'
             '<h4>6:30 pm - 9:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 5 weeks</h4>\n'
             '<h4>Instructor: <a href="http://fbruckmann.com/" '
             'target="_blank">Frank Bruckmann</a></h4>\n'
             '<h4>Fee: $220</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2228
2026-08-12 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29/>
{'event_url': 'https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22-2026-09-29/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35741 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35741">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1146" sizes="(max-width: 960px) 100vw, 960px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg '
             '960w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-251x300.jpeg '
             '251w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-858x1024.jpeg '
             '858w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-126x150.jpeg '
             '126w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-768x917.jpeg '
             '768w" width="960"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 29 2026</h3>\n'
             '<h4>10:00 am - 12:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.sharon.gallery/" '
             'target="_blank">Sharon Schmiedel</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4484
2026-08-12 00:40:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-from-within-an-intuitive-abstract-painting-experience-3/>
{'event_url': 'https://rowaytonarts.org/events/painting-from-within-an-intuitive-abstract-painting-experience-3/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35890 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-workshops-for-adults" '
             'id="post-35890">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1097" sizes="(max-width: 1081px) 100vw, 1081px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Benedec_image_1.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Benedec_image_1.jpeg '
             '1081w, '
             'https://rowaytonarts.org/wp-content/uploads/Benedec_image_1-296x300.jpeg '
             '296w, '
             'https://rowaytonarts.org/wp-content/uploads/Benedec_image_1-1009x1024.jpeg '
             '1009w, '
             'https://rowaytonarts.org/wp-content/uploads/Benedec_image_1-148x150.jpeg '
             '148w, '
             'https://rowaytonarts.org/wp-content/uploads/Benedec_image_1-768x779.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Benedec_image_1-100x100.jpeg '
             '100w" width="1081"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h4>Level: all</h4>\n'
             '<h3>Saturday</h3>\n'
             '<h3>September 26 2026</h3>\n'
             '<h4>11:00 am - 2:30 pm</h4>\n'
             '<h4>Instructor: <a '
             'href="https://www.instagram.com/melissabenedek_art/?hl=en" '
             'target="_blank">Melissa Benedek</a></h4>\n'
             '<h4>Fee: $125 (incl all supplies)</h4>\n'
             '<h4 style="color:#ff3333;"></h4>\n'
             '<p><strong>Back by popular demand!\xa0</strong>This workshop is '
             'a continuation of our successful Abstract Expressionism &amp; '
             'Intuitive Painting experience. Building on the same principles '
             'of freedom, intuition, and self-expression.\xa0 Part II '
             'introduces exciting new exercises and creative approaches '
             'designed to deepen your artistic exploration.</p>\n'
             '<p>Through guided prompts and intuitive painting techniques, '
             'you’ll learn to trust your instincts, let go of expectations, '
             'and express yourself through color, movement, texture, and '
             'mark-making. Whether you attended the first workshop or are '
             'joining us for the first time, you’ll leave with fresh '
             'inspiration, new creative tools, and several original works of '
             'art.</p>\n'
             '<p>All levels welcome. All materials provided. Come in something '
             'comfortable and something you don’t mind getting painted on. '
             'Feel free to bring a snack.</p>\n'
             '<p>Appropriate for new and returning students.</p>\n'
             '<p><strong>Supply List:</strong>\xa0 All art materials will be '
             'be provided for this workshop</p>\n'
             '<p><strong>About the Instructor:</strong></p>\n'
             '<p><img alt="" class="wp-image-33364 alignleft" height="187" '
             'src="https://rowaytonarts.org/wp-content/uploads/Benedec_headshot-300x300.jpeg" '
             'width="187"/></p>\n'
             '<p><strong>Melissa Benedek</strong>\xa0is a contemporary '
             'abstract artist based in Connecticut, originally from New York '
             'City. Her work explores intuition, emotion, and the expressive '
             'power of color. Each painting begins with an instinctive '
             'response to color, texture, and feeling, evolving organically '
             'through a process guided by both spontaneity and intention.</p>\n'
             '<p>Music plays a vital role in her studio practice, influencing '
             'the rhythm, energy, and movement within each piece. Working '
             'primarily with acrylics, graphite, and pastels, Melissa builds '
             'richly layered compositions that invite a sensory and emotional '
             'experience.</p>\n'
             '<p>Rooted in openness and discovery, her abstract works '
             'encourage personal interpretation rather than fixed meaning. '
             'Through color, texture, and gesture, she creates space for a '
             'quiet dialogue between the artwork and the viewer where '
             'connection, emotion, and imagination come alive.</p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2190
2026-08-12 00:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22-2026-09-29/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35699 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35699">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="746" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-300x224.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-768x573.jpg '
             '768w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 29 2026</h3>\n'
             '<h4>10:30 am - 1:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
             'target="_blank">Anda Styler</a></h4>\n'
             '<h4>Fee: $310</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-25/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2227
2026-08-12 00:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16-2026-09-23/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35712 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35712">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
             '990w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
             '722w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
             '768w" width="990"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>September 23 2026</h3>\n'
             '<h4>6:00 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $255</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2227
2026-08-12 00:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18-2026-09-25/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35726 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35726">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
             '254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
             '867w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
             '127w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 25 2026</h3>\n'
             '<h4>9:00 am - 11:30 am</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2286
2026-08-12 00:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18-2026-09-25/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35733 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35733">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 25 2026</h3>\n'
             '<h4>12:00 pm - 2:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2001
2026-08-12 00:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-22/>
{'event_url': 'https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-22/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35752 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35752">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="865" sizes="(max-width: 750px) 100vw, 750px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg '
             '750w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-130x150.jpeg '
             '130w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-260x300.jpeg '
             '260w" width="750"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 22 2026</h3>\n'
             '<h4>6:30 pm - 9:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 5 weeks</h4>\n'
             '<h4>Instructor: <a href="http://fbruckmann.com/" '
             'target="_blank">Frank Bruckmann</a></h4>\n'
             '<h4>Fee: $220</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2543
2026-08-12 00:40:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-25/>
{'event_url': 'https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-25/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35792 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults '
             'event-categories-classes-for-youth" id="post-35792">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 2090px) 100vw, 2090px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg '
             '2090w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-245x300.jpg '
             '245w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-836x1024.jpg '
             '836w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-122x150.jpg '
             '122w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-768x941.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1254x1536.jpg '
             '1254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1672x2048.jpg '
             '1672w" width="2090"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 25 2026</h3>\n'
             '<h4>3:30 pm - 5:00 pm</h4>\n'
             '<h4>Level: Intermediate</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $285 (incl supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2483
2026-08-12 00:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24/>
{'event_url': 'https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17-2026-09-24/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35766 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35766">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2521" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-300x295.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1024x1008.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-150x148.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-768x756.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1536x1513.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-2048x2017.jpeg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 24 2026</h3>\n'
             '<h4>10:00 am - 12:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.goodfellowart.com/" '
             'target="_blank">Dana Goodfellow</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2364
2026-08-12 00:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17-2026-09-24/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35719 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35719">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
             '1741w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
             '1536w" width="1741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 24 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2458
2026-08-12 00:40:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24/>
{'event_url': 'https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17-2026-09-24/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35775 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35775">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1024x768.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-150x113.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1536x1152.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-2048x1536.jpg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 24 2026</h3>\n'
             '<h4>1:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
             'target="_blank">Susan Fehlinger</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-18/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1747
2026-08-12 00:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14-2026-09-21/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35679 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35679">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="991" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
             'width="1500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 21 2026</h3>\n'
             '<h4>10:30 am - 12:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2217
2026-08-12 00:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22/>
{'event_url': 'https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15-2026-09-22/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35740 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35740">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1146" sizes="(max-width: 960px) 100vw, 960px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg '
             '960w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-251x300.jpeg '
             '251w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-858x1024.jpeg '
             '858w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-126x150.jpeg '
             '126w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-768x917.jpeg '
             '768w" width="960"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 22 2026</h3>\n'
             '<h4>10:00 am - 12:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.sharon.gallery/" '
             'target="_blank">Sharon Schmiedel</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2078
2026-08-12 00:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15-2026-09-22/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35705 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35705">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="640" sizes="(max-width: 480px) 100vw, 480px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
             '480w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
             '113w" width="480"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 22 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
             'target="_blank">Mari Gyorgyey</a></h4>\n'
             '<h4>Fee: $285 (incl many supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2543
2026-08-12 00:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-18/>
{'event_url': 'https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-18/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35791 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults '
             'event-categories-classes-for-youth" id="post-35791">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 2090px) 100vw, 2090px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg '
             '2090w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-245x300.jpg '
             '245w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-836x1024.jpg '
             '836w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-122x150.jpg '
             '122w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-768x941.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1254x1536.jpg '
             '1254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1672x2048.jpg '
             '1672w" width="2090"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 18 2026</h3>\n'
             '<h4>3:30 pm - 5:00 pm</h4>\n'
             '<h4>Level: Intermediate</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $285 (incl supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2444
2026-08-12 00:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14-2026-09-21/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35691 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35691">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
             '1847w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
             '216w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
             '739w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
             '108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
             '1108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
             '1478w" width="1847"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 21 2026</h3>\n'
             '<h4>2:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2179
2026-08-12 00:40:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15-2026-09-22/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35698 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35698">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="746" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-300x224.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-768x573.jpg '
             '768w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 22 2026</h3>\n'
             '<h4>10:30 am - 1:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
             'target="_blank">Anda Styler</a></h4>\n'
             '<h4>Fee: $310</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2204
2026-08-12 00:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14-2026-09-21/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35685 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35685">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
             '1296w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
             '768w" width="1296"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 21 2026</h3>\n'
             '<h4>12:30 pm - 2:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2275
2026-08-12 00:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11-2026-09-18/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35732 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35732">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 18 2026</h3>\n'
             '<h4>12:00 pm - 2:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2168
2026-08-12 00:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08-2026-09-15/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35697 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35697">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="746" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-300x224.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-768x573.jpg '
             '768w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 15 2026</h3>\n'
             '<h4>10:30 am - 1:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
             'target="_blank">Anda Styler</a></h4>\n'
             '<h4>Fee: $310</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2216
2026-08-12 00:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11-2026-09-18/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35725 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35725">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
             '254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
             '867w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
             '127w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 18 2026</h3>\n'
             '<h4>9:00 am - 11:30 am</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2067
2026-08-12 00:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08-2026-09-15/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35704 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35704">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="640" sizes="(max-width: 480px) 100vw, 480px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
             '480w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
             '113w" width="480"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 15 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
             'target="_blank">Mari Gyorgyey</a></h4>\n'
             '<h4>Fee: $285 (incl many supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2353
2026-08-12 00:40:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10-2026-09-17/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35718 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35718">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
             '1741w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
             '1536w" width="1741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 17 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:40:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2001
2026-08-12 00:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-15/>
{'event_url': 'https://rowaytonarts.org/events/painting-from-photographs-13-2026-09-15/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35751 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35751">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="865" sizes="(max-width: 750px) 100vw, 750px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life.jpeg '
             '750w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-130x150.jpeg '
             '130w, '
             'https://rowaytonarts.org/wp-content/uploads/Bruckmann_Still-Life-260x300.jpeg '
             '260w" width="750"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 15 2026</h3>\n'
             '<h4>6:30 pm - 9:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 5 weeks</h4>\n'
             '<h4>Instructor: <a href="http://fbruckmann.com/" '
             'target="_blank">Frank Bruckmann</a></h4>\n'
             '<h4>Fee: $220</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2216
2026-08-12 00:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09-2026-09-16/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35711 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35711">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
             '990w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
             '722w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
             '768w" width="990"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>September 16 2026</h3>\n'
             '<h4>6:00 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $255</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2447
2026-08-12 00:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17/>
{'event_url': 'https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10-2026-09-17/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35774 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35774">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1024x768.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-150x113.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1536x1152.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-2048x1536.jpg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 17 2026</h3>\n'
             '<h4>1:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
             'target="_blank">Susan Fehlinger</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2472
2026-08-12 00:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17/>
{'event_url': 'https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10-2026-09-17/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35765 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35765">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2521" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-300x295.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1024x1008.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-150x148.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-768x756.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1536x1513.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-2048x2017.jpeg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 17 2026</h3>\n'
             '<h4>10:00 am - 12:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.goodfellowart.com/" '
             'target="_blank">Dana Goodfellow</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-11/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2543
2026-08-12 00:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-11/>
{'event_url': 'https://rowaytonarts.org/events/animal-portraits-and-water-mixable-oil-paints-2026-09-11/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35790 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults '
             'event-categories-classes-for-youth" id="post-35790">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 2090px) 100vw, 2090px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-scaled.jpg '
             '2090w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-245x300.jpg '
             '245w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-836x1024.jpg '
             '836w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-122x150.jpg '
             '122w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-768x941.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1254x1536.jpg '
             '1254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Tiger-Portrait_Fall-2026-1672x2048.jpg '
             '1672w" width="2090"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 11 2026</h3>\n'
             '<h4>3:30 pm - 5:00 pm</h4>\n'
             '<h4>Level: Intermediate</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $285 (incl supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 1736
2026-08-12 00:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14/>
{'event_url': 'https://rowaytonarts.org/events/intro-to-watercolor-studio-2026-09-14/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35678 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35678">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="991" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Tetons-scaled-e1604694728401.jpg" '
             'width="1500"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 14 2026</h3>\n'
             '<h4>10:30 am - 12:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2433
2026-08-12 00:41:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14/>
{'event_url': 'https://rowaytonarts.org/events/explorations-in-watercolor-july-aug-studio-2026-09-14/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35690 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35690">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2560" sizes="(max-width: 1847px) 100vw, 1847px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-scaled.jpg '
             '1847w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-216x300.jpg '
             '216w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-739x1024.jpg '
             '739w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-108x150.jpg '
             '108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-768x1064.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1108x1536.jpg '
             '1108w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Explorations-image-1478x2048.jpg '
             '1478w" width="1847"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 14 2026</h3>\n'
             '<h4>2:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2264
2026-08-12 00:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-oil-painters-2026-09-11/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35731 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35731">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="988" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-300x274.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-1024x937.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-150x137.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Lion_animal-workshop-768x703.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 11 2026</h3>\n'
             '<h4>12:00 pm - 2:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2205
2026-08-12 00:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11/>
{'event_url': 'https://rowaytonarts.org/events/oil-painting-for-intermediate-and-advanced-painters-am-session-2026-09-11/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35724 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35724">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1276" sizes="(max-width: 1080px) 100vw, 1080px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3.jpg '
             '1080w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-254x300.jpg '
             '254w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-867x1024.jpg '
             '867w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-127x150.jpg '
             '127w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_artwork-3-768x907.jpg '
             '768w" width="1080"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Fridays</h3>\n'
             '<h3>September 11 2026</h3>\n'
             '<h4>9:00 am - 11:30 am</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2193
2026-08-12 00:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14/>
{'event_url': 'https://rowaytonarts.org/events/drawing-is-for-everyone-2026-09-14/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35684 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35684">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1221" sizes="(max-width: 1296px) 100vw, 1296px" '
             'src="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1.jpg '
             '1296w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-300x283.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-1024x965.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-150x141.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/McTague_Coffee-Break-1-768x724.jpg '
             '768w" width="1296"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Mondays</h3>\n'
             '<h3>September 14 2026</h3>\n'
             '<h4>12:30 pm - 2:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://nancymctaguestock.com/" '
             'target="_blank">Nancy McTague-Stock</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2342
2026-08-12 00:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10/>
{'event_url': 'https://rowaytonarts.org/events/drawing-and-oil-painting-fundamentals-2026-09-10/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35717 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35717">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1161" sizes="(max-width: 1741px) 100vw, 1741px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1.jpg '
             '1741w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-300x200.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1024x683.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-150x100.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-768x512.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Feldman_Fundamentals-image-1-1536x1024.jpg '
             '1536w" width="1741"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 10 2026</h3>\n'
             '<h4>6:00 pm - 8:00 pm</h4>\n'
             '<h4>Level: Beg-Int</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.feliciafeldmanfineart.com/" '
             'target="_blank">Felicia Feldman</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2206
2026-08-12 00:41:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15/>
{'event_url': 'https://rowaytonarts.org/events/people-and-places-zoom-2026-09-15/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35739 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35739">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1146" sizes="(max-width: 960px) 100vw, 960px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1.jpeg '
             '960w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-251x300.jpeg '
             '251w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-858x1024.jpeg '
             '858w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-126x150.jpeg '
             '126w, '
             'https://rowaytonarts.org/wp-content/uploads/Schmiedel_ExpDrw_photo1-768x917.jpeg '
             '768w" width="960"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 15 2026</h3>\n'
             '<h4>10:00 am - 12:00 pm</h4>\n'
             '<h4>Level: All levels welcome</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.sharon.gallery/" '
             'target="_blank">Sharon Schmiedel</a></h4>\n'
             '<h4>Fee: $230</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/prospectus-autumn-juried-show-2026/#new_tab> (referer: https://rowaytonarts.org/exhibitions/)
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09/> (referer: https://rowaytonarts.org/wp-admin/admin-ajax.php?action=WP_FullCalendar&type=event&category=-15&month=9&year=2026&start=2026-09-01&end=2026-09-30)
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/rac-masters-2026/> (referer: https://rowaytonarts.org/exhibitions/)
2026-08-12 00:41:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/events/marine-coastal-art-2026/> (referer: https://rowaytonarts.org/exhibitions/)
2026-08-12 00:41:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 4535
2026-08-12 00:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/prospectus-autumn-juried-show-2026/>
{'event_url': 'https://rowaytonarts.org/prospectus-autumn-juried-show-2026/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35563 post type-post status-publish '
             'format-standard hentry category-prospectus" id="post-35563">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="entry-content">\n'
             '<p class="p3"><b>Theme: </b>This is an open call, open-theme, '
             'all-media exhibition.</p>\n'
             '<p class="p3"><b>Show Dates: </b>October 18 – November 14</p>\n'
             '<p class="p3"><b>Submission dates: </b>August 24–September 11 '
             '(midnight deadline)</p>\n'
             '<p class="p3"><b>Cash Award: </b>$250 for Best in Show</p>\n'
             '<p class="p3"><b>Juror: Kimberly Henrikson</b></p>\n'
             '<p class="p3"><em>Kimberly Henrikson serves as the Executive '
             'Director at the Center for Contemporary Printmaking (CCP), '
             'nonprofit print organization for over 30 years in Norwalk, CT '
             'with programming areas that include a regular schedule of '
             'exhibitions, instructional workshops, an artist-in-residence '
             'program, artist studio rental space and edition printing for '
             'artists. Learn more at <a data-link-type="web" '
             'href="https://contemprints.org/" rel="noopener noreferrer" '
             'target="_blank">contemprints.org</a>.</em></p>\n'
             '<p class="p3"><b>Artist Eligibility: </b>Open Call<span '
             'class="Apple-converted-space">\xa0</span></p>\n'
             '<p class="p3"><b>Entry Fees:<span '
             'class="Apple-converted-space">\xa0</span></b></p>\n'
             '<p class="p5"><b>RAC Members</b>: $25 for one piece; $10 for '
             'each additional piece, up to five. \xa0<span '
             'class="Apple-converted-space">\xa0</span></p>\n'
             '<p class="p5">RAC Art Angel members (Life Members–enter as Art '
             'Angels): $2 for one piece, $1 for each additional piece, up to '
             'five.</p>\n'
             '<p class="p5"><b>Non-Members:</b>\xa0$35 for one piece, $10 for '
             'each additional piece, up to five.</p>\n'
             '<p class="p5"><b>Exhibition Requirements: </b>Please review '
             'the\xa0<a '
             'href="https://rowaytonarts.org/exhibition-requirements/"><span '
             'class="s1">exhibition requirements</span></a>\xa0carefully to '
             'ensure your work complies with the guidelines for acceptance at '
             'the Rowayton Arts Center. By submitting your work to the show, '
             'you agree to the exhibition requirements and RAC Gallery '
             'Policies.</p>\n'
             '<p class="p3"><i>The Exhibitions Committee reserves the right to '
             'refuse any entry on the grounds of poor </i><i>condition or '
             'oversized artwork.</i></p>\n'
             '<p class="p3"><b>IMPORTANT DATES</b></p>\n'
             '<p class="p3"><b>Submission link is “live” on our website: '
             '</b>Monday,<b> </b>August 24</p>\n'
             '<p class="p3"><b>Submission Deadline: </b>Friday, September 11, '
             'midnight</p>\n'
             '<p class="p3"><b>Accepted Artists Notified: </b>on or before '
             'September 18</p>\n'
             '<p class="p3"><b>Receiving Dates: </b>Monday, October 12 (5–7pm) '
             'and Tuesday, October 13 (12-2pm)</p>\n'
             '<p class="p3"><i>ARTWORK MUST BE DELIVERED DURING RECEIVING '
             'TIMES – COMMITTEE WILL</i></p>\n'
             '<p class="p3"><i>NOT ACCEPT PIECES DELIVERED AFTER 2 pm '
             'Tuesday,</i><b> </b><i>October 13 No exceptions!</i></p>\n'
             '<p class="p3"><b>Opening Reception: </b>Sunday, October 18 '
             '(4-6pm)</p>\n'
             '<p class="p3"><b>Pick Up of your work: </b>Monday, November 16 '
             '(5-7pm) and Tuesday, November 17 (12-2pm)</p>\n'
             '<p class="p3"><b>Please pick up your artwork during the '
             'designated times. Due to extremely</b></p>\n'
             '<p class="p3"><b>limited storage, any artwork not collected on '
             'time will incur a $10 per day storage</b></p>\n'
             '<p class="p3"><b>fee, which will begin accruing on the day after '
             'the final pick-up date.</b></p>\n'
             '<p class="p8"><span class="s3"><b>Questions? </b>Please email '
             '</span><a href="mailto:executivedir@rowaytonarts.org" '
             'rel="noopener" target="_blank"><span '
             'class="s2">executivedir@rowaytonarts.org</span></a></p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2461
2026-08-12 00:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10/>
{'event_url': 'https://rowaytonarts.org/events/from-realism-to-abstraction-4-2026-09-10/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35764 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35764">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="2521" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-scaled.jpeg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-300x295.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1024x1008.jpeg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-150x148.jpeg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-768x756.jpeg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-1536x1513.jpeg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Goodfellow_image-for-Fall-2026-2048x2017.jpeg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 10 2026</h3>\n'
             '<h4>10:00 am - 12:30 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.goodfellowart.com/" '
             'target="_blank">Dana Goodfellow</a></h4>\n'
             '<h4>Fee: $300</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2157
2026-08-12 00:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08/>
{'event_url': 'https://rowaytonarts.org/events/painting-with-light-and-value-11-2026-09-08/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35696 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35696">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="746" sizes="(max-width: 1000px) 100vw, 1000px" '
             'src="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy.jpg '
             '1000w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-300x224.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-150x112.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/styler-Red-Sail-Wildflowers-copy-768x573.jpg '
             '768w" width="1000"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 08 2026</h3>\n'
             '<h4>10:30 am - 1:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.andastylerfineart.com/" '
             'target="_blank">Anda Styler</a></h4>\n'
             '<h4>Fee: $310</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2436
2026-08-12 00:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10/>
{'event_url': 'https://rowaytonarts.org/events/learning-to-make-it-your-own-2-2026-09-10/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35773 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35773">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1920" sizes="(max-width: 2560px) 100vw, 2560px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-scaled.jpg '
             '2560w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-300x225.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1024x768.jpg '
             '1024w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-150x113.jpg '
             '150w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-768x576.jpg '
             '768w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-1536x1152.jpg '
             '1536w, '
             'https://rowaytonarts.org/wp-content/uploads/Fehlinger_ISLAND-BREEZE-copy-2048x1536.jpg '
             '2048w" width="2560"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Thursdays</h3>\n'
             '<h3>September 10 2026</h3>\n'
             '<h4>1:30 pm - 4:00 pm</h4>\n'
             '<h4>Level: Int-Adv</h4>\n'
             '<h4>Length: 6 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.susanfehlinger.com/" '
             'target="_blank">Susan Fehlinger</a></h4>\n'
             '<h4>Fee: $260</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2056
2026-08-12 00:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08/>
{'event_url': 'https://rowaytonarts.org/events/mixed-media-and-collage-2-2026-09-08/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35703 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35703">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="640" sizes="(max-width: 480px) 100vw, 480px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-rotated.jpeg '
             '480w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-225x300.jpeg '
             '225w, '
             'https://rowaytonarts.org/wp-content/uploads/Gyorgyey_personal-work_5-113x150.jpeg '
             '113w" width="480"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Tuesdays</h3>\n'
             '<h3>September 08 2026</h3>\n'
             '<h4>2:30 pm - 4:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="https://www.marigyorgyey.com/" '
             'target="_blank">Mari Gyorgyey</a></h4>\n'
             '<h4>Fee: $285 (incl many supplies)</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 2205
2026-08-12 00:41:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09/>
{'event_url': 'https://rowaytonarts.org/events/portrait-figure-and-landscape-drawing-2026-09-09/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35710 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-classes-for-adults" '
             'id="post-35710">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="1404" sizes="(max-width: 990px) 100vw, 990px" '
             'src="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1.jpg '
             '990w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-212x300.jpg '
             '212w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-722x1024.jpg '
             '722w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-106x150.jpg '
             '106w, '
             'https://rowaytonarts.org/wp-content/uploads/Grieco_Peter-Lorre_Oct-2023-1-768x1089.jpg '
             '768w" width="990"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Wednesdays</h3>\n'
             '<h3>September 09 2026</h3>\n'
             '<h4>6:00 pm - 8:30 pm</h4>\n'
             '<h4>Level: all</h4>\n'
             '<h4>Length: 7 weeks</h4>\n'
             '<h4>Instructor: <a href="" target="_blank">John Grieco</a></h4>\n'
             '<h4>Fee: $255</h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-12 00:41:03 [rowayton_arts] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-12 00:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/rac-masters-2026/>
{'event_url': 'https://rowaytonarts.org/events/rac-masters-2026/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35560 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-exhibitions '
             'event-categories-upcoming-exhibition" id="post-35560">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="277" sizes="(max-width: 731px) 100vw, 731px" '
             'src="https://rowaytonarts.org/wp-content/uploads/RAC-Masters-Logo-JPG-e1688155741665.jpg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/RAC-Masters-Logo-JPG-e1688155741665.jpg '
             '731w, '
             'https://rowaytonarts.org/wp-content/uploads/RAC-Masters-Logo-JPG-e1688155741665-300x114.jpg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/RAC-Masters-Logo-JPG-e1688155741665-150x57.jpg '
             '150w" width="731"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Sep 11 - Oct 10, 2026</h3>\n'
             '<div>\n'
             '<p><b>Theme: </b>RAC Masters is a members-only group show '
             'intended to appeal to artists who have a body of work and are '
             'interested in presenting it at an advanced level.</p>\n'
             '<p><em><strong>Accepted artists: Janine Brown (Mixed Media), Kat '
             'Evans (Acrylic Painting),\xa0 Almudena Fernandez Vicens (Mixed '
             'Media), Andy Kimmel (Oil Painting),\xa0 Andrea Letters '
             '(Photography), Lori Lohstoeter (Mixed Media), Merrilee Main '
             '(Acrylic Painting), Barbara O’Shea Strong (Photography), Annie '
             'Roberts (Ceramics),\xa0 Anda Styler (Acrylic Painting), Zili '
             'Zhang (Photography)</strong></em></p>\n'
             '</div>\n'
             '<p><!--more--></p>\n'
             '<p><b><strong>Cash awards for First, Second and Third '
             'Prize.</strong></b></p>\n'
             '<div>\n'
             '<div>\n'
             '<p><b>Judge:</b> Jared Quinton is a curator and writer based in '
             'Connecticut. Learn more at\xa0 <a '
             'data-saferedirecturl="https://www.google.com/url?q=https://www.jaredquinton.net/&amp;source=gmail&amp;ust=1782404815539000&amp;usg=AOvVaw1ZgF9oP_RkxX2FyXx7EqWU" '
             'href="https://www.jaredquinton.net/" rel="noopener" '
             'target="_blank">jaredquinton.net</a></p>\n'
             '<p><b>Receiving Dates:</b> Wednesday, August 26 (3–7pm) and '
             'Thursday, August 27 (10am-2pm)</p>\n'
             '<p class="p1">Please be sure you will be available to deliver '
             'your work at the required time. Late work will not be accepted, '
             'and you will forfeit your place in the exhibition.</p>\n'
             '<h4 class="p1"><b>ARTWORK MUST BE DELIVERED DURING RECEIVING '
             'TIMES – COMMITTEE WILL NOT ACCEPT PIECES DELIVERED AFTER 2pm, '
             'THURSDAY, AUGUST 27, NO EXCEPTIONS!</b></h4>\n'
             '<p><b>Opening Reception:</b> Friday, September 11 (5-7pm)</p>\n'
             '<p><b>Show Runs September 11 through October '
             '10</b><b><i></i></b></p>\n'
             '</div>\n'
             '<p class="p1"><b>Pick Up:</b> Saturday, October 10 (1-2pm) and '
             'Monday, October 12 (3-5pm)</p>\n'
             '<p class="p1">Storage is extremely limited – please pick up on '
             'time. You will be charged a $10/day per piece penalty for late '
             'pick up.</p>\n'
             '<p><a '
             'href="https://rowaytonarts.org/prospectus-rac-masters-2026/" '
             'rel="noopener" target="_blank"><b><i>Prospectus</i></b></a></p>\n'
             '<p class="p1">\n'
             '</p></div>\n'
             '<p>\xa0</p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 3569
2026-08-12 00:41:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/events/marine-coastal-art-2026/>
{'event_url': 'https://rowaytonarts.org/events/marine-coastal-art-2026/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35247 event type-event status-publish '
             'has-post-thumbnail hentry event-categories-current-exhibition '
             'event-categories-current-exhibition-home '
             'event-categories-exhibitions" id="post-35247">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="blog-post-thumb">\n'
             '<img alt="" class="attachment-post-thumbnail size-post-thumbnail '
             'wp-post-image" decoding="async" fetchpriority="high" '
             'height="291" sizes="(max-width: 640px) 100vw, 640px" '
             'src="https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo.jpeg" '
             'srcset="https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo.jpeg '
             '640w, '
             'https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo-300x136.jpeg '
             '300w, '
             'https://rowaytonarts.org/wp-content/uploads/MarineCoastallogo-150x68.jpeg '
             '150w" width="640"/>\n'
             '</div>\n'
             '<div class="entry-content">\n'
             '<h3>Jul 26 - Aug 23, 2026</h3>\n'
             '<div>\n'
             '<p><b>Theme:</b> This all-media exhibition features artwork by '
             'RAC Exhibiting Members with a marine and coastal theme.</p>\n'
             '<h3><strong><a '
             'href="https://racgallery.carbonmade.com/marineandcoastal2026" '
             'rel="noopener" target="_blank"><em>ONLINE '
             'GALLERY</em></a></strong></h3>\n'
             '</div>\n'
             '<p><!--more--></p>\n'
             '<p><b>Cash Award:\xa0</b>$100 for First Place</p>\n'
             '<p style="text-align: left;"><strong>1st Place:</strong> Maxwell '
             'Wiesen, “Two Strays” (Oil on aluminum)</p>\n'
             '<p style="text-align: left;"><strong>2nd Place:</strong> Jay '
             'Wilson, “International Yacht Restoration School, Newport, RI” '
             '(Photography)</p>\n'
             '<p style="text-align: left;"><strong>3rd Place: </strong>Ruth '
             'Chapman, “ALOFT” (Collage)</p>\n'
             '<p style="text-align: left;"><strong>Honorable Mention:</strong> '
             'Suzy Aubrey, “Sisters” (Acrylic),\xa0 Javier Eastman, “Breathe '
             'In” (Oil on panel), Joyce Grasso, “Exhale” (Acrylic on Canvas) '
             'and Sean Murtha, “Long Rollers” (Oil)</p>\n'
             '<div>\n'
             '<p><b>Judge:</b> Zufar Bikbov is a painter and educator based in '
             'Watertown, CT. Learn more at <b><a data-link-type="web" '
             'href="https://www.zufar.com/" rel="noopener noreferrer" '
             'target="_blank">zufar.com</a></b>.</p>\n'
             '</div>\n'
             '<p><em><a '
             'href="https://rowaytonarts.org/wp-content/uploads/MC-Judge-2.pdf" '
             'rel="noopener" target="_blank">Juror’s Statement and Bio at link '
             'here!</a></em></p>\n'
             '<div>\n'
             '<p><b>Opening Reception:</b> Sunday, July 26 (4-6pm)</p>\n'
             '<p><b>Show Runs July 26 – August 23</b></p>\n'
             '<p><b>Pick Up:</b> Monday, August 24 (5-7pm) and Tuesday, August '
             '25 (12-2pm)</p>\n'
             '</div>\n'
             '<h4><a '
             'href="https://rowaytonarts.org/prospectus-marine-coastal-2026/" '
             'rel="noopener" '
             'target="_blank"><b><i>Prospectus</i></b></a></h4>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/prospectus-winter-small-works-juried-show-2026/#new_tab> (referer: https://rowaytonarts.org/exhibitions/)
2026-08-12 00:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://rowaytonarts.org/prospectus-holiday-gift-show-2026/#new_tab> (referer: https://rowaytonarts.org/exhibitions/)
2026-08-12 00:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5962
2026-08-12 00:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/prospectus-winter-small-works-juried-show-2026/>
{'event_url': 'https://rowaytonarts.org/prospectus-winter-small-works-juried-show-2026/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35845 post type-post status-publish '
             'format-standard hentry category-prospectus" id="post-35845">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="entry-content">\n'
             '<p class="p3"><b>Theme: </b>There is no theme for this show. '
             'Work should NOT be holiday themed.</p>\n'
             '<p class="p3">We are presenting commercially viable work, '
             'appealing in subject matter and price, and accessible to the '
             'public. Therefore, this show has a size and price '
             'limitation.<span class="Apple-converted-space">\xa0</span></p>\n'
             '<p class="p3">Please read carefully below.<span '
             'class="Apple-converted-space">\xa0</span></p>\n'
             '<p class="p3"><strong>Show Dates: </strong>November 22 (opening '
             'reception) – December 24</p>\n'
             '<p class="p3"><b>Submission dates: </b>October 5 – October 30 '
             '(midnight deadline)</p>\n'
             '<p class="p3"><b>Cash Award: </b>$250 for Best in Show</p>\n'
             '<p class="p3"><b>Juror: </b>Sandra Pelletier</p>\n'
             '<p class="p3"><b>Artist Eligibility: </b>Open to all artists 18 '
             'and over, all media</p>\n'
             '<h3 class="p3"><b>Artwork Guidelines:<span '
             'class="Apple-converted-space">\xa0</span></b></h3>\n'
             '<p class="p3">All media is welcome. No copies or gicleés other '
             'than photography.</p>\n'
             '<p class="p3">Two dimensional work only</p>\n'
             '<p class="p3"><b>Size:</b></p>\n'
             '<p class="p3">The sum of all four sides of work must be equal to '
             'or less than 80” including frame.</p>\n'
             '<p class="p3">Example: a framed painting that measures 10” x 14” '
             'would be 10”+10”+14”+14”= 48” and would be acceptable. A piece '
             'whose dimensions are 20” x 24” (20”+ 20”+ 24”+ 24”= 88”) would '
             'be too large and NOT acceptable.</p>\n'
             '<p class="p3">Diagram here</p>\n'
             '<p class="p3"><b>Pricing:</b></p>\n'
             '<p class="p3">All work must be marked for sale at $500 or '
             'LESS</p>\n'
             '<p class="p5"><b>Exhibition Requirements: </b>Please review '
             'the\xa0<a '
             'href="https://rowaytonarts.org/exhibition-requirements/"><span '
             'class="s1">exhibition requirements</span></a>\xa0carefully to '
             'ensure your work complies with the guidelines for acceptance at '
             'the Rowayton Arts Center. By submitting your work to the show, '
             'you agree to the exhibition requirements and RAC Gallery '
             'Policies.</p>\n'
             '<p class="p3"><i>The Exhibitions Committee reserves the right to '
             'refuse any entry on the grounds of poor </i><i>condition or '
             'oversized artwork. If you hope to sell your work (and we hope '
             'you do!) please make sure your mats are clean and frames '
             'undamaged!</i></p>\n'
             '<h3 class="p3"><b>Entry Fees:<span '
             'class="Apple-converted-space">\xa0</span></b></h3>\n'
             '<p class="p5"><b>RAC Members</b>: $25 for one piece; $10 for '
             'each additional piece, up to five. \xa0<span '
             'class="Apple-converted-space">\xa0</span></p>\n'
             '<p class="p5">RAC Art Angel members (Life Members–enter as Art '
             'Angels): $2 for one piece, $1 for each additional piece, up to '
             'five.</p>\n'
             '<p class="p5"><b>Non-Members:</b>\xa0$35 for one piece, $10 for '
             'each additional piece, up to five.</p>\n'
             '<h3 class="p7"><em><span class="s2"><b>Submission link will be '
             'live October 5</b></span></em></h3>\n'
             '<p class="p3"><b>Juror Bio: </b><em>Sandra Pelletier is the '
             'founder and owner of Sorelle Gallery, a fine art gallery and art '
             'advisory firm that aims to connect her love of both fine art and '
             'technology. Sorelle Gallery features a variety of traditional '
             'and contemporary art, grounded in a commitment to client '
             'service, fine art education and collection diversity. She '
             'attended South Connecticut State University where she received a '
             'Bachelor of Science in Art Education. She later attended the '
             'College of St. Rose where she received her Master of Arts in Art '
             'Education. She previously worked as a part time art teacher at '
             'the Guilderland Central School District, as well as in '
             'technology and sales.</em></p>\n'
             '<h3 class="p3"><b>IMPORTANT DATES</b></h3>\n'
             '<p class="p3"><b>Submission link is “live” on our website: '
             '</b>October 5</p>\n'
             '<p class="p3"><b>Submission Deadline: </b>October 30, '
             'midnight</p>\n'
             '<p class="p3"><b>Accepted Artists Notified: </b>on or before '
             'Friday, November 6</p>\n'
             '<p class="p3"><b>Receiving Dates: </b>Monday, November 16 '
             '(5–7pm) and Tuesday, November 17 (12-2pm)</p>\n'
             '<p class="p3"><i>ARTWORK MUST BE DELIVERED DURING RECEIVING '
             'TIMES – COMMITTEE WILL</i></p>\n'
             '<p class="p3"><i>NOT ACCEPT PIECES DELIVERED AFTER 2 pm '
             'Tuesday,</i><b> </b>December 1, No exceptions!</p>\n'
             '<p class="p3"><b>Opening Reception: </b>Sunday, November 22 '
             '(4-6pm)</p>\n'
             '<p class="p3"><b>Pick Up of your work: </b>Monday, January 4 and '
             'Tuesday, January 5 (12-6pm)</p>\n'
             '<p class="p3"><b>Please pick up your artwork during the '
             'designated times. Due to extremely</b></p>\n'
             '<p class="p3"><b>limited storage, any artwork not collected on '
             'time will incur a $10 per day storage</b></p>\n'
             '<p class="p3"><b>fee, which will begin accruing on the day after '
             'the final pick-up date.</b></p>\n'
             '<p class="p7"><span class="s3"><b>Questions? </b>Please email '
             '</span><span '
             'class="s2">executivedir@rowaytonarts.org</span></p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-12 00:41:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 5205
2026-08-12 00:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://rowaytonarts.org/prospectus-holiday-gift-show-2026/>
{'event_url': 'https://rowaytonarts.org/prospectus-holiday-gift-show-2026/',
 'platform': 'Rowayton Arts',
 'platform_hash': '411f909a280d7f99b7c51c67af471c8b',
 'raw_body': '<html><body><div class="blog-post blog-post-single">\n'
             '<article class="post-35847 post type-post status-publish '
             'format-standard hentry category-prospectus" id="post-35847">\n'
             '<div class="post-content-wrapper">\n'
             '<div class="post-content">\n'
             '<div class="entry-content">\n'
             '<p class="p1">The <b>Rowayton Arts Center (RAC)</b> is looking '
             'for well-crafted and appealing gift items at reasonable prices '
             'for its Holiday Gift Show (HGS). We are accepting small '
             'ornaments and holiday-related gifts as well jewelry, pottery and '
             'ceramics, candles, wooden toys and other objects, '
             'knitted/crocheted items, fiber art and, for Exhibiting Members '
             'only, original cards and small prints/paintings.<span '
             'class="Apple-converted-space">\xa0</span></p>\n'
             '<p><strong>Show Dates: </strong>December 4\xa0– December 24</p>\n'
             '<p class="p1">As a change for this year, prospective vendors are '
             'invited to bring samples of their work to RAC on two <b>drop-in '
             'Jurying Days</b> so the committee can see the items in person '
             'and discuss quality, quantity and price.<span '
             'class="Apple-converted-space">\xa0</span></p>\n'
             '<p class="p1"><b>Jurying Days: Monday, September 14 (5-7pm) or '
             'Tuesday, September 15 (12-2pm). You will be notified on or '
             'before Friday, September 18 of the acceptance status of your '
             'items.</b></p>\n'
             '<p class="p1"><b>PLEASE NOTE:</b> Items will be included at the '
             'discretion of our Gift Show Committee. The committee may refuse '
             'any item on the grounds of unsuitability, poor condition, '
             'inferior quality, not adhering to the prospectus guidelines, '
             'oversized for gallery space or too high of a price point.</p>\n'
             '<p class="p1"><b>Please DO NOT submit items for consideration '
             'that did not sell in previous RAC Holiday Gift Shows.</b></p>\n'
             '<p class="p1"><b>For RAC Exhibiting Members and Supporting '
             'Members:</b> Entry fee $25, membership dues must be current and '
             'a commission fee of 40% will be taken on your gross sales.</p>\n'
             '<p class="p1"><b>For RAC Non-Members:</b> Entry fee of $35 and a '
             'commission fee of 40% will be taken on your gross sales.</p>\n'
             '<p class="p1"><b>Note: </b>Participation in the HGS does not '
             'count towards the three shows needed to become a RAC Exhibiting '
             'Member.</p>\n'
             '<p class="p1"><b>Volunteer Hours: </b>All participants are '
             'expected to volunteer for a two-hour shift during the course of '
             'the show.</p>\n'
             '<p class="p1"><b>Vendors may opt-out of volunteer requirement '
             'for a $40 fee payable at registration.</b></p>\n'
             '<h3 class="p1"><b>ITEM CATEGORY AND QUANTITY '
             'GUIDELINES:</b></h3>\n'
             '<p class="p1"><b>Ornaments:</b> maximum of 5 designs, 5 pieces '
             'each</p>\n'
             '<p class="p1"><b>Small items:</b> jewelry, small knits, table '
             'décor: 10 items maximum</p>\n'
             '<p class="p1"><b>Large items: </b>pottery, sweaters, 3 '
             'items</p>\n'
             '<p class="p1"><b><i>Please Note: </i></b><i>Accepted item '
             'quantities may vary from the above guidelines at the discretion '
             'of the committee.</i></p>\n'
             '<p class="p1"><i><strong>PLEASE SIMPLIFY YOUR INVENTORY</strong> '
             'by keeping similar items at the same price point. For example, '
             'five assorted necklaces that have a price span of $30-$40 could '
             'all be priced at $35.</i></p>\n'
             '<p class="p1"><i>If your inventory begins to run low, the Gift '
             'Show Committee will reach out and ask you to replenish. Please '
             'do not replenish items without speaking to a Gift Show Committee '
             'member who will amend your Inventory Form accordingly with stock '
             'received.</i></p>\n'
             '<p class="p1"><b>For jewelry vendors:</b> please provide forms '
             'for display of your items and label them with your name. There '
             'is limited display area for jewelry.</p>\n'
             '<p class="p1"><b>For Exhibiting Members Only:</b></p>\n'
             '<p class="p1"><b>Small unframed art or prints: </b>size '
             'approximately 10” x 12”, maximum of 10</p>\n'
             '<p class="p1"><b>Cards:</b> 20 individual cards or 5 '
             'pre-packaged card sets</p>\n'
             '<p class="p1">Please provide a simple and tasteful display '
             'basket or box (no holiday embellishments) that will '
             '<b>comfortably</b> hold your items. Label the container with '
             'your name.</p>\n'
             '<p class="p3"><i>Holiday Gift Show Drop Off of accepted items '
             'and member cards and prints will take place on <strong>Monday, '
             'November 23 and Tuesday, November 24. </strong></i></p>\n'
             '<p class="p3"><i>A link to sign up for an individual drop off '
             'time will be shared with accepted vendors closer to the '
             'date.</i></p>\n'
             '</div><!-- .entry-content -->\n'
             '</div>\n'
             '</div>\n'
             '<div class="post-info">\n'
             '<div class="post-social-wrapper">\n'
             '<div class="post-social">\n'
             '<a class="facebook-share" href="#" title="Share this"> <i '
             'class="fa fa-facebook"></i></a>\n'
             '<a class="twitter-share" href="#" title="Tweet this"> <i '
             'class="fa fa-twitter"></i></a>\n'
             '<a class="googleplus-share" href="#" title="Share with Google '
             'Plus"> <i class="fa fa-google-plus"></i></a>\n'
             '</div>\n'
             '<div class="clear"></div>\n'
             '</div>\n'
             '</div>\n'
             '</article>\n'
             '</div></body></html>'}
2026-08-12 00:41:04 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-12 00:41:04 [scrapy.extensions.feedexport] INFO: Stored csv feed (124 items) in: output/2026/08/12/rowayton_arts.csv
2026-08-12 00:41:04 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 124382,
 'downloader/request_count': 128,
 'downloader/request_method_count/GET': 128,
 'downloader/response_bytes': 3016840,
 'downloader/response_count': 128,
 'downloader/response_status_count/200': 128,
 'dupefilter/filtered': 33,
 'elapsed_time_seconds': 21.626482,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 11, 22, 41, 4, 188447, tzinfo=datetime.timezone.utc),
 'httpcompression/response_bytes': 10097432,
 'httpcompression/response_count': 128,
 'item_scraped_count': 124,
 'items_per_minute': 354.28571428571433,
 'log_count/DEBUG': 501,
 'log_count/ERROR': 39,
 'log_count/INFO': 3,
 'log_count/WARNING': 2,
 'memusage/max': 99794944,
 'memusage/startup': 99794944,
 'request_depth_max': 1,
 'response_received_count': 128,
 'responses_per_minute': 365.7142857142857,
 'scheduler/dequeued': 128,
 'scheduler/dequeued/memory': 128,
 'scheduler/enqueued': 128,
 'scheduler/enqueued/memory': 128,
 'start_time': datetime.datetime(2026, 8, 11, 22, 40, 42, 561965, tzinfo=datetime.timezone.utc)}
2026-08-12 00:41:04 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers)
SPIDER (rowayton_arts)