Scrape quarterly anime lineups from https://yuc.wiki/ and output structured results for a specified or latest quarter.
yuc.wiki is a seasonal anime information site that publishes quarter-based lineup pages (January, April, July, October). Each quarter page contains grouped airing entries (Mon-Sun and web-release sections), with title cards, time/status notes, episode hints, and platform links.
This skill resolves the requested quarter (or discovers the latest one), scrapes the lineup section into structured JSON, and validates output quality with deduplication and count checks. It is designed for reliable quarterly lineup extraction, not full editorial article parsing.
This workflow supports two input modes:
YYYYMM, where MM must be 01/04/07/10.This skill keeps two references:
scripts/scrape_lineup.py
reference/manual_scrape.md
Default policy: use the reference script first. Switch to the manual scrape guide only on explicit request or script issues.
After the scraping process is completed (regardless of using the reference script or the manual workflow), do not stop at raw JSON output.
group (for example: Mon-Sun and 网络放送 & 其他), and include at least:
quarter_code and quarter_title).https://yuc.wiki/ (homepage + target quarter page).ZIP package — ready to use