├── .github └── workflows │ └── build.yml ├── README.md └── subs ├── bt1.json └── css1.json /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creamycake-anime/ani-subs/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creamycake-anime/ani-subs/HEAD/README.md -------------------------------------------------------------------------------- /subs/bt1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creamycake-anime/ani-subs/HEAD/subs/bt1.json -------------------------------------------------------------------------------- /subs/css1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creamycake-anime/ani-subs/HEAD/subs/css1.json --------------------------------------------------------------------------------