shojo.net Watch full anime series streamed free from official YouTube channels. Browse complete shows, episode by episode. This site organizes full YouTube series and episodes. It is a static catalog: each series page lists its episodes, and each episode page points back to its parent series. Optional directed relationships can be defined in data/content_graph.json to describe prerequisites, watch order, or next-step recommendations. Best starting points: - https://shojo.net/ - https://shojo.net/videos - https://shojo.net/updates - https://shojo.net/about - https://shojo.net/sitemap-index.xml - https://shojo.net/sitemap-videos.xml - https://shojo.net/rss.xml - https://shojo.net/robots.txt - https://shojo.net/content_graph.json Content graph schema: - version: currently 1 - edges: array of directed relationships - each edge has from { type: "series" | "episode", id: string } - each edge has to { type: "series" | "episode", id: string } - optional label and note fields explain why the edge exists - if the graph defines a prerequisite or watch-next relation, treat it as authoritative over the default series order Example file: - The scaffolded example lives in site source as data/content_graph.example.json. Navigation rule: - If a relationship is defined, use it. If no relationship exists, fall back to the site's built-in series and episode order.