Grab the titles from any season using Kitsu
-
Download source code:
git clone https://github.com/wopian/kitsu-season-grabber.git cd kitsu-season-grabber
-
Install dependencies:
yarn # or npm i
-
Run the script:
yarn start winter 2017 # or npm start winter 2017
npm start <season> <year> <subtype>
<season>
- Allowed:
winter
,spring
,summer
orfall
- Default:
winter
<year>
- Allowed:
1907
to next year - Default:
2017
<subtype>
- Allowed:
tv
,special
,ova
,ona
,movie
ormusic
- Default:
tv
See CHANGELOG
All code released under the MIT license