├── .gitignore ├── LICENSE ├── README.md └── drmfreeaudible.sh /.gitignore: -------------------------------------------------------------------------------- 1 | */* 2 | *.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xc0ffea/drmfreeaudible/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xc0ffea/drmfreeaudible/HEAD/README.md -------------------------------------------------------------------------------- /drmfreeaudible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xc0ffea/drmfreeaudible/HEAD/drmfreeaudible.sh --------------------------------------------------------------------------------