├── .github └── workflows │ └── build-image.yml ├── Dockerfile ├── LICENSE ├── README.md ├── app.py └── renovate.json /.github/workflows/build-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SlashNephy/m2ts-classifier/HEAD/.github/workflows/build-image.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SlashNephy/m2ts-classifier/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SlashNephy/m2ts-classifier/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SlashNephy/m2ts-classifier/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SlashNephy/m2ts-classifier/HEAD/app.py -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SlashNephy/m2ts-classifier/HEAD/renovate.json --------------------------------------------------------------------------------