$ scrapy runspider rss_feed_spider.py -O rss-items.jsonl 2026-04-22 07:08:23 [scrapy.utils.log] INFO: Scrapy 2.15.0 started (bot: scrapybot) ##### snipped ##### 2026-04-22 07:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://updates.example.net/rss.xml> (referer: None) 2026-04-22 07:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://updates.example.net/rss.xml> {'title': 'Launch Update', 'link': 'https://updates.example.net/news/launch-update.html', 'pubDate': 'Wed, 16 Apr 2026 09:00:00 +0000', 'body_html': '<p>Full launch update body.</p>'} 2026-04-22 07:08:28 [scrapy.extensions.feedexport] INFO: Stored jsonl feed (2 items) in: rss-items.jsonl 2026-04-22 07:08:28 [scrapy.core.engine] INFO: Spider closed (finished)