Tongari Boushi no Atelier, episode 1

Alternative Names
- จอมเวทฝึกหัดกับหมวกมหัศจรรย์, Atelier of Witch Hat, Atelier spiczastych kapeluszy, Cadı Şapkası Atölyesi*
Additional Links
Reminder: Please do not discuss plot points not yet seen or skipped in the show. Failing to follow the rules may result in a ban.
All discussions
| Episode | Link |
|---|---|
| 1 | Link |
| 2 | Link |
This post was created by a bot. Message the mod team for feedback and comments. The original source code can be found on GitHub.


It’s going to have to be something like that. The API can be inconsistent in how batch releases are handled. Most often in the past, it would just list the first episode with a release time and just not have one for subsequent episodes. This is the easiest for me to handle because I am just adding on additional episodes as needed manually. Lately, the API has started listing all the episodes with sequential airing times, meaning rikka makes a new post for each one.
So, if that is how the API is going to handle them going forward, I think I am going to have to build some kind of logic to merge episode threads that are within 24 hours or something like that.
I was particularly thinking about:
airingSchedule { nodes { episode airingAt timeUntilAiring } }Here’s the query I make to help build rikka’s table of upcoming episodes. So, the info is there, I just need to add some logic to consolidate episodes close together in time.