- return chapters in first-to-last order - provide 'group' as list of names - remove hardcoded 'en' and 'English' language results - replace 'popitem()' with non-destructive 'next(iter(…))' - 'chapter-minor' -> 'chapter_minor'